OBJECT

ClusterNodeInterfaceCidr

Description

Network interface of a Rubrik cluster node.

link GraphQL Schema definition

  • type ClusterNodeInterfaceCidr {
  • # Name of the interface.
  • interfaceName: String!
  • # CIDR address for the interface.
  • cidr: String!
  • }