SwitchDetail interface
List of switch details for edge device.
Properties
| extensions | This represents extensions installed on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server. |
| switch |
The name of the switch. NOTE: This property will not be serialized. It can only be populated by the server. |
| switch |
The type of the switch. e.g. external, internal. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
extensions
This represents extensions installed on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.
extensions?: SwitchExtension[]
Property Value
switchName
The name of the switch. NOTE: This property will not be serialized. It can only be populated by the server.
switchName?: string
Property Value
string
switchType
The type of the switch. e.g. external, internal. NOTE: This property will not be serialized. It can only be populated by the server.
switchType?: string
Property Value
string