Internet gateway description.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InternetGateway
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InternetGateway()()()() | Initializes a new instance of the InternetGateway class | 
|  | Attachments | 
            A list of VPCs attached to the Internet gateway.
             | 
|  | 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 | 
            The ID of the Internet gateway.
             | 
|  | IsSetAttachments()()()() | 
            Checks if Attachments property is set
             | 
|  | IsSetInternetGatewayId()()()() | 
            Checks if InternetGatewayId property is set
             | 
|  | IsSetTag()()()() | 
            Checks if Tag property is set
             | 
|  | Tag | 
            A list of tags for the License.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttachments(array<InternetGatewayAttachment>[]()[][]) | Obsolete. 
            Sets the list of VPCs attached to the Internet gateway.
             | 
|  | WithInternetGatewayId(String) | Obsolete. 
            Sets the ID of the Internet gateway.
             | 
|  | WithTag(array<Tag>[]()[][]) | Obsolete. 
            Sets the list of tags for the License.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InternetGateway |