T - The type of the target data model.public abstract class BridgeIdentifier<T extends VtnPortMappableBridge> extends TenantNodeIdentifier<T,T>
BridgeIdentifier describes an identifier for virtual bridge,
such ask vBridge and vTerminal.TYPEBIT_MACMAP, TYPEBIT_MACMAP_HOST, TYPEBIT_VBRIDGE, TYPEBIT_VINTERFACE, TYPEBIT_VLANMAP, TYPEBIT_VTERMINAL, TYPEBIT_VTN| Modifier and Type | Method and Description |
|---|---|
abstract VInterfaceIdentifier<T> |
childInterface(VnodeName iname)
Construct a new identifier for a virtual interface inside the virtual
bridge specified by this instance.
|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<BridgeStatus> |
getStatusPath()
Return the path to the virtual bridge status.
|
protected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<BridgeStatus> |
newStatusPath()
Construct a new instance identifier for the virtual bridge status.
|
contains, getBridgeIdentifier, getBridgeName, getVBridgeIdentifierBuilder, getVirtualNodePathBuilder, getVTerminalIdentifierBuilder, setBridgeNameclearFlowFilter, contains, create, create, create, equals, fetch, getBadPathException, getBridgeName, getBridgeNameString, getComponents, getDataExistsException, getFlowFilterIdentifier, getFlowFilterListIdentifierBuilder, getFlowFilterUnsupportedException, getIdentifier, getIdentifierBuilder, getInterfaceName, getInterfaceNameString, getNotFoundException, getTenantName, getTenantNameString, getType, getVirtualNodePath, getVNodeIdentifier, getVtnIdentifierBuilder, hashCode, newComponents, read, readVtenantConfig, toStringpublic final org.opendaylight.yangtools.yang.binding.InstanceIdentifier<BridgeStatus> getStatusPath()
InstanceIdentifier instance for the virtual bridge
status.public abstract VInterfaceIdentifier<T> childInterface(VnodeName iname)
iname - The name of the virtual interface.protected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<BridgeStatus> newStatusPath()
InstanceIdentifier instance for the virtual bridge
status.Copyright © 2018 OpenDaylight. All rights reserved.