Enum ResourceMaintenance.State (0.2.0)

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

ProtocolMessageEnum

Static 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 = 3;

CANCELLED_VALUE

No longer planned, typically when other maintenance (e.g. upgrade to newer version) already happened, or the user skipped the maintenance.

CANCELLED = 3;

RUNNING

Maintenance is ongoing.

RUNNING = 2;

RUNNING_VALUE

Maintenance is ongoing.

RUNNING = 2;

SCHEDULED

Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period.

SCHEDULED = 1;

SCHEDULED_VALUE

Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period.

SCHEDULED = 1;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

SUCCEEDED

Successfully completed.

SUCCEEDED = 4;

SUCCEEDED_VALUE

Successfully completed.

SUCCEEDED = 4;

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