ENUM

ClusterLicenseInfoType

Description

The type of cluster license information.

link GraphQL Schema definition

  • enum ClusterLicenseInfoType {
  • # Represents cluster license information about an expired term.
  • EXPIRED_TERM
  • # Represents an unknown cluster license information type.
  • INFO_TYPE_UNSPECIFIED
  • # Represents cluster license information about insufficient capacity.
  • INSUFFICIENT_CAPACITY
  • # Represents cluster license information about licenses not found.
  • LICENSE_NOT_FOUND
  • # Represents cluster license information about valid licenses.
  • VALID_LICENSE
  • }