OBJECT
TprRulesMap
Description
Mapping of TPR rules to their categories.
link GraphQL Schema definition
- type TprRulesMap {
- # Rules applicable when creating a data management TPR policy by cluster.
- : [TprRule!]!
- # Rules applicable when creating a data management TPR policy by object.
- : [TprRule!]!
- # Workloads allowed when creating a data management TPR policy by object.
- : [InventorySubHierarchyRootEnum!]!
- # Rules applicable when creating a data management TPR policy by SLA Domain.
- : [TprRule!]!
- # Cluster-level rules applicable when creating a system configuration
- # TPR policy.
- : [TprRule!]!
- # Global rules applicable when creating a system configuration
- # TPR policy.
- : [TprRule!]!
- # TPR rules for object type.
- : [TprRulesByObjectType!]!
- }