INTERFACE
NutanixMultiClusterObjectType
Description
Nutanix Multi Cluster Object type.
link GraphQL Schema definition
- interface NutanixMultiClusterObjectType {
- # Determine the total count of duplicate objects for the Multi Cluster Object,
- # regardless of the user's RBAC permissions.
- Int! :
- # Provide a list of duplicated objects representing identical instances of the
- # Multi Cluster Object. Each instance is located on a different Rubrik cluster.
- CdmHierarchyObject!]! : [
- }