OBJECT
NodeTunnelStatus
Description
Support tunnel status of a node.
link GraphQL Schema definition
- type NodeTunnelStatus {
- # ID of the node.
- : String!
- # Status of the node.
- : String!
- # Support tunnel information.
- : SupportTunnelInfo
- }
OBJECT
Support tunnel status of a node.
- type NodeTunnelStatus {
- # ID of the node.
- : String!
- # Status of the node.
- : String!
- # Support tunnel information.
- : SupportTunnelInfo
- }