Network Switch
A Node object whose type is NETWORK_SWITCH.
Configuration
NetworkSwitchNodeConfig{
"gigabit_port_1_enable" : Boolean
}
| Member name | Type | Description |
|---|---|---|
| gigabit_port_1_enable | Boolean | Enable first Gigabit Ethernet port on the device |
Status
None
Inputs
None
Example
As returned by get device:
{
"type" : "NETWORK_SWITCH",
"index" : 0,
"configuration" : {
"gigabit_port_1_enable" : false
},
"status" : {},
"inputs" : []
}