Enum PatchDeployments.PatchDeployment.State (2.4.3)

public enum PatchDeployments.PatchDeployment.State extends Enum<PatchDeployments.PatchDeployment.State> implements ProtocolMessageEnum

Represents state of patch peployment.

Protobuf enum google.cloud.osconfig.v1.PatchDeployment.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Active value means that patch deployment generates Patch Jobs.

ACTIVE = 1;

ACTIVE_VALUE

Active value means that patch deployment generates Patch Jobs.

ACTIVE = 1;

PAUSED

Paused value means that patch deployment does not generate Patch jobs. Requires user action to move in and out from this state.

PAUSED = 2;

PAUSED_VALUE

Paused value means that patch deployment does not generate Patch jobs. Requires user action to move in and out from this state.

PAUSED = 2;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()