INPUT_OBJECT
LocationGroupEntryInput
link GraphQL Schema definition
- input LocationGroupEntryInput {
- #   Switch(es) List or Any
- : String!
- #   ANY or WIRED or WIRELESS
- : InterfaceTypeInput
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   The port range for Wired switches
- : String
- : String!
- #   The SSID for Wireless
- : String
- #   The AP ID for Wireless
- : String
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Entry description
- : String
- }