Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet.SubnetProperties.Builder
-
Packages that use Subnet.SubnetProperties.Builder Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Subnet.SubnetProperties.Builder in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet.SubnetProperties.Builder Modifier and Type Method Description abstract Subnet.SubnetProperties.BuilderSubnet.SubnetProperties.Builder. addressPrefix(String addressPrefix)static Subnet.SubnetProperties.BuilderSubnet.SubnetProperties. builder()abstract Subnet.SubnetProperties.BuilderSubnet.SubnetProperties.Builder. ipConfigurations(List<Subnet.IpConfiguration> ipConfigurations)abstract Subnet.SubnetProperties.BuilderSubnet.SubnetProperties.Builder. provisioningState(String provisioningState)abstract Subnet.SubnetProperties.BuilderSubnet.SubnetProperties. toBuilder()
-