Class GetInstanceRootBlockDeviceResult
Inheritance
System.Object
GetInstanceRootBlockDeviceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInstanceRootBlockDeviceResult
Fields
View SourceDeleteOnTermination
If the root block device will be deleted on termination.
Declaration
public readonly bool DeleteOnTermination
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DeviceName
The physical name of the device.
Declaration
public readonly string DeviceName
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
If the EBS volume is encrypted.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Iops
0 If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.
Declaration
public readonly int Iops
Field Value
| Type | Description |
|---|---|
| System.Int32 |
KmsKeyId
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeId
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeSize
The size of the volume, in GiB.
Declaration
public readonly int VolumeSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VolumeType
The type of the volume.
Declaration
public readonly string VolumeType
Field Value
| Type | Description |
|---|---|
| System.String |