ENUM

ManageProtectionForLinkedObjectsOperationType

Description

Operation to manage protection for linked objects.

link GraphQL Schema definition

  • enum ManageProtectionForLinkedObjectsOperationType {
  • # Update the SLA Domain assignment for the linked objects.
  • ASSIGN_SLA
  • # Link the objects together and update the SLA Domain assignment.
  • LINK
  • # Unlink the linked objects and update the SLA Domain assignment.
  • UNLINK
  • }