Uses of Class
org.jclouds.aws.ec2.domain.VPC
-
Packages that use VPC Package Description org.jclouds.aws.ec2.domain org.jclouds.aws.ec2.features org.jclouds.aws.ec2.xml -
-
Uses of VPC in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return VPC Modifier and Type Method Description VPCVPC.Builder. build()static VPCVPC. create(String id, VPC.State state, String cidrBlock, String dhcpOptionsId, VPC.InstanceTenancy instanceTenancy, Boolean isDefault, Map<String,String> tags) -
Uses of VPC in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return VPC Modifier and Type Method Description VPCVPCApi. createVpc(String region, String cidrBlock, CreateVpcOptions... options)Creates a VPC with the specified CIDR block.Methods in org.jclouds.aws.ec2.features that return types with arguments of type VPC Modifier and Type Method Description com.google.common.collect.FluentIterable<VPC>VPCApi. describeVpcsInRegion(String region, String... vpcIds)Describes all of your VPCs -
Uses of VPC in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return VPC Modifier and Type Method Description VPCVPCHandler. getResult()Methods in org.jclouds.aws.ec2.xml that return types with arguments of type VPC Modifier and Type Method Description com.google.common.collect.FluentIterable<VPC>DescribeVPCsResponseHandler. getResult()
-