INPUT_OBJECT

AssignProtectionInput

Description

Represents the assign protection input.

link GraphQL Schema definition

  • input AssignProtectionInput {
  • # Global SLA Domain forever UUID.
  • globalSlaOptionalFid: UUID
  • # Corresponds to the assignment type for the global SLA.
  • globalSlaAssignType: SlaAssignTypeEnum!
  • # A list of object forever UUIDs to assign to the global SLA Domain.
  • objectIds: [UUID!]!
  • # Specifies backup input parameters of the protection.
  • backupInput: MosaicSlaInfoInput!
  • }

link Require by