OBJECT
ClusterLicenseInfo
Description
Information related to cluster licenses.
link GraphQL Schema definition
- type ClusterLicenseInfo {
- # The last date among the term-end dates of all licenses of this product.
- : DateTime
- # The product included in this cluster license.
- : Product!
- # The total requested capacity, in bytes.
- : Float!
- # The total requested capacity, in bytes.
- : Float!
- # The type of information.
- : ClusterLicenseInfoType!
- # The usable capacity of this product, in bytes.
- : Float!
- # The capacity consumed, in bytes.
- : Float!
- }