systemManagedState property
Indicates the system managed state of the unit.
Optional. Output only. Possible string values are:
- "SYSTEM_MANAGED_STATE_UNSPECIFIED" : Unspecified system managed state.
- "SYSTEM_MANAGED_STATE_ACTIVE" : Unit has dependents attached.
- "SYSTEM_MANAGED_STATE_INACTIVE" : Unit has no dependencies attached, but attachment is allowed.
- "SYSTEM_MANAGED_STATE_DECOMMISSIONED" : Unit has no dependencies attached, and attachment is not allowed.
Implementation
core.String? systemManagedState;