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 PhysicalSwitchHwvtepDeviceInfo. getPhysicalSwitch(UUID uuid)PhysicalSwitchHwvtepDeviceInfo. getPhysicalSwitchForTunnel(UUID uuid)PhysicalSwitchHwvtepDeviceInfo. 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)voidHwvtepDeviceInfo. putPhysicalSwitch(UUID uuid, PhysicalSwitch physicalSwitch)
-