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 SubnetSubnet.Builder. build()static SubnetSubnet. create(String name, String id, String etag, Subnet.SubnetProperties properties)abstract SubnetVirtualMachineScaleSetIpConfigurationProperties. 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 VirtualMachineScaleSetIpConfigurationPropertiesVirtualMachineScaleSetIpConfigurationProperties. create(VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration, Subnet subnet, String privateIPAddressVersion, List<IdReference> loadBalancerBackendAddressPools, List<IdReference> loadBalancerInboundNatPools, String applicationGatewayBackendAddressPools)abstract VirtualMachineScaleSetIpConfigurationProperties.BuilderVirtualMachineScaleSetIpConfigurationProperties.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.VirtualNetworkPropertiesVirtualNetwork.VirtualNetworkProperties. create(String provisioningState, String resourceGuid, AddressSpace addressSpace, List<Subnet> subnets)abstract NetworkSecurityGroupProperties.BuilderNetworkSecurityGroupProperties.Builder. subnets(List<Subnet> subnets)abstract VirtualNetwork.VirtualNetworkProperties.BuilderVirtualNetwork.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 SubnetSubnetApi. createOrUpdate(String name, Subnet.SubnetProperties properties)SubnetSubnetApi. 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()
-