public enum MaintenanceWindow.PatchingMode extends Enum<MaintenanceWindow.PatchingMode> implements ProtocolMessageEnum
Patching mode.
Protobuf enum google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode
Implements
ProtocolMessageEnumStatic 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_VALUE |
The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time. |
PATCHING_MODE_UNSPECIFIED |
Default unspecified value. |
PATCHING_MODE_UNSPECIFIED_VALUE |
Default unspecified value. |
ROLLING |
Updates the Cloud Exadata database server hosts in a rolling fashion. |
ROLLING_VALUE |
Updates the Cloud Exadata database server hosts in a rolling fashion. |
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() |