Google Cloud Oracle Database V1 Client - Class BackupDestinationType (0.8.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_DESTINATION_TYPE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum BACKUP_DESTINATION_TYPE_UNSPECIFIED = 0;

NFS

Value: 1

Backup destination type is NFS.

Generated from protobuf enum NFS = 1;

RECOVERY_APPLIANCE

Value: 2

Backup destination type is Recovery Appliance.

Generated from protobuf enum RECOVERY_APPLIANCE = 2;

OBJECT_STORE

Value: 3

Backup destination type is Object Store.

Generated from protobuf enum OBJECT_STORE = 3;

LOCAL

Value: 4

Backup destination type is Local.

Generated from protobuf enum LOCAL = 4;

DBRS

Value: 5

Backup destination type is DBRS.

Generated from protobuf enum DBRS = 5;