INPUT_OBJECT
SwitchInput
link GraphQL Schema definition
- input SwitchInput {
- : String!
- : String
- #   RADIUS shared secret to use in place of secret from Engine Settings on this 
- #   switch.
- : String
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- : String
- : String
- : String
- : String
- #   Set the auth access type. Possible values are NETWORK (Network Access), 
- #   MANAGEMENT (Management Access),  ALL (Any Access), MONITORING (Monitoring - 
- #   RADIUS Accounting), NONE (Manual RADIUS Configuration). Default is NETWORK.
- : RadiusAuthTypeInput
- : Boolean
- : String
- : String!
- : String
- : String!
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- : String
- : String
- #   Set the switch type. Possible values are L2_OUT_OF_BAND, L2_OUT_OF_BAND_DC, 
- #   L2_OOB_WITH_PEPS , L2_CONTROLLER_PEP, L2_UNMANAGABLE, L3_OUT_OF_BAND, 
- #   L3_CONTROLLER_PEP, VPN, GIM_MANAGER. Default is L2_OUT_OF_BAND.
- : SwitchTypeInput
- : String
- #   Optionally override the default RADIUS shared secret from Engine Settings on 
- #   this switch.
- : Boolean
- }