VPC Attachment
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpcAttachment
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpcAttachment()()()() | Initializes a new instance of the VpcAttachment 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.) | 
|  | IsSetVpcAttachmentState()()()() | 
            Checks if VpcAttachmentState property is set
             | 
|  | IsSetVpcId()()()() | 
            Checks if VpcId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcAttachmentState | 
            The current state of the attachment.
            Valid values: attaching, attached, detaching, detached
             | 
|  | VpcId | 
            The ID of the VPC the VPN gateway is attached to
             | 
|  | WithVpcAttachmentState(String) | Obsolete. 
            Sets the current state of the attachment.
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the ID of the VPC the VPN gateway is attached to
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpcAttachment |