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

Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the peer VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state.

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



IconMemberDescription
DeleteVpcPeeringConnectionRequest()()()()
Initializes a new instance of the DeleteVpcPeeringConnectionRequest 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
 DeleteVpcPeeringConnectionRequest

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