OBJECT

TprClusterRemovalDetails

Description

Details of the cluster being removed.

link GraphQL Schema definition

  • type TprClusterRemovalDetails {
  • # UUID of the cluster.
  • id: String!
  • # IP address of the cluster.
  • ip: String!
  • # Specifies if the cluster has been force-removed.
  • isForce: Boolean!
  • # Location of the cluster.
  • location: String!
  • # Name of the cluster.
  • name: String!
  • # Connected status of the cluster.
  • status: ClusterStatus!
  • }