public enum AutonomousDatabaseProperties.MaintenanceScheduleType extends Enum<AutonomousDatabaseProperties.MaintenanceScheduleType> implements ProtocolMessageEnum
The available maintenance schedules for the Autonomous Database.
Protobuf enum
google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.MaintenanceScheduleType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EARLY |
An EARLY maintenance schedule patches the database before the regular scheduled maintenance. |
EARLY_VALUE |
An EARLY maintenance schedule patches the database before the regular scheduled maintenance. |
MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED |
Default unspecified value. |
MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED_VALUE |
Default unspecified value. |
REGULAR |
A REGULAR maintenance schedule follows the normal maintenance cycle. |
REGULAR_VALUE |
A REGULAR maintenance schedule follows the normal maintenance cycle. |
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() |