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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AttachInternetGatewayRequest()()()()
Initializes a new instance of the AttachInternetGatewayRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..AttachInternetGatewayRequest

See Also