Package org.jclouds.aws.ec2.domain
Class InternetGateway
java.lang.Object
org.jclouds.aws.ec2.domain.InternetGateway
Amazon EC2 Internet Gateway.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract List
<InternetGatewayAttachment> static InternetGateway.Builder
builder()
static InternetGateway
abstract String
id()
tags()
-
Method Details
-
id
-
attachmentSet
-
tags
-
create
public static InternetGateway create(String id, List<InternetGatewayAttachment> attachmentSet, Map<String, String> tags) -
builder
-