OBJECT

LacpPresenceCheck

Description

Details of a cluster with nodes running LACP.

link GraphQL Schema definition

  • type LacpPresenceCheck {
  • # Flag indicating if the cluster has nodes with bond0 running LACP.
  • bond0: Boolean
  • # Cluster UUID.
  • clusterUuid: UUID!
  • }