Enum AutonomousDatabaseProperties.MaintenanceScheduleType (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
EARLY

An EARLY maintenance schedule patches the database before the regular scheduled maintenance.

EARLY = 1;

EARLY_VALUE

An EARLY maintenance schedule patches the database before the regular scheduled maintenance.

EARLY = 1;

MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED

Default unspecified value.

MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED = 0;

MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED_VALUE

Default unspecified value.

MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED = 0;

REGULAR

A REGULAR maintenance schedule follows the normal maintenance cycle.

REGULAR = 2;

REGULAR_VALUE

A REGULAR maintenance schedule follows the normal maintenance cycle.

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