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 .

C# |
public class CreateVpcPeeringConnectionRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateVpcPeeringConnectionRequest()()()() | Initializes a new instance of the CreateVpcPeeringConnectionRequest class |
![]() | Equals(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. |

Object | ||
![]() | EC2Request | |
![]() | CreateVpcPeeringConnectionRequest |