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



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

DeleteOnTermination
Whether the Amazon EBS volume 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.)
IsSetDeleteOnTermination()()()()
Checks if DeleteOnTermination property is set

IsSetVolumeId()()()()
Checks if VolumeId property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeId
The ID of the Amazon EBS volume.

WithDeleteOnTermination(Boolean) Obsolete.
Sets whether the Amazon EBS volume is deleted on instance termination.

WithVolumeId(String) Obsolete.
Sets the ID of the Amazon EBS volume.

Inheritance Hierarchy
Object
InstanceEbsBlockDeviceParameter

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