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