Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class BackupDestinationType.
The type of the database backup destination.
Protobuf type google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DbBackupConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BACKUP_DESTINATION_TYPE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum BACKUP_DESTINATION_TYPE_UNSPECIFIED = 0;
NFS
Value: 1Backup destination type is NFS.
Generated from protobuf enum NFS = 1;
RECOVERY_APPLIANCE
Value: 2Backup destination type is Recovery Appliance.
Generated from protobuf enum RECOVERY_APPLIANCE = 2;
OBJECT_STORE
Value: 3Backup destination type is Object Store.
Generated from protobuf enum OBJECT_STORE = 3;
LOCAL
Value: 4Backup destination type is Local.
Generated from protobuf enum LOCAL = 4;
DBRS
Value: 5Backup destination type is DBRS.
Generated from protobuf enum DBRS = 5;