Uses of Class
org.jclouds.azurecompute.arm.domain.Subnet
-
Packages that use Subnet Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Subnet in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Subnet Modifier and Type Method Description abstract 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 Subnet Modifier and Type Method Description abstract List<Subnet>
NetworkSecurityGroupProperties. subnets()
abstract List<Subnet>
VirtualNetwork.VirtualNetworkProperties. subnets()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Subnet Modifier and Type Method Description static VirtualMachineScaleSetIpConfigurationProperties
VirtualMachineScaleSetIpConfigurationProperties. create(VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration, Subnet subnet, String privateIPAddressVersion, List<IdReference> loadBalancerBackendAddressPools, List<IdReference> loadBalancerInboundNatPools, String applicationGatewayBackendAddressPools)
abstract VirtualMachineScaleSetIpConfigurationProperties.Builder
VirtualMachineScaleSetIpConfigurationProperties.Builder. subnet(Subnet subnet)
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Subnet Modifier and Type Method Description static VirtualNetwork.VirtualNetworkProperties
VirtualNetwork.VirtualNetworkProperties. create(String provisioningState, String resourceGuid, AddressSpace addressSpace, List<Subnet> subnets)
abstract NetworkSecurityGroupProperties.Builder
NetworkSecurityGroupProperties.Builder. subnets(List<Subnet> subnets)
abstract VirtualNetwork.VirtualNetworkProperties.Builder
VirtualNetwork.VirtualNetworkProperties.Builder. subnets(List<Subnet> subnets)
-
Uses of Subnet in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Subnet Modifier and Type Method Description Subnet
SubnetApi. createOrUpdate(String name, Subnet.SubnetProperties properties)
Subnet
SubnetApi. get(String subnetname)
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>
SubnetApi. list()
-