OBJECT

ProtectedObjects

Description

Metadata for rendering protected objects.

link GraphQL Schema definition

  • type ProtectedObjects implements ProtectedObjectSummary {
  • # ID of the object.
  • id: String!
  • # Name of the object.
  • name: String!
  • # Specifies whether the object is archived or not.
  • isArchived: Boolean!
  • # Effective SLA Domain of the object.
  • effectiveSlaOpt: String
  • # Specifies whether the object is unprotected.
  • isUnprotected: Boolean!
  • # Object type.
  • objectType: ManagedObjectType
  • # The cluster corresponding to the object.
  • cluster: ObjectClusterSummary
  • # The pause status of the protected object.
  • slaPauseStatus: Boolean
  • }