Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.BGPSettings
Packages that use BGPSettings
-
Uses of BGPSettings in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return BGPSettingsModifier and TypeMethodDescriptionabstract BGPSettings
LocalNetworkGatewayProperties.bgpSettings()
abstract BGPSettings
VirtualNetworkGatewayProperties.bgpSettings()
static BGPSettings
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type BGPSettingsModifier and TypeMethodDescriptionLocalNetworkGatewayProperties.Builder.bgpSettings
(BGPSettings bgpSettings) VirtualNetworkGatewayProperties.Builder.bgpSettings
(BGPSettings bgpSettings) LocalNetworkGatewayProperties.create
(BGPSettings bgpSettings, String gatewayIpAddress, AddressSpace localNetworkAddressSpace, String provisioningState, String resourceGuid) 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)