Package | Description |
---|---|
org.jclouds.aws.ec2.features | |
org.jclouds.aws.ec2.options |
Modifier and Type | Method and Description |
---|---|
Boolean |
InternetGatewayApi.attachInternetGateway(String region,
String internetGatewayId,
String vpcId,
InternetGatewayOptions options)
Attaches an
InternetGateway to a VPC , supplying options. |
InternetGateway |
InternetGatewayApi.createInternetGateway(String region,
InternetGatewayOptions options)
Creates an
InternetGateway , supplying options. |
boolean |
InternetGatewayApi.deleteInternetGateway(String region,
String internetGatewayId,
InternetGatewayOptions options)
Deletes an
InternetGateway , supplying options. |
Boolean |
InternetGatewayApi.detachInternetGateway(String region,
String internetGatewayId,
String vpcId,
InternetGatewayOptions options)
Detaches an
InternetGateway from a VPC , supplying options. |
Modifier and Type | Field and Description |
---|---|
static InternetGatewayOptions |
InternetGatewayOptions.NONE |
Modifier and Type | Method and Description |
---|---|
InternetGatewayOptions |
InternetGatewayOptions.dryRun()
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response.
|
static InternetGatewayOptions |
InternetGatewayOptions.Builder.dryRun() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.