INTERFACE
ProtectedObjectSummary
Description
Protected Object Summary.
link GraphQL Schema definition
- interface ProtectedObjectSummary {
- # The ID of the protected object.
- String! :
- # The name of the protected object.
- String! :
- # Whether the protected object is archived.
- Boolean! :
- # The effective SLA Domain of the workload, if defined.
- String :
- # The type of the workload. This field may be empty if not included in the
- # response.
- ManagedObjectType :
- }