AWS SDK for .NET Documentation
VpcPeeringConnectionVpcInfo Class
AmazonAmazon.EC2.ModelVpcPeeringConnectionVpcInfo Did this page help you?   Yes   No    Tell us about it...

Describes a VPC in a VPC peering connection.

Declaration Syntax
C#
public class VpcPeeringConnectionVpcInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
VpcPeeringConnectionVpcInfo()()()()
Initializes a new instance of the VpcPeeringConnectionVpcInfo class

CidrBlock
The CIDR block for the VPC.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
VpcPeeringConnectionVpcInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)