Google Cloud Dataproc V1 Client - Class DiskType (4.0.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class DiskType.

Protobuf type google.cloud.dataproc.v1.AttachedDiskConfig.DiskType

Namespace

Google \ Cloud \ Dataproc \ V1 \ AttachedDiskConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_TYPE_UNSPECIFIED

Value: 0

Required unspecified disk type.

Generated from protobuf enum DISK_TYPE_UNSPECIFIED = 0;

HYPERDISK_BALANCED

Value: 1

Hyperdisk Balanced disk type.

Generated from protobuf enum HYPERDISK_BALANCED = 1;

HYPERDISK_EXTREME

Value: 2

Hyperdisk Extreme disk type.

Generated from protobuf enum HYPERDISK_EXTREME = 2;

HYPERDISK_ML

Value: 3

Hyperdisk ML disk type.

Generated from protobuf enum HYPERDISK_ML = 3;

HYPERDISK_THROUGHPUT

Value: 4

Hyperdisk Throughput disk type.

Generated from protobuf enum HYPERDISK_THROUGHPUT = 4;