Show / Hide Table of Contents

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 Source

DeleteOnTermination

If the root block device will be deleted on termination.

Declaration
public readonly bool DeleteOnTermination
Field Value
Type Description
System.Boolean
View Source

DeviceName

The physical name of the device.

Declaration
public readonly string DeviceName
Field Value
Type Description
System.String
View Source

Encrypted

If the EBS volume is encrypted.

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

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
View Source

KmsKeyId

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

VolumeId

Declaration
public readonly string VolumeId
Field Value
Type Description
System.String
View Source

VolumeSize

The size of the volume, in GiB.

Declaration
public readonly int VolumeSize
Field Value
Type Description
System.Int32
View Source

VolumeType

The type of the volume.

Declaration
public readonly string VolumeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.