Uses of Class
org.jclouds.aws.ec2.options.CreateVpcOptions
-
Packages that use CreateVpcOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options -
-
Uses of CreateVpcOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type CreateVpcOptions Modifier and Type Method Description VPC
VPCApi. createVpc(String region, String cidrBlock, CreateVpcOptions... options)
Creates a VPC with the specified CIDR block. -
Uses of CreateVpcOptions in org.jclouds.aws.ec2.options
Fields in org.jclouds.aws.ec2.options declared as CreateVpcOptions Modifier and Type Field Description static CreateVpcOptions
CreateVpcOptions. NONE
Methods in org.jclouds.aws.ec2.options that return CreateVpcOptions Modifier and Type Method Description static CreateVpcOptions
CreateVpcOptions.Builder. dryRun()
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. withInstanceTenancy(String instanceTenancy)
CreateVpcOptions
CreateVpcOptions. withInstanceTenancy(String instanceTenancy)
The instanceTenancy of the VPC that was provided during image creation.
-