INPUT_OBJECT
ClusterFilterPerProductInput
Description
Input to filter clusters by parameters specific to product types.
link GraphQL Schema definition
- input ClusterFilterPerProductInput {
- # Type of Rubrik cluster.
- ClusterProductEnum! :
- # Returns clusters running software version equal to or greater than the specified
- # version.
- String :
- }