OBJECT

NodeIp

Description

Supported in v5.0+

link GraphQL Schema definition

  • type NodeIp {
  • # Required. Supported in v5.0+
  • # IP of the node.
  • ip: String!
  • # Required. Supported in v5.0+
  • # Node this interface is configured on.
  • node: String!
  • }