Skip to content

VsphereTag

No description available.

Implements: CdmHierarchyObject, HierarchyObject, VsphereVcenterDescendantType, VsphereTagCategoryDescendantType, VsphereTagCategoryTagChildType

Fields

Field Type Description
allOrgs [Org!]! Organizations to which this hierarchy object belongs.
allTags [AssignedRscTag!]! RSC tags to which this hierarchy object is assigned.
authorizedOperations [Operation!]! The authorized operations on the object.
cdmPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for CDM objects.
cluster Cluster! Rubrik cluster where this object originated.
condition String Conditional logic for the multi-tag filter.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
crossAccountReplicatedObjectInfos [CrossAccountReplicatedObjectInfo!] Cross-account objects either replicated by this object or related to this object by replication.
effectiveRetentionSlaDomain SlaDomain Effective retention of the SLA Domain of the hierarchy object.
effectiveSlaDomain SlaDomain! Effective SLA Domain of the hierarchy object.
effectiveSlaSourceObject PathNode Path node of the effective SLA Domain source.
filterDescription String Description of the multi-tag filter.
id UUID! Object ID.
isFilter Boolean! Specifies whether this tag is a multi-tag filter or a vSphere tag.
isReplica Boolean True if this object is a replica, its current cluster differs from its source (primary) cluster. False if the object resides on its source cluster. Null when the source cluster is unknown.
latestUserNote LatestUserNote Latest user note information.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
name String! Name of the hierarchy object.
numWorkloadDescendants Int! Number of descendant workloads of this object.
objectBackupWindow ObjectBackupWindowStatus Object-level backup window status of the hierarchy object.
objectIds [String!]! The list of moids of child VMs.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
pendingObjectDeletionStatus PendingSnapshotsOfObjectDeletion Mapping from object ID to pending object deletion status.
pendingSla SlaDomain SLA Domain assignment of the object during the process of being communicated over to Rubrik CDM.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
primaryClusterLocation DataLocation! The source cluster of this object. Returned as a data location because there is no guarantee that Rubrik has knowledge about the source cluster.
replicatedObjectCount Int! The number of objects either replicated by this object or related to this object by replication.
replicatedObjects [CdmHierarchyObject!]! Objects either replicated by this object or related to this object by replication.
securityMetadata SecurityMetadata Security posture metadata.
slaAssignment SlaAssignmentTypeEnum! SLA Domain assignment type for this object.
slaDomainId String! The CDM ID of the configured SLA Domain.
slaPauseStatus Boolean! Pause status of the effective SLA Domain of the hierarchy object.
snapshotConsistencyMandate ConsistencyLevelEnum! Snapshot consistency mandate.
snapshotConsistencySource String Fid of the object from where the snapshot consistency mandate is inherited.
snapshotDistribution SnapshotDistribution! Distribution of the snapshots of the hierarchy object.
tagChildConnection VsphereTagTagChildTypeConnection! List of tag children.
vcenterId String!
vsphereTagPath [PathNode!]!

Field Arguments

Field Argument Type Description
numWorkloadDescendants first Int Returns the first n elements from the list.
numWorkloadDescendants after String Returns the elements in the list that occur after the specified cursor.
numWorkloadDescendants last Int Returns the last n elements from the list.
numWorkloadDescendants before String Returns the elements in the list that occur before the specified cursor.
numWorkloadDescendants objectTypes [ManagedObjectType!] Types of objects to limit the results. If absent, all object types are returned.
tagChildConnection first Int Returns the first n elements from the list.
tagChildConnection after String Returns the elements in the list that occur after the specified cursor.
tagChildConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
tagChildConnection sortOrder SortOrder Sorts the order of results.
tagChildConnection typeFilter [HierarchyObjectTypeEnum!] Types of objects to include.
tagChildConnection filter [Filter!] Hierarchy object filter.
tagChildConnection 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.

Used By

Queries