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 \ DiskRestorePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ARCHITECTURE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum ARCHITECTURE_UNSPECIFIED = 0;
X86_64
Value: 1Disks with architecture X86_64
Generated from protobuf enum X86_64 = 1;
ARM64
Value: 2Disks with architecture ARM64
Generated from protobuf enum ARM64 = 2;