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.SubnetProperties
Subnet.SubnetProperties.Builder. build()
static Subnet.SubnetProperties
Subnet.SubnetProperties. create(String provisioningState, String addressPrefix, List<Subnet.IpConfiguration> ipConfigurations)
abstract Subnet.SubnetProperties
Subnet. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Subnet.SubnetProperties Modifier and Type Method Description static Subnet
Subnet. create(String name, String id, String etag, Subnet.SubnetProperties properties)
abstract Subnet.Builder
Subnet.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 Subnet
SubnetApi. createOrUpdate(String name, Subnet.SubnetProperties properties)
-