INPUT_OBJECT
AssignProtectionInput
Description
Represents the assign protection input.
link GraphQL Schema definition
- input AssignProtectionInput {
- # Specifies backup input parameters of the protection.
- : MosaicSlaInfoInput!
- # Corresponds to the assignment type for the global SLA.
- : SlaAssignTypeEnum!
- # Global SLA Domain forever UUID.
- : UUID
- # A list of object forever UUIDs to assign to the global SLA Domain.
- : [UUID!]!
- }