Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class DiskType.
List of the Disk Types.
Protobuf type google.cloud.backupdr.v1.AttachedDisk.DiskType
Namespace
Google \ Cloud \ BackupDR \ V1 \ AttachedDiskMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISK_TYPE_UNSPECIFIED
Value: 0Default value, which is unused.
Generated from protobuf enum DISK_TYPE_UNSPECIFIED = 0;
SCRATCH
Value: 1A scratch disk type.
Generated from protobuf enum SCRATCH = 1;
PERSISTENT
Value: 2A persistent disk type.
Generated from protobuf enum PERSISTENT = 2;