Describes a VPC peering connection.
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpcPeeringConnection
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpcPeeringConnection()()()() | Initializes a new instance of the VpcPeeringConnection class | 
|  | AccepterVpcInfo | 
            The information of the peer VPC.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExpirationTime | 
            The time that an unaccepted VPC peering connection will expire.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAccepterVpcInfo()()()() | 
            Checks if AccepterVpcInfo is set
             | 
|  | IsSetExpirationTime()()()() | 
            Checks if ExpirationTime is set
             | 
|  | IsSetRequesterVpcInfo()()()() | 
            Checks if RequesterVpcInfo is set
             | 
|  | IsSetResourceTags()()()() | 
            Checks if ResourceTags is set
             | 
|  | IsSetStatus()()()() | 
            Checks if Status is set
             | 
|  | IsSetVpcPeeringConnectionId()()()() | 
            Checks if VpcPeeringConnectionId is set
             | 
|  | RequesterVpcInfo | 
            The information of the requester VPC.
             
             | 
|  | ResourceTags | 
            Any tags assigned to the resource.
             
             | 
|  | Status | 
            The status of the VPC peering connection.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcPeeringConnectionId | 
            The ID of the VPC peering connection.
             
             | 
|  | WithAccepterVpcInfo(VpcPeeringConnectionVpcInfo) | Obsolete. 
            Sets the AccepterVpcInfo
            The AccepterVpcInfo. | 
|  | WithExpirationTime(DateTime) | Obsolete. 
            Sets the ExpirationTime
            The ExpirationTime. | 
|  | WithRequesterVpcInfo(VpcPeeringConnectionVpcInfo) | Obsolete. 
            Sets the RequesterVpcInfo
            The RequesterVpcInfo. | 
|  | WithResourceTags(array<ResourceTag>[]()[][]) | Obsolete. 
            Sets the ResourceTags
            The ResourceTags. | 
|  | WithStatus(VpcPeeringConnectionStateReason) | Obsolete. 
            Sets the Status
            The Status. | 
|  | WithVpcPeeringConnectionId(String) | Obsolete. 
            Sets the VpcPeeringConnectionId
            The VpcPeeringConnectionId. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpcPeeringConnection |