INPUT_OBJECT

PolicyPviIslandMutationDataInput

link GraphQL Schema definition

  • input PolicyPviIslandMutationDataInput {
  • # Specifies list of IP addresses to add to this island. Remove IPs by adding to a
  • # different island.
  • addIps: [String]
  • # 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.
  • 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.
  • vids: [mapEntry_String_Int_input]
  • name: String
  • }