Reference documentation and code samples for the Google Cloud Migration Center V1 Client class PersistentDiskType.
The persistent disk (PD) types of Compute Engine virtual machines.
Protobuf type google.cloud.migrationcenter.v1.PersistentDiskType
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PERSISTENT_DISK_TYPE_UNSPECIFIED
Value: 0Unspecified (default value).
Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.
Generated from protobuf enum PERSISTENT_DISK_TYPE_UNSPECIFIED = 0;
PERSISTENT_DISK_TYPE_STANDARD
Value: 1Standard HDD Persistent Disk.
Generated from protobuf enum PERSISTENT_DISK_TYPE_STANDARD = 1;
PERSISTENT_DISK_TYPE_BALANCED
Value: 2Balanced Persistent Disk.
Generated from protobuf enum PERSISTENT_DISK_TYPE_BALANCED = 2;
PERSISTENT_DISK_TYPE_SSD
Value: 3SSD Persistent Disk.
Generated from protobuf enum PERSISTENT_DISK_TYPE_SSD = 3;