INPUT_OBJECT
ReplaceRadiusServerInput
link GraphQL Schema definition
- input ReplaceRadiusServerInput {
- : String
- : Boolean
- # Port for RADIUS accounting
- : Int
- : Int
- # Current RADIUS IP Address
- : String!
- : Boolean
- : Int
- : Int
- : Int
- : Boolean
- : String
- # Authentication access type
- : AuthAccessTypeInput
- : Boolean
- # Port for RADIUS authentication
- : Int
- : Boolean
- # Authentication Protocol for RADIUS Server
- : AuthProtocolInput
- : String
- : Boolean
- : Boolean
- : Int
- # New RADIUS IP Address
- : String!
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- : String
- : Int
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- : String
- }