Google Cloud Backup Dr V1 Client - Class Architecture (0.7.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class Architecture.

Architecture of the source disk.

Protobuf type google.cloud.backupdr.v1.DiskRestoreProperties.Architecture

Namespace

Google \ Cloud \ BackupDR \ V1 \ DiskRestoreProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ARCHITECTURE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum ARCHITECTURE_UNSPECIFIED = 0;

X86_64

Value: 1

Disks with architecture X86_64

Generated from protobuf enum X86_64 = 1;

ARM64

Value: 2

Disks with architecture ARM64

Generated from protobuf enum ARM64 = 2;