Uses of Class
org.jclouds.ec2.domain.Subnet
Packages that use Subnet
Package
Description
-
Uses of Subnet in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return SubnetModifier and TypeMethodDescriptionAWSSubnetApi.createSubnetInRegion
(String region, String vpcId, String cidrBlock, CreateSubnetOptions... options) Creates a subnet in an existing VPC.Methods in org.jclouds.aws.ec2.features that return types with arguments of type SubnetModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegion
(String region, String... subnetIds) Describes one or more of your subnets.com.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about subnets available to you. -
Uses of Subnet in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return SubnetMethods in org.jclouds.ec2.domain with parameters of type Subnet -
Uses of Subnet in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type Subnet -
Uses of Subnet in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return SubnetMethods in org.jclouds.ec2.xml that return types with arguments of type Subnet