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

Describes a VPC peering connection.

Declaration Syntax
C#
public class VpcPeeringConnection
Members
All MembersConstructorsMethodsProperties



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

AccepterVpcInfo
The information of the peer VPC.

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

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