state property
Device state.
Output only. Possible string values are:
- "DEVICE_STATE_UNSPECIFIED" : Unspecified state.
- "RESERVED" : Device created in the SAS Portal, however, not yet registered with SAS.
- "REGISTERED" : Device registered with SAS.
- "DEREGISTERED" : Device de-registered with SAS.
Implementation
core.String? state;