abstract VirtualNetworkGatewayProperties.Builder |
VirtualNetworkGatewayProperties.Builder.bgpSettings(BGPSettings bgpSettings) |
abstract LocalNetworkGatewayProperties.Builder |
LocalNetworkGatewayProperties.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) |