Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC. For
more information about your VPC and Internet gateway, go to the Amazon Virtual Private Cloud User
Guide.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class AttachInternetGatewayRequest
Public Class AttachInternetGatewayRequest
public ref class AttachInternetGatewayRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| AttachInternetGatewayRequest()()()() | Initializes a new instance of the AttachInternetGatewayRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InternetGatewayId |
Gets and sets the InternetGatewayId property.
The ID of the Internet gateway to attach.
| |
| IsSetInternetGatewayId()()()() |
Checks if InternetGatewayId property is set
| |
| IsSetVpcId()()()() |
Checks if VpcId property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| VpcId |
Gets and sets the VpcId property.
The ID of the VPC.
| |
| WithInternetGatewayId(String) |
Sets the InternetGatewayId property
| |
| WithVpcId(String) |
Sets the VpcId property
|