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 \ AttachedDiskConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISK_TYPE_UNSPECIFIED
Value: 0Required unspecified disk type.
Generated from protobuf enum DISK_TYPE_UNSPECIFIED = 0;
HYPERDISK_BALANCED
Value: 1Hyperdisk Balanced disk type.
Generated from protobuf enum HYPERDISK_BALANCED = 1;
HYPERDISK_EXTREME
Value: 2Hyperdisk Extreme disk type.
Generated from protobuf enum HYPERDISK_EXTREME = 2;
HYPERDISK_ML
Value: 3Hyperdisk ML disk type.
Generated from protobuf enum HYPERDISK_ML = 3;
HYPERDISK_THROUGHPUT
Value: 4Hyperdisk Throughput disk type.
Generated from protobuf enum HYPERDISK_THROUGHPUT = 4;