Attaches a virtual private gateway to a VPC.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class AttachVpnGatewayRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AttachVpnGatewayRequest()()()() | Initializes a new instance of the AttachVpnGatewayRequest 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.) | 
|  | IsSetVpcId()()()() | 
            Checks if VpcId property is set
             | 
|  | IsSetVpnGatewayId()()()() | 
            Checks if VpnGatewayId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            The ID of the VPC you want to attach to the virtual private gateway
             | 
|  | VpnGatewayId | 
            The ID of the virtual private gateway you want to attach
            to the VPC.
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the ID of the VPC you want to attach to the virtual private gateway
             | 
|  | WithVpnGatewayId(String) | Obsolete. 
            Sets the ID of the virtual private gateway you want to attach
            to the VPC.
             | 
 Remarks
 Remarks
            This is the last step required to get your VPC fully connected
            to your data center before launching instances in it.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | AttachVpnGatewayRequest | |