Uses of Class
org.jclouds.aws.ec2.options.CreateVpcOptions
Packages that use CreateVpcOptions
-
Uses of CreateVpcOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type CreateVpcOptionsModifier and TypeMethodDescriptionVPCApi.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 CreateVpcOptionsMethods in org.jclouds.aws.ec2.options that return CreateVpcOptionsModifier and TypeMethodDescriptionstatic CreateVpcOptions
CreateVpcOptions.Builder.dryRun()
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.withInstanceTenancy
(String instanceTenancy) The instanceTenancy of the VPC that was provided during image creation.