OBJECT

ClusterLicenseInfo

Description

Information related to cluster licenses.

link GraphQL Schema definition

  • type ClusterLicenseInfo {
  • # The type of information.
  • type: ClusterLicenseInfoType!
  • # The product included in this cluster license.
  • product: Product!
  • # The usable capacity of this product, in bytes.
  • usableCapacityBytes: Float!
  • # The total requested capacity, in bytes.
  • requestedCapacityBytes: Float!
  • # The capacity consumed, in bytes.
  • usedCapacityBytes: Float!
  • # The total requested capacity, in bytes.
  • totalCapacityBytes: Float!
  • # The last date among the term-end dates of all licenses of this product.
  • maxTermEndDate: DateTime
  • }