Volume
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Volume
Public Class Volume
public ref class Volume
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Volume()()()() | Initializes a new instance of the Volume class | |
| Attachment |
Gets and sets the Attachment property.
List of attachments
| |
| AvailabilityZone |
Gets and sets the AvailabilityZone property.
Availability Zone in which the volume was created.
| |
| CreateTime |
Gets and sets the CreateTime property.
Time stamp when volume creation was initiated.
| |
| 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.) | |
| IsSetAttachment()()()() |
Checks if Attachment property is set
| |
| IsSetAvailabilityZone()()()() |
Checks if AvailabilityZone property is set
| |
| IsSetCreateTime()()()() |
Checks if CreateTime property is set
| |
| IsSetSize()()()() |
Checks if Size property is set
| |
| IsSetSnapshotId()()()() |
Checks if SnapshotId property is set
| |
| IsSetStatus()()()() |
Checks if Status property is set
| |
| IsSetTag()()()() |
Checks if Tag property is set
| |
| IsSetVolumeId()()()() |
Checks if VolumeId property is set
| |
| Size |
Gets and sets the Size property.
The size of the volume, in GiBs.
| |
| SnapshotId |
Gets and sets the SnapshotId property.
Snapshot from which the volume was created (optional).
| |
| Status |
Gets and sets the Status property.
Volume state
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the Volume.
| |
| ToString()()()() | (Inherited from Object.) | |
| VolumeId |
Gets and sets the VolumeId property.
The ID of the volume.
| |
| WithAttachment(array<Attachment>[]()[][]) |
Sets the Attachment property
| |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithCreateTime(String) |
Sets the CreateTime property
| |
| WithSize(String) |
Sets the Size property
| |
| WithSnapshotId(String) |
Sets the SnapshotId property
| |
| WithStatus(String) |
Sets the Status property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithVolumeId(String) |
Sets the VolumeId property
|