OBJECT

RemoveVlansReply

Description

Response from cluster delete vlans.

link GraphQL Schema definition

  • type RemoveVlansReply {
  • # VLAN ID(s) that deleted successfully.
  • successVlanIds: [Int!]!
  • # VLAN ID(s) that failed to be deleted.
  • failureVlanIds: [Int!]!
  • }

link Require by