Share via


SwitchDetail interface

List of switch details for edge device.

Properties

extensions

This represents extensions installed on virtualSwitch.

switchName

The name of the switch.

switchType

The type of the switch. e.g. external, internal.

Property Details

extensions

This represents extensions installed on virtualSwitch.

extensions?: SwitchExtension[]

Property Value

switchName

The name of the switch.

switchName?: string

Property Value

string

switchType

The type of the switch. e.g. external, internal.

switchType?: string

Property Value

string