Enum AutonomousDatabaseProperties.RefreshableMode (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.

AUTOMATIC = 1;

AUTOMATIC_VALUE

AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.

AUTOMATIC = 1;

MANUAL

MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.

MANUAL = 2;

MANUAL_VALUE

MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.

MANUAL = 2;

REFRESHABLE_MODE_UNSPECIFIED

The default unspecified value.

REFRESHABLE_MODE_UNSPECIFIED = 0;

REFRESHABLE_MODE_UNSPECIFIED_VALUE

The default unspecified value.

REFRESHABLE_MODE_UNSPECIFIED = 0;

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()