Show / Hide Table of Contents

Class EbsDeviceVolumeType

Supported EBS volume types for blockDevices.

Inheritance
System.Object
EbsDeviceVolumeType
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public sealed class EbsDeviceVolumeType : Enum
Syntax (vb)
Public NotInheritable Class EbsDeviceVolumeType
    Inherits

     Enum

Synopsis

Fields

GP2

General Purpose SSD - GP2.

GP3

General Purpose SSD - GP3.

IO1

Provisioned IOPS SSD - IO1.

SC1

Cold HDD.

ST1

Throughput Optimized HDD.

STANDARD

Magnetic.

value__

Fields

GP2

General Purpose SSD - GP2.

public const EbsDeviceVolumeType GP2
Field Value
Type Description
EbsDeviceVolumeType

GP3

General Purpose SSD - GP3.

public const EbsDeviceVolumeType GP3
Field Value
Type Description
EbsDeviceVolumeType

IO1

Provisioned IOPS SSD - IO1.

public const EbsDeviceVolumeType IO1
Field Value
Type Description
EbsDeviceVolumeType

SC1

Cold HDD.

public const EbsDeviceVolumeType SC1
Field Value
Type Description
EbsDeviceVolumeType

ST1

Throughput Optimized HDD.

public const EbsDeviceVolumeType ST1
Field Value
Type Description
EbsDeviceVolumeType

STANDARD

Magnetic.

public const EbsDeviceVolumeType STANDARD
Field Value
Type Description
EbsDeviceVolumeType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX