Enum DbBackupConfig.BackupDestinationType (0.29.0)

public enum DbBackupConfig.BackupDestinationType extends Enum<DbBackupConfig.BackupDestinationType> implements ProtocolMessageEnum

The type of the database backup destination.

Protobuf enum google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKUP_DESTINATION_TYPE_UNSPECIFIED

Default unspecified value.

BACKUP_DESTINATION_TYPE_UNSPECIFIED = 0;

BACKUP_DESTINATION_TYPE_UNSPECIFIED_VALUE

Default unspecified value.

BACKUP_DESTINATION_TYPE_UNSPECIFIED = 0;

DBRS

Backup destination type is DBRS.

DBRS = 5;

DBRS_VALUE

Backup destination type is DBRS.

DBRS = 5;

LOCAL

Backup destination type is Local.

LOCAL = 4;

LOCAL_VALUE

Backup destination type is Local.

LOCAL = 4;

NFS

Backup destination type is NFS.

NFS = 1;

NFS_VALUE

Backup destination type is NFS.

NFS = 1;

OBJECT_STORE

Backup destination type is Object Store.

OBJECT_STORE = 3;

OBJECT_STORE_VALUE

Backup destination type is Object Store.

OBJECT_STORE = 3;

RECOVERY_APPLIANCE

Backup destination type is Recovery Appliance.

RECOVERY_APPLIANCE = 2;

RECOVERY_APPLIANCE_VALUE

Backup destination type is Recovery Appliance.

RECOVERY_APPLIANCE = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()