Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet
Packages that use Subnet
-
Uses of Subnet in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return SubnetModifier and TypeMethodDescriptionabstract Subnet
Subnet.Builder.build()
static Subnet
Subnet.create
(String name, String id, String etag, Subnet.SubnetProperties properties) abstract Subnet
VirtualMachineScaleSetIpConfigurationProperties.subnet()
The subnet of the Virtual Machine Scale Set Ip Configuration PropertiesMethods in org.jclouds.azurecompute.arm.domain that return types with arguments of type SubnetModifier and TypeMethodDescriptionNetworkSecurityGroupProperties.subnets()
VirtualNetwork.VirtualNetworkProperties.subnets()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type SubnetModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfigurationProperties.create
(VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration, Subnet subnet, String privateIPAddressVersion, List<IdReference> loadBalancerBackendAddressPools, List<IdReference> loadBalancerInboundNatPools, String applicationGatewayBackendAddressPools) Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Subnet -
Uses of Subnet in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return SubnetModifier and TypeMethodDescriptionSubnetApi.createOrUpdate
(String name, Subnet.SubnetProperties properties) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Subnet