Package | Description |
---|---|
org.jclouds.aws.ec2.features | |
org.jclouds.aws.ec2.options |
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 | Field and Description |
---|---|
static CreateVpcOptions |
CreateVpcOptions.NONE |
Modifier and Type | Method and Description |
---|---|
CreateVpcOptions |
CreateVpcOptions.dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
static CreateVpcOptions |
CreateVpcOptions.Builder.dryRun() |
CreateVpcOptions |
CreateVpcOptions.withInstanceTenancy(String instanceTenancy)
The instanceTenancy of the VPC that was provided during image creation.
|
static CreateVpcOptions |
CreateVpcOptions.Builder.withInstanceTenancy(String instanceTenancy) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.