AWS SDK for .NET Documentation
EbsBlockDevice Class
AmazonAmazon.EC2.ModelEbsBlockDevice Did this page help you?   Yes   No    Tell us about it...
Information about an EBS block device.
Declaration Syntax
C#
public class EbsBlockDevice
Members
All MembersConstructorsMethodsProperties



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

DeleteOnTermination
Whether the EBS block device is deleted on instance termination.

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.)
IOPS
Quantity of desired throughput in IOPS.

IsSetDeleteOnTermination()()()()
Checks if DeleteOnTermination property is set

IsSetIOPS()()()()
Checks if IOPS property is set

IsSetSnapshotId()()()()
Checks if SnapshotId property is set

IsSetVolumeSize()()()()
Checks if VolumeSize property is set

IsSetVolumeType()()()()
Checks if VolumeType property is set

SnapshotId
The ID of the snapshot.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeSize
Size of the volume.

VolumeType
The volume type. Constraints: may be either "io1" or "standard". If VolumeType != "io1", IOPS property cannot be set.

WithDeleteOnTermination(Boolean) Obsolete.
Sets whether the EBS block device is deleted on instance termination.

WithIOPS(String) Obsolete.
Sets quantity of desired throughput in IOPS.

WithSnapshotId(String) Obsolete.
Sets the ID of the snapshot.

WithVolumeSize(Decimal) Obsolete.
Sets the size of the volume.

WithVolumeType(String) Obsolete.
Sets the volume type.

Inheritance Hierarchy
Object
EbsBlockDevice

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