Module: Google::Cloud::OsConfig::V1::PatchDeployment::State
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
Represents state of patch peployment.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- ACTIVE =
Active value means that patch deployment generates Patch Jobs.
1
- PAUSED =
Paused value means that patch deployment does not generate Patch jobs. Requires user action to move in and out from this state.
2