Google Cloud Backup Dr V1 Client - Class DiskType (0.4.0)

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 \ AttachedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_TYPE_UNSPECIFIED

Value: 0

Default value, which is unused.

Generated from protobuf enum DISK_TYPE_UNSPECIFIED = 0;

SCRATCH

Value: 1

A scratch disk type.

Generated from protobuf enum SCRATCH = 1;

PERSISTENT

Value: 2

A persistent disk type.

Generated from protobuf enum PERSISTENT = 2;