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

Deletes the specified Amazon EBS volume. The volume must be in the available state (not attached to an instance).

NOTE: The volume may remain in the deleting state for several minutes.

For more information, see Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide .

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



IconMemberDescription
CreateVpcPeeringConnectionRequest()()()()
Initializes a new instance of the CreateVpcPeeringConnectionRequest 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.)
IsSetPeerOwnerId()()()()
Checks if PeerOwnerId is set

IsSetPeerVpcId()()()()
Checks if PeerVpcId is set

IsSetVpcId()()()()
Checks if VpcId is set

PeerOwnerId
The AWS account ID of the owner of the peer VPC. Default: Your AWS account ID

PeerVpcId
The ID of the VPC with which you are creating the VPC peering connection.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The ID of the requester VPC.

WithPeerOwnerId(String) Obsolete.
Sets the PeerOwnerId The PeerOwnerId.

WithPeerVpcId(String) Obsolete.
Sets the PeerVpcId The PeerVpcId.

WithVpcId(String) Obsolete.
Sets the VpcId The VpcId.

Inheritance Hierarchy
Object
EC2Request
 CreateVpcPeeringConnectionRequest

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