Class BGPSettings
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.vpn.BGPSettings
-
public abstract class BGPSettings extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
asn()
abstract String
bgpPeeringAddress()
static BGPSettings
create(int asn, String bgpPeeringAddress, int peerWeight)
abstract int
peerWeight()
-
-
-
Method Detail
-
asn
public abstract int asn()
-
bgpPeeringAddress
public abstract String bgpPeeringAddress()
-
peerWeight
public abstract int peerWeight()
-
create
public static BGPSettings create(int asn, String bgpPeeringAddress, int peerWeight)
-
-