Uses of Interface
org.opendaylight.ovsdb.schema.hardwarevtep.LogicalSwitch
-
Packages that use LogicalSwitch Package Description org.opendaylight.ovsdb.hwvtepsouthbound -
-
Uses of LogicalSwitch in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return LogicalSwitch Modifier and Type Method Description LogicalSwitch
HwvtepDeviceInfo. getLogicalSwitch(UUID uuid)
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type LogicalSwitch Modifier and Type Method Description Map<UUID,LogicalSwitch>
HwvtepDeviceInfo. getLogicalSwitches()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type LogicalSwitch Modifier and Type Method Description static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, LogicalSwitch logicalSwitch)
-