patchingMode property

String? patchingMode
getter/setter pair

Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING".

Default value is ROLLING.

Optional. Possible string values are:

  • "PATCHING_MODE_UNSPECIFIED" : Default unspecified value.
  • "ROLLING" : Updates the Cloud Exadata database server hosts in a rolling fashion.
  • "NON_ROLLING" : The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time.

Implementation

core.String? patchingMode;