public enum DbBackupConfig.BackupDestinationType extends Enum<DbBackupConfig.BackupDestinationType> implements ProtocolMessageEnumThe type of the database backup destination.
Protobuf enum google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BACKUP_DESTINATION_TYPE_UNSPECIFIED |
Default unspecified value. |
BACKUP_DESTINATION_TYPE_UNSPECIFIED_VALUE |
Default unspecified value. |
DBRS |
Backup destination type is DBRS. |
DBRS_VALUE |
Backup destination type is DBRS. |
LOCAL |
Backup destination type is Local. |
LOCAL_VALUE |
Backup destination type is Local. |
NFS |
Backup destination type is NFS. |
NFS_VALUE |
Backup destination type is NFS. |
OBJECT_STORE |
Backup destination type is Object Store. |
OBJECT_STORE_VALUE |
Backup destination type is Object Store. |
RECOVERY_APPLIANCE |
Backup destination type is Recovery Appliance. |
RECOVERY_APPLIANCE_VALUE |
Backup destination type is Recovery Appliance. |
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() |
|