OBJECT

EditSlaTprReqChangesTemplate

link GraphQL Schema definition

  • type EditSlaTprReqChangesTemplate implements RequestedChangesTemplate {
  • # Summary of the existing SLA Domain.
  • oldSlaSummary: GlobalSlaReply!
  • # Summary of the changes to the SLA Domain.
  • newSlaSummary: GlobalSlaReply!
  • # Specifies whether the changes should be applied to existing snapshots.
  • shouldApplyToExistingSnapshots: Boolean!
  • # Specifies whether the changes should be applied to non-policy snapshots.
  • shouldApplyToNonPolicySnapshots: Boolean!
  • # Name of the requested changes template for quorum authorization.
  • templateName: String!
  • }

link Require by

This element is not required by anyone