INPUT_OBJECT
DeviceTopologyConfigInput
link GraphQL Schema definition
- input DeviceTopologyConfigInput {
 - #   Set the Secondary Backbone VLAN Used by Fabric Connect / SPB
 - : Int
 - #   Set the System ID Used by Fabric Connect
 - : String
 - #   Enable/Disable Fabric Attach For This Device
 - : Boolean
 - #   Enable/Disable IPv4 Shortcuts For This Device
 - : Boolean
 - #   Set/Clear the SPBM nickname one-byte prefix For This Device
 - : String
 - #   Set the IPv6 Source Address for ISIS Messages
 - : String
 - #   Set the Nick Name Used by Fabric Connect
 - : String
 - #   Set the System Name Used by Fabric Connect
 - : String
 - #   Set the IPv4 Source Address For ISIS Messages
 - : String
 - #   Set the Manual Area Used by Fabric Connect
 - : String
 - #   Enable/Disable RSMLT Edge Support For This Device
 - : Boolean
 - #   Enable/Disable IPv6 Shortcuts For This Device
 - : Boolean
 - #   Enable/Disable SPBM nickname server For This Device
 - : Boolean
 - #   Enable/Disable Multicast For This Device
 - : Boolean
 - #   Set the Topology Configuration for this Device
 - : TopologyConfigEnumInput
 - #   Set the Primary Backbone VLAN Used by Fabric Connect / SPB
 - : Int
 - }