INPUT_OBJECT
PolicyPviIslandMutationDataInput
link GraphQL Schema definition
- input PolicyPviIslandMutationDataInput {
- #   Must be true, specifies this island as the default so that any devices added to 
- #   the domain will be added to this island. Set false by setting another island as 
- #   the default.
- : Boolean
- #   VLAN IDs this PVI Island will use for each defined PVI VLAN. Value should be -1 
- #   to clear VID for the island or 1-4095.
- : [mapEntry_String_Int_input]
- : String
- #   Specifies list of IP addresses to add to this island. Remove IPs by adding to a 
- #   different island.
- : [String]
- }