Class VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.vpn.VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties
- All Implemented Interfaces:
Provisionable
- Enclosing class:
VirtualNetworkGatewayProperties.IpConfiguration
public abstract static class VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties
extends Object
implements Provisionable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder
(IpAllocationMethod privateIPAllocationMethod) create
(IpAllocationMethod privateIPAllocationMethod, String provisioningState, IdReference publicIPAddress, IdReference subnet) abstract IpAllocationMethod
abstract String
abstract IdReference
abstract IdReference
subnet()
-
Method Details
-
privateIPAllocationMethod
-
provisioningState
- Specified by:
provisioningState
in interfaceProvisionable
-
publicIPAddress
-
subnet
-
create
public static VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties create(IpAllocationMethod privateIPAllocationMethod, String provisioningState, IdReference publicIPAddress, IdReference subnet) -
builder
public static VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder builder(IpAllocationMethod privateIPAllocationMethod) -
toBuilder
public abstract VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder toBuilder()
-