NetworkManagerConnectionPropertiesOutput interface
Information about the network manager connection.
Properties
| connection |
Connection state. |
| description | A description of the network manager connection. |
| network |
Network Manager Id. |
Property Details
connectionState
Connection state.
connectionState?: "Connected" | "Pending" | "Conflict" | "Revoked" | "Rejected"
Property Value
"Connected" | "Pending" | "Conflict" | "Revoked" | "Rejected"
description
A description of the network manager connection.
description?: string
Property Value
string
networkManagerId
Network Manager Id.
networkManagerId?: string
Property Value
string