public class CreateVpcOptions extends BaseEC2RequestOptions
import static org.jclouds.ec2.options.CreateVpcOptions.Builder.*
EC2Api connection = // get connection
Future> images = connection.getVpcApi().get().createVpc(withDescription("123125").noReboot());
Modifier and Type | Class and Description |
---|---|
static class |
CreateVpcOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static CreateVpcOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
CreateVpcOptions() |
Modifier and Type | Method and Description |
---|---|
CreateVpcOptions |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
String |
getInstanceTenancy() |
boolean |
isDryRun() |
CreateVpcOptions |
withInstanceTenancy(String instanceTenancy)
The instanceTenancy of the VPC that was provided during image creation.
|
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader
public static final CreateVpcOptions NONE
public CreateVpcOptions withInstanceTenancy(String instanceTenancy)
public String getInstanceTenancy()
public CreateVpcOptions dryRun()
public boolean isDryRun()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.