OBJECT
LicensedClusterProduct
Description
Represents a single licensed product.
link GraphQL Schema definition
- type LicensedClusterProduct {
- # The name of the product.
- Product! :
- # The total purchased capacity of this product, in bytes.
- Float! :
- # The total registered capacity of this product, in bytes.
- Float! :
- # The amount of bytes under the license with the nearest expiry date.
- Float! :
- # The next expiry date of a license under this product.
- DateTime :
- # The product types under this product that the customer has.
- String!]! : [
- # The number of Rubrik clusters included in this product.
- Int! :
- # The contributions from other products that make up the used capacity of this
- # product. Only valid when product type is Scale.
- CapacityContribution!]! : [
- }