SwitchDetailResponse

data class SwitchDetailResponse(val extensions: List<SwitchExtensionResponse>, val switchName: String, val switchType: String)

List of switch details for edge device.

Constructors

Link copied to clipboard
constructor(extensions: List<SwitchExtensionResponse>, switchName: String, switchType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This represents extensions installed on virtualSwitch.

Link copied to clipboard

The name of the switch.

Link copied to clipboard

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