Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.BGPSettings
-
Packages that use BGPSettings Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of BGPSettings in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return BGPSettings Modifier and Type Method Description abstract BGPSettings
LocalNetworkGatewayProperties. bgpSettings()
abstract BGPSettings
VirtualNetworkGatewayProperties. bgpSettings()
static BGPSettings
BGPSettings. create(int asn, String bgpPeeringAddress, int peerWeight)
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type BGPSettings Modifier and Type Method Description abstract LocalNetworkGatewayProperties.Builder
LocalNetworkGatewayProperties.Builder. bgpSettings(BGPSettings bgpSettings)
abstract VirtualNetworkGatewayProperties.Builder
VirtualNetworkGatewayProperties.Builder. bgpSettings(BGPSettings bgpSettings)
static LocalNetworkGatewayProperties
LocalNetworkGatewayProperties. create(BGPSettings bgpSettings, String gatewayIpAddress, AddressSpace localNetworkAddressSpace, String provisioningState, String resourceGuid)
static VirtualNetworkGatewayProperties
VirtualNetworkGatewayProperties. create(Boolean activeActive, BGPSettings bgpSettings, boolean enableBGP, IdReference gatewayDefaultSite, VirtualNetworkGatewayType gatewayType, List<VirtualNetworkGatewayProperties.IpConfiguration> ipConfigurations, String provisioningState, String resourceGuid, SKU sku, VPNClientConfiguration vpnClientConfiguration, VPNType vpnType)
-