INPUT_OBJECT
UpdateTunnelStatusInput
Description
Input for enabling or disabling the SSH Tunnel for Support Access.
link GraphQL Schema definition
- input UpdateTunnelStatusInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. The support tunnel parameters.
- : UpdateSupportTunnelConfigInput!
- # Required. ID of the node add the tunnel to (this must be the current node id or
- # *me*).
- : String!
- }