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