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