ENUM

ClusterProductEnum

Description

Product type of the registered cluster.

link GraphQL Schema definition

  • enum ClusterProductEnum {
  • # The cluster is CDM cluster.
  • CDM
  • # The cluster is CLOUD_DIRECT cluster.
  • CLOUD_DIRECT
  • # The cluster is DATOS cluster.
  • DATOS
  • # The cluster is POLARIS cluster.
  • POLARIS
  • }