Class InternetGatewayOptions

All Implemented Interfaces:
HttpRequestOptions

public class InternetGatewayOptions extends BaseEC2RequestOptions
Contains options supported in the Form API for the InternetGateway operations.

Usage

The recommended way to instantiate such an object is to statically import InternetGatewayOptions.Builder.* and invoke a static creation method followed by an instance mutator (if needed):

import static org.jclouds.ec2.options.InternetGatewayOptions.Builder.*

EC2Api connection = // get connection InternetGateway gw = connection.getInternetGatewayApi().get().createInternetGateway(region, dryRun());

See Also:
  • Field Details

  • Constructor Details

    • InternetGatewayOptions

      public InternetGatewayOptions()
  • Method Details

    • dryRun

      public InternetGatewayOptions 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()