Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet.SubnetProperties
-
Packages that use Subnet.SubnetProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Subnet.SubnetProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet.SubnetProperties Modifier and Type Method Description Subnet.SubnetPropertiesSubnet.SubnetProperties.Builder. build()static Subnet.SubnetPropertiesSubnet.SubnetProperties. create(String provisioningState, String addressPrefix, List<Subnet.IpConfiguration> ipConfigurations)abstract Subnet.SubnetPropertiesSubnet. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type Subnet.SubnetProperties Modifier and Type Method Description static SubnetSubnet. create(String name, String id, String etag, Subnet.SubnetProperties properties)abstract Subnet.BuilderSubnet.Builder. properties(Subnet.SubnetProperties properties) -
Uses of Subnet.SubnetProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Subnet.SubnetProperties Modifier and Type Method Description SubnetSubnetApi. createOrUpdate(String name, Subnet.SubnetProperties properties)
-