Skip to content

CdmInventorySubHierarchyRoot

No description available.

Fields

Field Type Description
childConnection CdmHierarchyObjectConnection! List of children.
descendantConnection CdmHierarchyObjectConnection! List of descendants.
rootEnum InventorySubHierarchyRootEnum!
topLevelDescendantConnection CdmHierarchyObjectConnection! List of top-level descendants (with respect to RBAC).

Field Arguments

Field Argument Type Description
childConnection first Int Returns the first n elements from the list.
childConnection after String Returns the elements in the list that occur after the specified cursor.
childConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
childConnection sortOrder SortOrder Sorts the order of results.
childConnection typeFilter [HierarchyObjectTypeEnum!] Types of objects to include.
childConnection filter [Filter!] Hierarchy object filter.
childConnection workloadHierarchy WorkloadLevelHierarchy Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types.
descendantConnection first Int Returns the first n elements from the list.
descendantConnection after String Returns the elements in the list that occur after the specified cursor.
descendantConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
descendantConnection sortOrder SortOrder Sorts the order of results.
descendantConnection typeFilter [HierarchyObjectTypeEnum!] Types of objects to include.
descendantConnection filter [Filter!] Hierarchy object filter.
descendantConnection workloadHierarchy WorkloadLevelHierarchy Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types.
topLevelDescendantConnection first Int Returns the first n elements from the list.
topLevelDescendantConnection after String Returns the elements in the list that occur after the specified cursor.
topLevelDescendantConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
topLevelDescendantConnection sortOrder SortOrder Sorts the order of results.
topLevelDescendantConnection typeFilter [HierarchyObjectTypeEnum!] Types of objects to include.
topLevelDescendantConnection filter [Filter!] Hierarchy object filter.

Used By

Queries