public enum ResourceMaintenance.State extends Enum<ResourceMaintenance.State> implements ProtocolMessageEnum
State is the state of a resource maintenance.
Protobuf enum google.cloud.maintenance.api.v1beta.ResourceMaintenance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
No longer planned, typically when other maintenance (e.g. upgrade to newer version) already happened, or the user skipped the maintenance. |
CANCELLED_VALUE |
No longer planned, typically when other maintenance (e.g. upgrade to newer version) already happened, or the user skipped the maintenance. |
RUNNING |
Maintenance is ongoing. |
RUNNING_VALUE |
Maintenance is ongoing. |
SCHEDULED |
Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period. |
SCHEDULED_VALUE |
Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
SUCCEEDED |
Successfully completed. |
SUCCEEDED_VALUE |
Successfully completed. |
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() |