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