OBJECT
TprRulesMap
Description
Mapping of TPR rules to their categories.
link GraphQL Schema definition
- type TprRulesMap {
- # Cluster-level rules applicable when creating a system configuration
- # TPR policy.
- TprRule!]! : [
- # Global rules applicable when creating a system configuration
- # TPR policy.
- TprRule!]! : [
- # Rules applicable when creating a data management TPR policy by cluster.
- TprRule!]! : [
- # Rules applicable when creating a data management TPR policy by SLA Domain.
- 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!]! : [
- }