Skip navigation links
org.jclouds.aws.ec2.options

Class CreateVpcOptions

    • Constructor Detail

      • CreateVpcOptions

        public CreateVpcOptions()
    • Method Detail

      • withInstanceTenancy

        public CreateVpcOptions withInstanceTenancy(String instanceTenancy)
        The instanceTenancy of the VPC that was provided during image creation.

        Default: default, Valid Values: default | dedicated | host

      • getInstanceTenancy

        public String getInstanceTenancy()
      • dryRun

        public CreateVpcOptions dryRun()
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
      • isDryRun

        public boolean isDryRun()

Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.