Describes a VPC in a VPC peering connection.
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpcPeeringConnectionVpcInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpcPeeringConnectionVpcInfo()()()() | Initializes a new instance of the VpcPeeringConnectionVpcInfo class | 
|  | CidrBlock | 
            The CIDR block for the VPC.
             
             | 
|  | 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.) | 
|  | IsSetCidrBlock()()()() | 
            Checks if CidrBlock is set
             | 
|  | IsSetOwnerId()()()() | 
            Checks if OwnerId is set
             | 
|  | IsSetVpcId()()()() | 
            Checks if VpcId is set
             | 
|  | OwnerId | 
            The AWS account ID of the VPC owner.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            The ID of the VPC.
             
             | 
|  | WithCidrBlock(String) | Obsolete. 
            Sets the CidrBlock
            The CidrBlock. | 
|  | WithOwnerId(String) | Obsolete. 
            Sets the OwnerId
            The OwnerId. | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId
            The VpcId. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpcPeeringConnectionVpcInfo |