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 intasn()abstract StringbgpPeeringAddress()static BGPSettingscreate(int asn, String bgpPeeringAddress, int peerWeight)abstract intpeerWeight()
-
-
-
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)
-
-