status property
Possible string values are:
- "UNKNOWN" : Status info is not available/unknown.
- "SYNCED" : Management server has sent the config to client and received ACK.
- "NOT_SENT" : Config is not sent.
- "STALE" : Management server has sent the config to client but hasn’t received ACK/NACK.
- "ERROR" : Management server has sent the config to client but received NACK.
Implementation
core.String? status;