Uses of Interface
org.opendaylight.ovsdb.schema.hardwarevtep.PhysicalSwitch
-
Packages that use PhysicalSwitch Package Description org.opendaylight.ovsdb.hwvtepsouthbound -
-
Uses of PhysicalSwitch in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return PhysicalSwitch Modifier and Type Method Description PhysicalSwitch
HwvtepDeviceInfo. getPhysicalSwitch(UUID uuid)
PhysicalSwitch
HwvtepDeviceInfo. getPhysicalSwitchForTunnel(UUID uuid)
PhysicalSwitch
HwvtepDeviceInfo. removePhysicalSwitch(UUID uuid)
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type PhysicalSwitch Modifier and Type Method Description Map<UUID,PhysicalSwitch>
HwvtepDeviceInfo. getPhysicalSwitches()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type PhysicalSwitch Modifier and Type Method Description static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, PhysicalSwitch physicalSwitch)
void
HwvtepDeviceInfo. putPhysicalSwitch(UUID uuid, PhysicalSwitch physicalSwitch)
-