INPUT_OBJECT

PolicyPviVlanMutationDataInput

link GraphQL Schema definition

  • input PolicyPviVlanMutationDataInput {
  • # VIDs this PVI VLAN will use for each PVI Island. Value should be -1 to clear VID
  • # for the island or 1-4095.
  • vidsByIsland: [mapEntry_String_Int_input]
  • name: String
  • alwaysWrite: Boolean
  • dynamicEgressEnabled: Boolean
  • }