Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.domain.vpn |
Modifier and Type | Method and Description |
---|---|
static IpAllocationMethod |
IpAllocationMethod.fromValue(String text) |
static IpAllocationMethod |
IpAllocationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAllocationMethod[] |
IpAllocationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract IpAllocationMethod |
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.privateIPAllocationMethod() |
Modifier and Type | Method and Description |
---|---|
static VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder |
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.builder(IpAllocationMethod privateIPAllocationMethod) |
static VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties |
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.create(IpAllocationMethod privateIPAllocationMethod,
String provisioningState,
IdReference publicIPAddress,
IdReference subnet) |
abstract VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder |
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder.privateIPAllocationMethod(IpAllocationMethod privateIPAllocationMethod) |
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.