Package | Description |
---|---|
org.jclouds.aws.ec2.domain | |
org.jclouds.aws.ec2.features | |
org.jclouds.aws.ec2.xml |
Modifier and Type | Method and Description |
---|---|
VPC |
VPC.Builder.build() |
static VPC |
VPC.create(String id,
VPC.State state,
String cidrBlock,
String dhcpOptionsId,
VPC.InstanceTenancy instanceTenancy,
Boolean isDefault,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
VPC |
VPCApi.createVpc(String region,
String cidrBlock,
CreateVpcOptions... options)
Creates a VPC with the specified CIDR block.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<VPC> |
VPCApi.describeVpcsInRegion(String region,
String... vpcIds)
Describes all of your VPCs
|
Modifier and Type | Method and Description |
---|---|
VPC |
VPCHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<VPC> |
DescribeVPCsResponseHandler.getResult() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.