SwitchExtension interface
This represents extensions installed on virtualSwitch.
Properties
| extension |
This represents whether extension is enabled on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server. |
| extension |
This will show extension name for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server. |
| switch |
Unique identifier for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
extensionEnabled
This represents whether extension is enabled on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.
extensionEnabled?: boolean
Property Value
boolean
extensionName
This will show extension name for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.
extensionName?: string
Property Value
string
switchId
Unique identifier for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.
switchId?: string
Property Value
string