OBJECT
ProtectedObjects
Description
Metadata for rendering protected objects.
link GraphQL Schema definition
- type ProtectedObjects implements ProtectedObjectSummary {
- # ID of the object.
- String! :
- # Name of the object.
- String! :
- # Specifies whether the object is archived or not.
- Boolean! :
- # Effective SLA Domain of the object.
- String :
- # Specifies whether the object is unprotected.
- Boolean! :
- # Object type.
- ManagedObjectType :
- # The cluster corresponding to the object.
- ObjectClusterSummary :
- # The pause status of the protected object.
- Boolean :
- # Effective SLA Domain RSC ID of the object.
- String! :
- }
link Require by
- ProtectedObjectsConnectionPaginated list of ProtectedObjects objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ProtectedObjectsEdgeWrapper around the ProtectedObjects object. This wrapper is used for pagination.