Uses of Class
org.jclouds.azurecompute.arm.domain.IpAllocationMethod
-
Packages that use IpAllocationMethod Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of IpAllocationMethod in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return IpAllocationMethod Modifier and Type Method 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. -
Uses of IpAllocationMethod in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return IpAllocationMethod Modifier and Type Method Description abstract IpAllocationMethod
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties. privateIPAllocationMethod()
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type IpAllocationMethod Modifier and Type Method 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)
-