ConnectivityGroupItemOutput interface
Connectivity group item.
Properties
| group |
Group connectivity type. |
| is |
Flag if global is supported. |
| network |
Network group Id. |
| use |
Flag if need to use hub gateway. |
Property Details
groupConnectivity
Group connectivity type.
groupConnectivity: "None" | "DirectlyConnected"
Property Value
"None" | "DirectlyConnected"
isGlobal
Flag if global is supported.
isGlobal?: "False" | "True"
Property Value
"False" | "True"
networkGroupId
Network group Id.
networkGroupId: string
Property Value
string
useHubGateway
Flag if need to use hub gateway.
useHubGateway?: "False" | "True"
Property Value
"False" | "True"