Enum MaintenanceWindow.PatchingMode (0.1.0)

public enum MaintenanceWindow.PatchingMode extends Enum<MaintenanceWindow.PatchingMode> implements ProtocolMessageEnum

Patching mode.

Protobuf enum google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
NON_ROLLING

The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time.

NON_ROLLING = 2;

NON_ROLLING_VALUE

The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time.

NON_ROLLING = 2;

PATCHING_MODE_UNSPECIFIED

Default unspecified value.

PATCHING_MODE_UNSPECIFIED = 0;

PATCHING_MODE_UNSPECIFIED_VALUE

Default unspecified value.

PATCHING_MODE_UNSPECIFIED = 0;

ROLLING

Updates the Cloud Exadata database server hosts in a rolling fashion.

ROLLING = 1;

ROLLING_VALUE

Updates the Cloud Exadata database server hosts in a rolling fashion.

ROLLING = 1;

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