Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ResourceType.
The type of the cloud resource.
Protobuf type google.cloud.backupdr.v1.ResourceBackupConfig.ResourceType
Namespace
Google \ Cloud \ BackupDR \ V1 \ ResourceBackupConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOURCE_TYPE_UNSPECIFIED
Value: 0Resource type not set.
Generated from protobuf enum RESOURCE_TYPE_UNSPECIFIED = 0;
CLOUD_SQL_INSTANCE
Value: 1Cloud SQL instance.
Generated from protobuf enum CLOUD_SQL_INSTANCE = 1;
COMPUTE_ENGINE_VM
Value: 2Compute Engine VM.
Generated from protobuf enum COMPUTE_ENGINE_VM = 2;
COMPUTE_ENGINE_DISK
Value: 3Compute Engine Disk.
Generated from protobuf enum COMPUTE_ENGINE_DISK = 3;
COMPUTE_ENGINE_REGIONAL_DISK
Value: 4Compute Engine Regional Disk.
Generated from protobuf enum COMPUTE_ENGINE_REGIONAL_DISK = 4;