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 BGPSettingsLocalNetworkGatewayProperties. bgpSettings()abstract BGPSettingsVirtualNetworkGatewayProperties. bgpSettings()static BGPSettingsBGPSettings. 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.BuilderLocalNetworkGatewayProperties.Builder. bgpSettings(BGPSettings bgpSettings)abstract VirtualNetworkGatewayProperties.BuilderVirtualNetworkGatewayProperties.Builder. bgpSettings(BGPSettings bgpSettings)static LocalNetworkGatewayPropertiesLocalNetworkGatewayProperties. create(BGPSettings bgpSettings, String gatewayIpAddress, AddressSpace localNetworkAddressSpace, String provisioningState, String resourceGuid)static VirtualNetworkGatewayPropertiesVirtualNetworkGatewayProperties. 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) 
 -