systemdServiceEnabled property
Whether the agent service is enabled in systemd.
Output only. Possible string values are:
- "UNSPECIFIED_STATE" : The state is unspecified and has not been checked yet.
- "SUCCESS_STATE" : The state is successful (enabled, granted, fully functional).
- "FAILURE_STATE" : The state is failed (disabled, denied, not fully functional).
- "ERROR_STATE" : There was an internal error while checking the state, state is unknown.
Implementation
core.String? systemdServiceEnabled;