Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet.IpConfiguration
Packages that use Subnet.IpConfiguration
-
Uses of Subnet.IpConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet.IpConfigurationMethods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Subnet.IpConfigurationModifier and TypeMethodDescriptionabstract List
<Subnet.IpConfiguration> Subnet.SubnetProperties.ipConfigurations()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Subnet.IpConfigurationModifier and TypeMethodDescriptionstatic Subnet.SubnetProperties
Subnet.SubnetProperties.create
(String provisioningState, String addressPrefix, List<Subnet.IpConfiguration> ipConfigurations) abstract Subnet.SubnetProperties.Builder
Subnet.SubnetProperties.Builder.ipConfigurations
(List<Subnet.IpConfiguration> ipConfigurations)