Uses of Enum Class
org.jclouds.azurecompute.arm.domain.IpAllocationMethod
Packages that use IpAllocationMethod
-
Uses of IpAllocationMethod in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return IpAllocationMethodModifier and TypeMethodDescriptionstatic IpAllocationMethod
static IpAllocationMethod
Returns the enum constant of this class with the specified name.static IpAllocationMethod[]
IpAllocationMethod.values()
Returns an array containing the constants of this enum class, 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 IpAllocationMethodModifier and TypeMethodDescriptionabstract IpAllocationMethod
VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.privateIPAllocationMethod()
Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type IpAllocationMethodModifier and TypeMethodDescriptionVirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.builder
(IpAllocationMethod privateIPAllocationMethod) VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.create
(IpAllocationMethod privateIPAllocationMethod, String provisioningState, IdReference publicIPAddress, IdReference subnet) VirtualNetworkGatewayProperties.IpConfiguration.IpConfigurationProperties.Builder.privateIPAllocationMethod
(IpAllocationMethod privateIPAllocationMethod)