Class LocalNetworkGatewayProperties.Builder
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.vpn.LocalNetworkGatewayProperties.Builder
-
- Enclosing class:
- LocalNetworkGatewayProperties
public abstract static class LocalNetworkGatewayProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract LocalNetworkGatewayProperties.Builder
bgpSettings(BGPSettings bgpSettings)
abstract LocalNetworkGatewayProperties
build()
abstract LocalNetworkGatewayProperties.Builder
gatewayIpAddress(String gatewayIpAddress)
abstract LocalNetworkGatewayProperties.Builder
localNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
abstract LocalNetworkGatewayProperties.Builder
provisioningState(String provisioningState)
abstract LocalNetworkGatewayProperties.Builder
resourceGuid(String resourceGuid)
-
-
-
Method Detail
-
bgpSettings
public abstract LocalNetworkGatewayProperties.Builder bgpSettings(BGPSettings bgpSettings)
-
gatewayIpAddress
public abstract LocalNetworkGatewayProperties.Builder gatewayIpAddress(String gatewayIpAddress)
-
localNetworkAddressSpace
public abstract LocalNetworkGatewayProperties.Builder localNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
-
provisioningState
public abstract LocalNetworkGatewayProperties.Builder provisioningState(String provisioningState)
-
resourceGuid
public abstract LocalNetworkGatewayProperties.Builder resourceGuid(String resourceGuid)
-
build
public abstract LocalNetworkGatewayProperties build()
-
-