state property

String? state
getter/setter pair

Current state of the patch deployment.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "ACTIVE" : Active value means that patch deployment generates Patch Jobs.
  • "PAUSED" : Paused value means that patch deployment does not generate Patch jobs. Requires user action to move in and out from this state.

Implementation

core.String? state;