INTERFACE

ProtectedObjectSummary

Description

Protected Object Summary.

link GraphQL Schema definition

  • interface ProtectedObjectSummary {
  • # The ID of the protected object.
  • id: String!
  • # The name of the protected object.
  • name: String!
  • # Whether the protected object is archived.
  • isArchived: Boolean!
  • # The effective SLA Domain of the workload, if defined.
  • effectiveSlaOpt: String
  • # The type of the workload. This field may be empty if not included in the
  • # response.
  • objectType: ManagedObjectType
  • }