maintenanceScheduleType property

String? maintenanceScheduleType
getter/setter pair

The maintenance schedule of the Autonomous Database.

Optional. Possible string values are:

  • "MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED" : Default unspecified value.
  • "EARLY" : An EARLY maintenance schedule patches the database before the regular scheduled maintenance.
  • "REGULAR" : A REGULAR maintenance schedule follows the normal maintenance cycle.

Implementation

core.String? maintenanceScheduleType;