Uses of Class
org.jclouds.ec2.domain.Subnet
-
Packages that use Subnet Package Description org.jclouds.aws.ec2.features org.jclouds.ec2.domain org.jclouds.ec2.features org.jclouds.ec2.xml -
-
Uses of Subnet in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return Subnet Modifier and Type Method Description Subnet
AWSSubnetApi. 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 Subnet Modifier and Type Method Description com.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 Subnet Modifier and Type Method Description Subnet
Subnet.Builder. build()
Methods in org.jclouds.ec2.domain with parameters of type Subnet Modifier and Type Method Description Subnet.Builder
Subnet.Builder. from(Subnet in)
-
Uses of Subnet in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type Subnet Modifier and Type Method Description com.google.common.collect.FluentIterable<Subnet>
SubnetApi. filter(com.google.common.collect.Multimap<String,String> filter)
Describes subnets for your EC2 resources qualified by a filtercom.google.common.collect.FluentIterable<Subnet>
SubnetApi. list()
Describes all of your subnets for your EC2 resources. -
Uses of Subnet in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return Subnet Modifier and Type Method Description Subnet
SubnetHandler. getResult()
Methods in org.jclouds.ec2.xml that return types with arguments of type Subnet Modifier and Type Method Description com.google.common.collect.FluentIterable<Subnet>
DescribeSubnetsResponseHandler. getResult()
-