Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet.SubnetProperties
Packages that use Subnet.SubnetProperties
-
Uses of Subnet.SubnetProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet.SubnetPropertiesModifier and TypeMethodDescriptionSubnet.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.SubnetPropertiesModifier and TypeMethodDescriptionstatic 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.SubnetPropertiesModifier and TypeMethodDescriptionSubnetApi.createOrUpdate
(String name, Subnet.SubnetProperties properties)