Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet.IpConfiguration
-
Packages that use Subnet.IpConfiguration Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Subnet.IpConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet.IpConfiguration Modifier and Type Method Description static Subnet.IpConfiguration
Subnet.IpConfiguration. create(String id)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Subnet.IpConfiguration Modifier and Type Method Description abstract List<Subnet.IpConfiguration>
Subnet.SubnetProperties. ipConfigurations()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Subnet.IpConfiguration Modifier and Type Method Description static 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)
-