state property
Compliance state of the VM.
Output only. Possible string values are:
- "OS_POLICY_COMPLIANCE_STATE_UNSPECIFIED" : Default value. This value is unused.
- "COMPLIANT" : Compliant state.
- "NON_COMPLIANT" : Non-compliant state
- "UNKNOWN" : Unknown compliance state.
- "NO_OS_POLICIES_APPLICABLE" : No applicable OS policies were found for the instance. This state is only applicable to the instance.
Implementation
core.String? state;