AWS SDK for .NET Documentation
AcceptVpcPeeringConnectionRequest Class
AmazonAmazon.EC2.ModelAcceptVpcPeeringConnectionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AcceptVpcPeeringConnection operation.

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests.

Declaration Syntax
C#
public class AcceptVpcPeeringConnectionRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

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.)
IsSetVpcPeeringConnectionId()()()()
Checks if VpcPeeringConnectionId is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcPeeringConnectionId
The ID of the VPC peering connection.

WithVpcPeeringConnectionId(String) Obsolete.
Sets the VpcPeeringConnectionId The VpcPeeringConnectionId.

Inheritance Hierarchy
Object
EC2Request
 AcceptVpcPeeringConnectionRequest

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