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 IpAllocationMethodIpAllocationMethod. fromValue(String text)static IpAllocationMethodIpAllocationMethod. 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 IpAllocationMethodVirtualNetworkGatewayProperties.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.BuilderVirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties. builder(IpAllocationMethod privateIPAllocationMethod)static VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationPropertiesVirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties. create(IpAllocationMethod privateIPAllocationMethod, String provisioningState, IdReference publicIPAddress, IdReference subnet)abstract VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.BuilderVirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder. privateIPAllocationMethod(IpAllocationMethod privateIPAllocationMethod)
-