OBJECT

ManagedObjectSlaInfo

Description

Supported in v5.2+

link GraphQL Schema definition

  • type ManagedObjectSlaInfo {
  • # Required. Supported in v5.2+
  • configuredSlaDomainId: String!
  • # Required. Supported in v5.2+
  • configuredSlaDomainName: String!
  • # Required. Supported in v5.2+
  • effectiveSlaDomainId: String!
  • # Required. Supported in v5.2+
  • effectiveSlaDomainName: String!
  • # Supported in v5.2+
  • effectiveSlaDomainSourceId: String
  • # Supported in v5.2+
  • effectiveSlaDomainSourceName: String
  • # Supported in v5.2+
  • effectiveSlaPolarisManagedId: String
  • # Supported in v5.2+
  • isEffectiveSlaDomainRetentionLocked: Boolean
  • # Required. Supported in v5.2+
  • # Managed ID of the object.
  • objectId: String!
  • # Specifies the method used to assign an SLA Domain to the workload. Possible
  • # values are Derived, Direct, and Unassigned.
  • slaAssignment: SlaAssignment!
  • }