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!
  • # Location of the cluster.
  • location: String!
  • # Name of the cluster.
  • name: String!
  • }