public enum AutonomousDatabaseProperties.RefreshableMode extends Enum<AutonomousDatabaseProperties.RefreshableMode> implements ProtocolMessageEnum
The refresh mode of the cloned Autonomous Database.
Protobuf enum
google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.RefreshableMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATIC |
AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database. |
AUTOMATIC_VALUE |
AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database. |
MANUAL |
MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database. |
MANUAL_VALUE |
MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database. |
REFRESHABLE_MODE_UNSPECIFIED |
The default unspecified value. |
REFRESHABLE_MODE_UNSPECIFIED_VALUE |
The default unspecified value. |
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() |