state property
State of the connection.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : SIP Trunk connection state is Not specified.
- "CONNECTED" : SIP Trunk connection is connected.
- "DISCONNECTED" : SIP Trunk connection is disconnected.
- "AUTHENTICATION_FAILED" : SIP Trunk connection has authentication error.
- "KEEPALIVE" : SIP Trunk connection is keepalive.
Implementation
core.String? state;