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.Builder
Subnet.SubnetProperties.Builder. addressPrefix(String addressPrefix)
static Subnet.SubnetProperties.Builder
Subnet.SubnetProperties. builder()
abstract Subnet.SubnetProperties.Builder
Subnet.SubnetProperties.Builder. ipConfigurations(List<Subnet.IpConfiguration> ipConfigurations)
abstract Subnet.SubnetProperties.Builder
Subnet.SubnetProperties.Builder. provisioningState(String provisioningState)
abstract Subnet.SubnetProperties.Builder
Subnet.SubnetProperties. toBuilder()
-