OBJECT
NodeTunnelStatusConnection
Description
Support tunnel status of all nodes in a cluster.
link GraphQL Schema definition
- type NodeTunnelStatusConnection {
- # List of node tunnel status.
- NodeTunnelStatus!]! : [
- # Whether there are more nodes.
- Boolean :
- # Total number of nodes.
- Long :
- # Next cursor.
- String :
- }