- CachedPacket - Interface in org.opendaylight.vtn.manager.internal.packet.cache
-
CachedPacket
defines interfaces that implements cache for a
Packet
instance.
- CachedPacketContext - Interface in org.opendaylight.vtn.manager.internal.packet.cache
-
CachedPacketContext
describes a runtime context to handle packet
represented by
CachedPacket
.
- cachedValues() - Method in class org.opendaylight.vtn.manager.internal.util.CacheMap
-
Return a collection of cached data.
- CacheMap<T,K,C> - Class in org.opendaylight.vtn.manager.internal.util
-
CacheMap
describes a lazy cache for data indexed by a key.
- CacheMap(List<T>) - Constructor for class org.opendaylight.vtn.manager.internal.util.CacheMap
-
Construct a new instance.
- cancel(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.CanceledFuture
-
Attempt to cancel execution of the task.
- cancel(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Attempt to cancel execution of the task.
- cancel(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxSyncFuture
-
Attempt to cancel execution of the task.
- cancel() - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Cancel all tasks previously scheduled, and terminate this timer thread.
- canceled() - Static method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
- CanceledFuture<T> - Class in org.opendaylight.vtn.manager.internal.util.concurrent
-
An implementation of
VTNFuture
that cancels the task immediately.
- CanceledFuture() - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.CanceledFuture
-
- cancelTransaction() - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Cancel current transaction for MD-SAL datastore.
- cancelTransaction() - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
Cancel current transaction for MD-SAL datastore.
- canReuse() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Determine whether this instance can be reused or not.
- canReuseInstance(AbstractVTNProviderModule) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModule
-
- canSet(VNodeIdentifier<?>) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNDropFilter
-
This method does nothing.
- canSet(VNodeIdentifier<?>) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Determine whether this flow filter can be configured into the specified
virtual node.
- canSet(VNodeIdentifier<?>) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNPassFilter
-
This method does nothing.
- canSet(VNodeIdentifier<?>) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNRedirectFilter
-
Determine whether this flow filter can be configured into the specified
virtual node.
- cast(Class<T>, InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.DataStoreUtils
-
Cast the given instance identifier for the given target type.
- cast(Class<T>, Object) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction
-
Cast the given object as the given type.
- cast(Class<T>, Object) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Cast an object type to the specified type.
- ChangedData<T extends org.opendaylight.yangtools.yang.binding.DataObject> - Class in org.opendaylight.vtn.manager.internal.util
-
ChangedData
describes a change of a data object in the MD-SAL
datastore.
- ChangedData(InstanceIdentifier<T>, T, T) - Constructor for class org.opendaylight.vtn.manager.internal.util.ChangedData
-
Construct a new instance.
- check(GenericStatistics) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Ensure that the given flow statistics contains valid values.
- checkedCreate(NodeId) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert the given MD-SAL node ID into a SalNode
instance
with value checking.
- checkedCreate(String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert a string representation of MD-SAL node ID into a SalNode
instance with value checking.
- checkedForName(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Convert the given string into a
VNodeType
instance.
- checkedGet() - Method in interface org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture
-
Wait for the computation to complete, and then return the result.
- checkedGet(long, TimeUnit) - Method in interface org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture
-
Wait for the computation to complete within the given timeout, and then
return the result.
- checkedSchedule(TimerTask, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed after the given delay.
- checkEtherType(int) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the given ethernet type.
- checkIcmpValue(Short, String) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified ICMP type or code value.
- checkIndexNotNull(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Ensure that the given flow filter index is not null.
- checkIpDscp(short) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified IP DSCP field value.
- checkIpProtocol(short) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified IP protocol number.
- checkMacMap() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Ensure that this instance can be contained in a MAC mapping
configuration
This method implies
MacVlan.verify()
.
- checkName(String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Verify the name of the flow condition.
- checkName(VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Verify the name of the flow condition.
- checkName(String, String) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Check the specified resource name.
- checkName(String, VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Check the specified resource name.
- checkName(String) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Verify the name of the virtual interface.
- checkName(String, boolean) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Check the given name of the virtual node.
- checkName(VnodeName) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Check the given name of the virtual node.
- checkNode(TxContext, SalNode) - Static method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Determine whether the given node is suitable for the VLAN mapping or
not.
- checkParent(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Ensure that the parent VTN is present.
- checkParent(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Ensure that the parent virtual bridge is present.
- checkParent(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Ensure that the parent node is present.
- checkParent(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Ensure that the parent VTN is present.
- checkParent(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
This method does nothing because the VTN has no parent node.
- checkPath(InstanceIdentifier<?>, Object) - Method in class org.opendaylight.vtn.manager.internal.util.AbstractDataChangeListener
-
Verify an instance identifier notified by a data tree change event.
- checkPortLocation(SalNode, String, String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils
-
Check whether the given parameters specifies a physical switch port
or not.
- checkPortNumber(int) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified port number of IP transport layer protocol.
- checkPresent(VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Ensure the given vnode-name is not null.
- checkPresent(ReadTransaction, VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Determine whether the specified flow condition is present or not.
- checkPresent(String, VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Ensure the given vnode-name is not null.
- checkResult(RpcRequest, RpcResult<T>, Logger) - Static method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils
-
Check the given RPC result.
- checkTenant() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.AbstractReadFlowFuture
-
Ensure that the target VTN is present.
- checkType(Class<D>) - Method in class org.opendaylight.vtn.manager.internal.util.ChangedData
-
Check whether the target type of this instance matches the given type
or not.
- checkType(Class<D>) - Method in class org.opendaylight.vtn.manager.internal.util.IdentifiedData
-
Check whether the target type of this instance matches the given type
or not.
- checkVlan(short) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified VLAN ID.
- checkVlan(int) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified VLAN ID.
- checkVlanPriority(short) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Check the specified VLAN priority.
- checkVtnPortDesc(VtnPortDesc) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils
-
Check whether the given
VtnPortDesc
instance is valid or not.
- childInterface(VnodeName) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier
-
Construct a new identifier for a virtual interface inside the virtual
bridge specified by this instance.
- childInterface(VnodeName) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Construct a new identifier for a virtual interface inside the vBridge
specified by this instance.
- childInterface(VnodeName) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Construct a new identifier for a virtual interface inside the vTerminal
specified by this instance.
- CIDR_SEPARATOR - Static variable in class org.opendaylight.vtn.manager.util.IpNetwork
-
A character that separates prefix length from IP address in CIDR
notation.
- CKSUM_BYTES - Static variable in class org.opendaylight.vtn.manager.packet.IPv4
-
The number of octets in IP checksum.
- cleanUp() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualMapRegistry
-
Clean up the transaction for changing virtual network mapping.
- cleanUpImpl(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacMapRegistry
-
Clean up the transaction for changing virtual network mapping.
- cleanUpImpl(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.PortMapRegistry
-
Clean up the transaction for changing virtual network mapping.
- cleanUpImpl(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualMapRegistry
-
Clean up the transaction for changing virtual network mapping.
- cleanUpImpl(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VlanMapRegistry
-
This method does nothing.
- clear() - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxSpecific
-
Clear all the cached transaction specific data.
- clear() - Method in class org.opendaylight.vtn.manager.internal.vnode.MacMapStatusReader
-
Discard all the cached instances.
- clearFlowCondition() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager
-
Remove all the flow conditions.
- clearFlowCondition() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService
-
Remove all the flow conditions.
- ClearFlowConditionOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
This class represents the following YANG schema fragment defined in module
vtn-flow-condition
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-flow-condition/clear-flow-condition/output
To create instances of this class use
ClearFlowConditionOutputBuilder
.
- ClearFlowConditionOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- ClearFlowConditionOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- ClearFlowConditionOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- ClearFlowConditionOutputBuilder(ClearFlowConditionOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- ClearFlowConditionTask - Class in org.opendaylight.vtn.manager.internal.flow.cond
-
ClearFlowConditionTask
describes the MD-SAL datastore transaction
task that clears the flow condition container.
- ClearFlowConditionTask() - Constructor for class org.opendaylight.vtn.manager.internal.flow.cond.ClearFlowConditionTask
-
- clearFlowFilter(ReadWriteTransaction, boolean) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Delete all the flow filters in the specified flow filter list.
- ClearFlowFilterTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
ClearFlowFilterTask
describes the MD-SAL datastore transaction task
that deletes the specified container that contains flow filter list.
- clearFlowNode() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Clear the physical switch specified by the RPC input.
- clearFlowPort() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Clear the physical switch port specified by the RPC input.
- ClearMacEntryTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
ClearMacEntryTask
describes the MD-SAL datastore transaction task
that removes all the MAC addresses learned by the specified vBridge.
- ClearNodeFlowsTask - Class in org.opendaylight.vtn.manager.internal.flow.remove
-
ClearNodeFlowsTask
describes a task which uninstalls VTN flow
entries present in the given switch.
- ClearNodeFlowsTask(VTNManagerProvider, SalFlowService, StatsReaderService, SalNode, VtnOpenflowVersion) - Constructor for class org.opendaylight.vtn.manager.internal.flow.remove.ClearNodeFlowsTask
-
Construct a new instance.
- clearPathMap(ClearPathMapInput) - Method in class org.opendaylight.vtn.manager.internal.routing.PathMapManager
-
Remove all the path map configurations present in the global or VTN
path map container.
- clearPathMap(ClearPathMapInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapService
-
Remove all the path map configurations present in the global or VTN path map
container.
- ClearPathMapInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
This class represents the following YANG schema fragment defined in module
vtn-path-map
container input {
leaf tenant-name {
type string;
}
}
The schema path to identify an instance is
vtn-path-map/clear-path-map/input
To create instances of this class use
ClearPathMapInputBuilder
.
- ClearPathMapInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
- ClearPathMapInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInputBuilder
-
- ClearPathMapInputBuilder(ClearPathMapInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInputBuilder
-
- ClearPathMapOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
This class represents the following YANG schema fragment defined in module
vtn-path-map
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-path-map/clear-path-map/output
To create instances of this class use
ClearPathMapOutputBuilder
.
- ClearPathMapOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
- ClearPathMapOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- ClearPathMapOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- ClearPathMapOutputBuilder(ClearPathMapOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- ClearPathMapTask - Class in org.opendaylight.vtn.manager.internal.routing
-
ClearPathMapTask
describes the MD-SAL datastore transaction task
that clears the global or VTN path map configuration.
- clearPathPolicy() - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Remove all the path policies.
- clearPathPolicy() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService
-
Remove all the path policies.
- ClearPathPolicyOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
This class represents the following YANG schema fragment defined in module
vtn-path-policy
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-path-policy/clear-path-policy/output
To create instances of this class use
ClearPathPolicyOutputBuilder
.
- ClearPathPolicyOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- ClearPathPolicyOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- ClearPathPolicyOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- ClearPathPolicyOutputBuilder(ClearPathPolicyOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- ClearPathPolicyTask - Class in org.opendaylight.vtn.manager.internal.routing
-
ClearPathPolicyTask
describes the MD-SAL datastore transaction task
that clears the path policy container.
- ClearPathPolicyTask() - Constructor for class org.opendaylight.vtn.manager.internal.routing.ClearPathPolicyTask
-
- clearPortLink(ReadWriteTransaction, SalPort, VtnPort) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Remove all the VTN links configured in the given VTN port.
- clearSourceHost() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Clear the source L2 host specified by the RPC input.
- ClearVlanMapTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
ClearVlanMapTask
describes the MD-SAL datastore transaction task
that removes all the VLAN mappings configured in the specified vBridge.
- clone() - Method in interface org.opendaylight.vtn.manager.internal.packet.cache.CachedPacket
-
Return a deep copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return a deep copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Return a deep copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return a deep copy of this instance.
- clone() - Method in interface org.opendaylight.vtn.manager.internal.packet.cache.L4Packet
-
Return a deep copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return a deep copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a copy of this instance.
- clone() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Return a deep copy of this packet.
- clone() - Method in class org.opendaylight.vtn.manager.packet.EtherTypePacket
-
Return a deep copy of this packet.
- clone() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Return a deep copy of this packet.
- clone() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Return a deep copy of this packet.
- clone() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return a deep copy of this packet.
- clone() - Method in class org.opendaylight.vtn.manager.packet.PortPacket
-
Return a deep copy of this packet.
- close() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Close the configuration service.
- close() - Method in class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Close the VTN flow manager service.
- close() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Close the VTN inventory service.
- close() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnNodeManager
-
Close the VTN node management.
- close() - Method in class org.opendaylight.vtn.manager.internal.packet.VTNPacketService
-
Close the internal packet service.
- close() - Method in class org.opendaylight.vtn.manager.internal.provider.SubSystemRegistry
-
Close all subsystems.
- close() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Close the VTN Manager provider service.
- close() - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Close the VTN routing service.
- close() - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Close this transaction context.
- close() - Method in class org.opendaylight.vtn.manager.internal.util.CloseableContainer
-
Close all the closeables in this instance.
- close() - Method in class org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable
-
Close all closeables contained by this instance.
- close() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool
-
Close this thread pool instance.
- close() - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
Close this transaction context.
- close() - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl
-
Close this transaction queue.
- close() - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Close the VTN Manager provider service.
- close() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronNetworkChangeListener
-
Close the neutron network change listener.
- close() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronProvider
-
Method invoked when the open flow switch is Added.
- close() - Method in class org.opendaylight.vtn.manager.neutron.impl.OvsdbDataChangeListener
-
Close the OVSDB data change listener.
- close() - Method in class org.opendaylight.vtn.manager.neutron.impl.PortDataChangeListener
-
Close the neutron port change listener.
- close() - Method in class org.opendaylight.vtn.manager.neutron.impl.ReadTransactionHolder
-
Close this datastore transaction.
- CloseableContainer - Class in org.opendaylight.vtn.manager.internal.util
-
CloseableContainer
describes a container that contains one or
more
AutoCloseable
instances.
- CloseableContainer() - Constructor for class org.opendaylight.vtn.manager.internal.util.CloseableContainer
-
Construct a new instance.
- closeRpc() - Method in class org.opendaylight.vtn.manager.internal.provider.SubSystemRegistry
-
Close RPC services.
- collectUpEdgePorts(Set<SalPort>) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Collect node connectors associated with edge switch ports in up state.
- collectUpEdgePorts(Set<SalPort>, PortFilter) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Collect node connectors associated with edge switch ports in up state.
- commit(CachedPacketContext) - Method in interface org.opendaylight.vtn.manager.internal.packet.cache.CachedPacket
-
Finalize modification to the packet.
- commit(CachedPacketContext) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Finalize modification to the packet.
- commit(CachedPacketContext) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Finalize modification to the packet.
- commit(CachedPacketContext) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Finalize modification to the packet.
- commit(CachedPacketContext) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Finalize modification to the packet.
- commit() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Commit all modifications to the packet.
- compare(Duration, Duration) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Compare the given two Duration
instances.
- compare(Ordered, Ordered) - Method in class org.opendaylight.vtn.manager.internal.util.OrderedComparator
-
Compare the given Ordered
instances.
- compare(VtnIndex, VtnIndex) - Method in class org.opendaylight.vtn.manager.internal.util.VtnIndexComparator
-
- compare(VTNIdentifiable<T>, VTNIdentifiable<T>) - Method in class org.opendaylight.vtn.manager.util.VTNIdentifiableComparator
-
- compareTo(MacVlan) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Compare two MacVlan
instances numerically.
- complete() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Complete the flow conditions.
- complete() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation
-
Complete the observation of the RPC invocation.
- CompositeAutoCloseable - Class in org.opendaylight.vtn.manager.internal.util
-
- CompositeAutoCloseable(Logger) - Constructor for class org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable
-
Construct a new instance.
- CompositeTxTask<V,T extends AbstractTxTask<V>> - Class in org.opendaylight.vtn.manager.internal.util.tx
-
An implementation of
AbstractTxTask
that executes multiple tasks
on a single transaction.
- CompositeTxTask(List<T>) - Constructor for class org.opendaylight.vtn.manager.internal.util.tx.CompositeTxTask
-
Construct a new task.
- computeChecksum(Inet4Packet, PortPacket<?>, int) - Static method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Compute the checksum of the given packet.
- COND_KEY_SEPARATOR - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
A separator used to construct flow condition key.
- ConfigFileUpdater<K,V> - Class in org.opendaylight.vtn.manager.internal.util
-
ConfigFileUpdater
describes changes to be applied to the
configuration file.
- ConfigFileUpdater(XmlConfigFile.Type, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.ConfigFileUpdater
-
Construct a new instance.
- ConfigListener - Class in org.opendaylight.vtn.manager.internal.config
-
VTN configuration listener for configuration view.
- ConfigListener(TxQueue, DataBroker, EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.config.ConfigListener
-
Construct a new instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Determine whether the MAC mapped host specified by this instance is
equal to the MAC mapped host specified by
VirtualNodePath
instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier
-
Determine whether the MAC mapping specified by this instance contains
the virtual network mapping specified by
VirtualNodePath
instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
Determine whether the virtua node specified by this instance contains
the virtual node specified by
VirtualNodePath
instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Determine whether the virtua interface specified by this instance
is equal to the virtual interface specified by
VirtualNodePath
instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Determine whether the VLAN mapping specified by this instance is equal
to the VLAN mapping specified by
VirtualNodePath
instance.
- contains(VNodeIdentifier<?>) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Determine whether the data model associated with this instance contains
the data model specified by the given instance.
- contains(VirtualNodePath) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Determine whether the virtua node specified by this instance contains
the virtual node specified by
VirtualNodePath
instance.
- contains(VNodeType) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Determine whether the virtual node specified by this instance contains
the virtual node specified by the given
VNodeType
instance.
- contains(IpNetwork) - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Determine whether this network contains the given IP host.
- contains(IpNetwork) - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Determine whether this network contains the given IP host.
- containsMacAddress(NavigableSet<MacVlan>, long) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Determine whether the specified MAC address is contained in the given
set or not.
- convertUUIDToKey(Uuid) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Convert UUID to VTN key syntax.
- COOKIE_MASK_ALL - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
A flow cookie mask that specifies all bits in the cookie.
- COOKIE_MASK_VTN - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
- COOKIE_MISS - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
A fixed flow cookie for a table miss flow entry.
- COOKIE_VTN - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
A flow cookie that specifies cookie bits for VTN flows.
- COST_UNDEF - Static variable in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
The pseudo link cost value which represents the cost is not defined.
- create(RemoveFlowConditionInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowConditionTask
-
Create a new task that removes the specified flow condition.
- create(RemoveFlowConditionMatchInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowMatchTask
-
Construct a new task that removes all the given flow match
configurations from the given flow condition.
- create(SetFlowConditionInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowConditionTask
-
Construct a new task that creates or updates the specified flow
condition configuration.
- create(SetFlowConditionMatchInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowMatchTask
-
Construct a new task that set all the given flow match configurations
into the given flow condition.
- create(TxContext, GetDataFlowCountInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.reader.FlowCountFuture
-
Construct a new instance.
- create(TxContext, TxQueue, StatsReaderService, GetDataFlowInput) - Static method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Construct a new instance.
- create(ClearPathMapInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.ClearPathMapTask
-
Create a new task that clears the specified path map container.
- create(TopologyGraph, RemovePathCostInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.RemovePathCostTask
-
Construct a new task that removes all the given link cost configurations
from the given path policy.
- create(RemovePathMapInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.RemovePathMapTask
-
Construct a new task that removes all the given path map configurations
from the global or VTN path map.
- create(TopologyGraph, RemovePathPolicyInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.RemovePathPolicyTask
-
Create a new task that removes the specified path policy.
- create(TopologyGraph, SetPathCostInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.SetPathCostTask
-
Construct a new task that set all the given link cost configurations
into the given path policy.
- create(SetPathMapInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.SetPathMapTask
-
Construct a new task that set all the given path map configurations
into the global or VTN path map.
- create(TopologyGraph, SetPathPolicyInput) - Static method in class org.opendaylight.vtn.manager.internal.routing.SetPathPolicyTask
-
Construct a new task that creates or updates the specified path policy
configuration.
- create(FlowRpcWatcher, SalFlowService, AddFlowInput) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.AddFlowRpc
-
Issue an add-flow RPC request.
- create(FlowRpcWatcher, SalFlowService, AddFlowInput, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.AddFlowRpc
-
Issue an add-flow RPC request.
- create(VtnFlowCondition) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition
-
- create(VtnFlowFilterList, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList
-
- create(VtnFlowFilterConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Create a new flow filter.
- create(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Create a new instance from the given MD-SAL flow match.
- create(VTNEtherMatch, VtnInetMatch) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
- create(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Create a new instance from the given MD-SAL flow match.
- create(VtnLayer4Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
- create(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
Create a new instance from the given MD-SAL flow match.
- create(VtnPortRange) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Construct a new instance from the given
VtnPortRange
instance.
- create(PortNumber) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Construct a new instance which specifies the given port number
explicitly.
- create(NodeRpcWatcher, FlowCapableTransactionService, NodeRef) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.SendBarrierRpc
-
Send a barrier request to the specified node.
- create(NodeId) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert a MD-SAL node ID into a SalNode
instance.
- create(NodeRef) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert a MD-SAL node reference into a
SalNode
instance.
- create(NodeKey) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert a MD-SAL node key into a
SalNode
instance.
- create(String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Convert a string representation of MD-SAL node ID into a SalNode
instance.
- create(NodeConnectorId) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a MD-SAL node connector ID into a SalPort
instance.
- create(SalNode, NodeConnectorId) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a MD-SAL node connector ID into a SalPort
instance.
- create(NodeConnectorRef) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a MD-SAL node connector reference into a SalPort
instance.
- create(Source) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a link termination point within source node into a
SalPort
instance.
- create(Destination) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a link termination point within destination node into a
SalPort
instance.
- create(TpId) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a link termination point into a SalPort
instance.
- create(String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Convert a string representation of MD-SAL node connector ID into a
SalPort
instance.
- create(long, String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Create a
SalPort
instance from the given pair of node and port
identifier.
- create(VtnPortLocation) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
- create(String, String, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Create a new identifier.
- create(VbridgePathFields, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Create a new identifier.
- create(String, String, String, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Create a new identifier.
- create(RedirectDestination) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Create a new virtual interface identifier which specifies the
destination of the redirection flow filter.
- create(String, String, String) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Create a new identifier.
- create(String) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Construct a new instance from a string representation of
VNodeIdentifier
instance.
- create(String, Class<T>) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Construct a new instance from a string representation of
VNodeIdentifier
instance with type checking.
- create(VnodePathFields, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
- create(String, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
Create a new identifier.
- create(String, String, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Create a new identifier.
- create(VterminalPathFields, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Create a new identifier.
- create(String, String, String, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Create a new identifier.
- create(AddVlanMapInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.AddVlanMapTask
-
Construct a new task that adds a VLAN mapping to the specified vBridge.
- create(VNodeIdentifier<?>, boolean, List<Integer>) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveFlowFilterTask
-
Construct a new task that removes all the given flow filter
configurations from the specified virtual node.
- create(VBridgeIdentifier, List<MacAddress>) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveMacEntryTask
-
Construct a new task that removes all the given MAC addresses from
the MAC address table.
- create(RemovePortMapInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemovePortMapTask
-
Construct a new task that removes the port mapping from the specified
virtual interface.
- create(RemoveVbridgeInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVbridgeTask
-
Create a new task that removes the specified vBridge.
- create(RemoveVinterfaceInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVinterfaceTask
-
Construct a new task that removes the specified virtual interface.
- create(VBridgeIdentifier, List<String>) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVlanMapTask
-
Construct a new task that removes all the specified VLAN mappings from
the specified vBridge.
- create(RemoveVterminalInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVterminalTask
-
Create a new task that removes the specified vTerminal.
- create(RemoveVtnInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVtnTask
-
Create a new task that removes the specified VTN.
- create(SetFlowFilterInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.SetFlowFilterTask
-
Construct a new task that set all the given flow filter configurations
into the specified flow filter list.
- create(SetMacMapAclInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapAclTask
-
Construct a new task that configures the access control list in the
MAC mapping.
- create(SetMacMapInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapTask
-
Construct a new task that configures a MAC mapping in the specified
vBridge.
- create(SetPortMapInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.SetPortMapTask
-
Construct a new task that configures the port mapping in the specified
virtual interface.
- create(UpdateVbridgeInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Construct a new task that creates or updates the specified vBridge.
- create(TxContext, VBridgeIdentifier, VbridgeConfig) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Create a new vBridge.
- create(UpdateVinterfaceInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Construct a new task that creates or updates the specified virtual
interface.
- create(TxContext, VInterfaceIdentifier<B>, VinterfaceConfig) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Create a new virtual interface.
- create(TxContext, I, C) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Create a new virtual node.
- create(UpdateVterminalInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Construct a new task that creates or updates the specified vTerminal.
- create(TxContext, VTerminalIdentifier, VterminalConfig) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Create a new vTerminal.
- create(UpdateVtnInput) - Static method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Construct a new task that creates or updates the specified VTN.
- create(TxContext, VTenantIdentifier, VtenantConfig) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Create a new VTN.
- create(VInterfaceIdentifier<T>, Vinterface) - Static method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Construct a new virtual interface instance.
- create(ReadTransaction, BridgeIdentifier<B>) - Static method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Construct a new virtual bridge instance.
- create(TxContext, SalNode, int, Set<PortVlan>) - Static method in class org.opendaylight.vtn.manager.internal.vnode.VlanMapPortFilter
-
Create a new port filter which accepts switch ports mapped by the
specified VLAN mapping.
- create(byte[]) - Static method in class org.opendaylight.vtn.manager.util.EtherAddress
-
- create(String) - Static method in class org.opendaylight.vtn.manager.util.EtherAddress
-
- create(MacAddress) - Static method in class org.opendaylight.vtn.manager.util.EtherAddress
-
- create(MacAddressFilter) - Static method in class org.opendaylight.vtn.manager.util.EtherAddress
-
- create(Ipv4Address) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Create a new
Ip4Network
instance from the given MD-SAL
ipv4-address.
- create(InetAddress) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the given IP
address.
- create(InetAddress, int) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the IP network
specified by a pair of IP address and CIDR prefix.
- create(IpPrefix) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the IP network
specified by the given
IpPrefix
instance.
- create(IpAddress) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the IP address
specified by the given
IpAddress
instance.
- create(Address) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the IP network
specified by the given
Address
instance.
- create(String) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
IpNetwork
instance which represents the IP network
specified by CIDR notation.
- createAddFlowInput(VtnFlowId, VtnFlowEntry) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input to install the specified flow entry.
- createConfig() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Create a new vBridge configuration as specified by the RPC.
- createConfig() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Create a new virtual interface configuration as specified by the RPC.
- createConfig() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Create a new virtual node configuration as specified by the RPC.
- createConfig() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Create a new vTerminal configuration as specified by the RPC.
- createConfig() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Create a new VTN configuration as specified by the RPC.
- createCookie(VtnFlowId) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create a flow cookie from the given VTN flow ID.
- createFlowBuilder(String, VTNMatch) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Create a new VTN flow builder with specifying the flow match.
- createFrame(int) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Create a new ethernet frame that forwards the received packet.
- createGetFlowStatsInput(VtnFlowEntry) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Construct an RPC input which requests flow statistics for the given
VTN flow entry.
- createGetFlowStatsInput(SalNode) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Construct an RPC input which requests statistics information about all
VTN flow entries present in the given switch.
- createInstance() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.VTNProviderModule
-
Instantiate VTN Manager service.
- createMapId(SalNode, VlanId) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Construct an identifier for a VLAN mapping.
- createMapId(VtnVlanMapConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Construct an identifier for a VLAN mapping.
- createMatch(Set<FlowMatchType>) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Construct match fields to test Ethernet header in this packet.
- createMatch(Set<FlowMatchType>) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Construct match fields to test layer 4 protocol header in this packet.
- createMatch(Set<FlowMatchType>) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Construct match fields to test IP header in this packet.
- createMatch(Set<FlowMatchType>) - Method in interface org.opendaylight.vtn.manager.internal.packet.cache.L4Packet
-
Construct match fields to test layer 4 protocol header in this packet.
- createMatch(VTNPortRange, VTNPortRange) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Construct flow match fields.
- createMatch(Set<FlowMatchType>) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Construct match fields to test layer 4 protocol header in this packet.
- createMatch(VTNPortRange, VTNPortRange) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.TcpPacket
-
Construct TCP flow match fields.
- createMatch(VTNPortRange, VTNPortRange) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.UdpPacket
-
Construct UDP flow match fields.
- createMdFlowId(BigInteger) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create a MD-SAL flow ID to be associated with the ingress flow entry
in a VTN data flow.
- createMdFlowId(BigInteger, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create a MD-SAL flow ID to be associated with a flow entry in a
VTN data flow.
- createModule(String, DependencyResolver, BundleContext) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModuleFactory
-
- createModule(String, DependencyResolver, DynamicMBeanWithInstance, BundleContext) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModuleFactory
-
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.ClearFlowConditionTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowConditionTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowMatchTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowConditionTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowMatchTask
-
Generate the output of the RPC request.
- createOutput(Integer) - Method in class org.opendaylight.vtn.manager.internal.flow.reader.FlowCountFuture
-
Generate the output of the RPC request.
- createOutput(List<DataFlowInfo>) - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.routing.ClearPathMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.routing.ClearPathPolicyTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathCostTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathPolicyTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathCostTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathPolicyTask
-
Generate the output of the RPC request.
- createOutput(I) - Method in interface org.opendaylight.vtn.manager.internal.util.rpc.RpcOutputGenerator
-
Generate the output of the RPC request.
- createOutput(VlanMap) - Method in class org.opendaylight.vtn.manager.internal.vnode.AddVlanMapTask
-
Generate the output of the RPC request.
- createOutput(List<FlowFilterResult>) - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearFlowFilterTask
-
Generate the output of the RPC request.
- createOutput(List<RemoveMacEntryResult>) - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearMacEntryTask
-
Generate the output of the RPC request.
- createOutput(List<RemoveVlanMapResult>) - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearVlanMapTask
-
Generate the output of the RPC request.
- createOutput(List<MacMappedHost>) - Method in class org.opendaylight.vtn.manager.internal.vnode.GetMacMappedHostFuture
-
Generate the output of the RPC request.
- createOutput(VlanMap) - Method in class org.opendaylight.vtn.manager.internal.vnode.GetVlanMapFuture
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveFlowFilterTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveMacEntryTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemovePortMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVirtualNodeTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVlanMapTask
-
Generate the output of the RPC request.
- createOutput(List<VtnUpdateType>) - Method in class org.opendaylight.vtn.manager.internal.vnode.SetFlowFilterTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapAclTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.SetPortMapTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Generate the output of the RPC request.
- createOutput(VtnUpdateType) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Generate the output of the RPC request.
- createPortDesc(SalNode, String, String) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils
-
- createPortDescArray(SalPort, VtnPort) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils
-
Create an array of
VtnPortDesc
instances that represents the
search condition for physical switch port.
- createRemoveFlowInputBuilder(SalNode) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input builder to uninstall all the VTN flow entries
from the given switch.
- createRemoveFlowInputBuilder(SalNode, VtnFlowEntry, InventoryReader) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input builder to uninstall the specified flow entry.
- createRemoveFlowInputBuilder(SalNode, VtnFlowEntry) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input builder to uninstall the specified flow entry.
- createRemoveFlowInputBuilder(SalNode, Flow, Uri) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input builder to uninstall the specified MD-SAL flow
entry.
- createRemoveFlowInputBuilder(SalNode, SalPort) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input builder to uninstall flow entries related to the
given switch port.
- createTableMissFlowId(SalNode) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create a MD-SAL flow ID to be associated with a table miss flow entry.
- createTableMissInput(SalNode) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Construct an RPC input to install a table miss flow entry for the
specified switch.
- createTransactionKey(String, BigInteger) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Create a key string which identifies the transaction for getting flow
statistics from switch.
- createTxUri(VtnFlowEntry, String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create a MD-SAL transaction URI for the given flow entryu.
- createVtnDataFlow(VtnFlowId) - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Create a VTN data flow instance.
- CurrentMacEntry - Class in org.opendaylight.vtn.manager.internal.util.vnode.mac
-
CurrentMacEntry
describes a new MAC address table entry obtained
from the MD-SAL datastore.
- CurrentMacEntry(EtherAddress, MacTableEntry) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Construct a new instance.
- customValidation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModule
-
- get(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.FlowStatsReader
-
Return a future associated with the transaction for reading flow
statistics information.
- get(VtnFlowEntry) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.NodeFlowStatsReader
-
Return a future associated with the task to read flow statistics
about the given VTN flow entry.
- get(VtnFlowEntry) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService
-
Get the statistics information about the given VTN flow entry.
- get(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.provider.SubSystemRegistry
-
Return the configuration provider indexed by the given class.
- get(K) - Method in class org.opendaylight.vtn.manager.internal.util.CacheMap
-
Return the cache for the object associated with the given key.
- get() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.CanceledFuture
-
- get(long, TimeUnit) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.CanceledFuture
-
- get() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Wait for the task to complete, and then return the result of the task.
- get(long) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Wait for the task to complete, and then return the result of the task.
- get() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Wait for the task to complete, and then return the result of the task.
- get(long, TimeUnit) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Wait for the task to complete, and then return the result of the task.
- get(String) - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader
-
Get the flow condition specified by the name.
- get(SalNode) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Return the VTN node information specified by the given
SalNode
instance.
- get(SalPort) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Return the VTN port information specified by the given
SalPort
instance.
- get(Logger, VTNLogLevel) - Method in class org.opendaylight.vtn.manager.internal.util.log.FixedLoggerCache
-
Return a
FixedLogger
instance that keeps the given logger and
logging level.
- get(Class<T>, C) - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxSpecific
-
Return the MD-SAL datastore transaction specific data.
- get() - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxSyncFuture
-
Wait for the task to complete, and then return the result of the task.
- get(long, TimeUnit) - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxSyncFuture
-
Wait for the task to complete, and then return the result of the task.
- get(MacMapIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacMapStatusReader
-
Return the runtime status of the given MAC mapping.
- get() - Method in class org.opendaylight.vtn.manager.neutron.impl.ReadTransactionHolder
-
Return a read-only datastore transaction.
- getAckNumber() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP acknowledgement number.
- getAclType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInput
-
The type of the target access control list.
- getAclType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getActions(InstructionList, Comparator<Ordered>) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionUtils
-
Return the action list configured in the given flow instructions.
- getActions() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return a list of flow actions which modifies the packet when this
flow filter is applied to the packet.
- getAddedLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdated
-
A list of inter-switch links added to the packet routing table.
- getAddedLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder
-
- getAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Return the MAC address to be set.
- getAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Return the IP address to be set.
- getAddress() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Return a long value which represents a MAC address.
- getAddress() - Method in class org.opendaylight.vtn.manager.util.EtherAddress
-
Return a long number which represents this ethernet address.
- getAddress() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an integer value which represents the host address.
- getAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- getAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- getAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- getAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- getAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnDladdrActionFields
-
Describes the MAC address to be set into packet.
- getAgeInterval() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getAgeInterval() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- getAgeInterval() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeConfig
-
The number of seconds between MAC address table aging.
- getAllowAddedSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange
-
Return a set of
MacVlan
instances to be added to the allowed
host set.
- getAllowedHosts() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Return a set of hosts to be mapped by MAC mapping.
- getAllowedHosts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInput
-
A set of hosts to be added to or removed from `allowed-hosts' container in the
MAC mapping configuration.
- getAllowedHosts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getAllowedHosts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfigBuilder
-
- getAllowedHosts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapConfig
-
A set of hosts to be mapped by MAC mapping.
- getAllowedPath(MacVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return path to the MAC mapping that maps the specified L2 host.
- getAllowRemovedSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange
-
Return a set of
MacVlan
instances to be removed from the allowed
host set.
- getAlreadyMappedException(long) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Create an exception that indicates the specified MAC address is already
mapped to this vBridge.
- getAnotherMapping() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapPortBusyException
-
Return a reference to the virtual mapping which reserves the target
VLAN network on a switch port.
- getApiVersion() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutput
-
A numerical value which represents API version of the VTN Manager.
- getApiVersion() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action._case.VtnDropActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action._case.VtnPopVlanActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.remove.flow.condition.match.output.RemoveMatchResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpDestinationRangeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpDestinationRangeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSourceBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowIdBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.modules.module.configuration.VtnProviderBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHostsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHostsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatusBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTablesBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutputBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- getAugmentation(Class<E>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getAveragedDataFlowStats() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getAveragedDataFlowStats() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
Statistics information per second about this data flow.
- getAverageInterval() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
The number of seconds in the measurement period for averaged flow statistics.
- getAverageInterval() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getBackgroundTasks() - Method in interface org.opendaylight.vtn.manager.internal.TxTask
-
Return an immutable list of
VTNFuture
instances associated with
background tasks started by the MD-SAL transaction task.
- getBackgroundTasks() - Method in class org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask
-
Return an immutable list of
VTNFuture
instances associated with
background tasks started by the MD-SAL transaction task.
- getBadArgumentException(String) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies an invalid argument.
- getBadArgumentException(String, Throwable) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies an invalid argument.
- getBadPathException(Object) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an exception that notifies an invalid virtual node path.
- getBaseFlowPriority() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the base flow priority.
- getBits(byte[], int, int) - Static method in class org.opendaylight.vtn.manager.util.ByteUtils
-
Read the specified number of bits from the given byte array.
- getBridge(TenantNodeIdentifier<?, ?>) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeReader
-
Return the virtual bridge that contains the specified virtual node.
- getBridgeConfig(String, String) - Method in class org.opendaylight.vtn.manager.neutron.impl.VTNManagerService
-
Return the current configuration of the specified vBridge.
- getBridgeConfigPath(String, String) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNManagerService
-
Return an instance identifier that specifies the vBridge configuration.
- getBridgeId(Network) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Return the virtual bridge ID configured in the specified by the
neutron network.
- getBridgeId(Port) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Return the virtual bridge ID configured in the specified by the
neutron port.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
Return an identifier for the virtual bridge that contains the data
object specified by this instance.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Return an identifier for the vBridge.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Return an identifier for the vBridge that contains the virtual interface
specified by this instance.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
Return an identifier for the vBridge that contains the data object
specified by this instance.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Return an identifier for the vTerminal.
- getBridgeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Return an identifier for the vTerminal that contains the virtual
interface specified by this instance.
- getBridgeMapInfo() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Return a
BridgeMapInfo
instance that indicates the MAC mapped
host specified by this instance.
- getBridgeMapInfo() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier
-
Return a
BridgeMapInfo
instance that indicates the MAC mapping
specified by this instance.
- getBridgeMapInfo() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
Return a
BridgeMapInfo
instance that indicates the virtual
network mapping.
- getBridgeMapInfo() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Return a
BridgeMapInfo
instance that indicates the VLAN mapping
specified by this instance.
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
Return the virtual bridge name configured in the given
VnodePathFields
instance.
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
- getBridgeName() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the virtual bridge configured in this instance.
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Return the vTerminal name configured in the given
VnodePathFields
instance.
- getBridgeName(VnodePathFields) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Return the vTerminal name configured in the given
VnodePathFields
instance.
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- getBridgeName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfig
-
Name of the bridge to create in OVS.
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- getBridgeName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VbridgePathFields
-
The name of the vBridge.
- getBridgeName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields
-
The name of the vBridge.
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getBridgeName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getBridgeNameString() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the virtual bridge configured in this instance.
- getBridges() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant
-
Return a list of vBridges.
- getBridgeStatus() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Return the runtime status information of the virtual bridge.
- getBridgeStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getBridgeStatus() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge
-
The container which contains runtime information about this virtual bridge.
- getBridgeStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getBridgeType() - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return a
VNodeType
which indicates the type of virtual bridge.
- getBufferId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getBulkFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return the number of milliseconds to wait for completion of bulk
FLOW_MOD requests.
- getBulkFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return the number of milliseconds to wait for completion of bulk
FLOW_MOD requests.
- getBulkFlowModTimeout() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return the number of milliseconds to wait for completion of bulk
FLOW_MOD requests.
- getBulkFlowModTimeout() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
The number of milliseconds to wait for completion of bulk FLOW_MOD requests.
- getBulkFlowModTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getBundleVersion() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutput
-
Describes OSGi bundle version of the VTN Manager.
- getBundleVersion() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- getByte(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the value of the specified field as a byte.
- getByteCount() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.AveragedFlowStatsFields
-
The averaged number of bytes in packets per second forwarded by the flow entry.
- getByteCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- getByteCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- getByteCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getBytes(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the value of the specified field as a byte array.
- getBytes() - Method in class org.opendaylight.vtn.manager.util.EtherAddress
-
Return a byte array which represents this ethernet address.
- getBytes() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return a byte array which represents the raw network address.
- getBytes() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return a byte array which represents the raw network address.
- getCached(K) - Method in class org.opendaylight.vtn.manager.internal.util.CacheMap
-
Return the cached data associated with the given key.
- getCached(MacMapIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacMapStatusReader
-
Return the runtime status of the given MAC mapping only if it is cached
in this instance.
- getCause(Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.concurrent.AbstractVTNFuture
-
Return a throwable that indicates the actual cause of failure.
- getCfi() - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Gets the canonical format indicator(CFI) stored.
- getChecksum() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Return the ICMP checksum in this packet.
- getChecksum() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the checksum value stored.
- getChecksum() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Get the stored checksum value of the TCP header.
- getChecksum() - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Get the stored checksum value of the UDP packet.
- getCidrText() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return a string representation of this network in CIDR notation.
- getCidrText() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return a string representation of this network in CIDR notation.
- getCidrValue() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
- getCode() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Return the ICMP code to be set.
- getCode() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Gets the ICMP code (type subtype) for the current ICMP object instance.
- getCode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeAction
-
The ICMP code to be set.
- getCode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeActionBuilder
-
- getComponents() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return a list which contains all path components configured in this
instance.
- getComponentSize() - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return the number of path components.
- getCondition() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return the name of the flow condition that selects packets.
- getCondition() - Method in exception org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException
-
Return the name of the flow condition configured in the REDIRECT
flow filter.
- getCondition() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return the name of the flow condition that selects packets to be
filtered.
- getCondition() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getCondition() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig
-
The name of the flow condition that selects packets.
- getCondition() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getCondition() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getCondition() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapConfig
-
The name of the flow condition that selects packets.
- getConditionKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Create a condition key that identifies this flow match.
- getConditionKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlows
-
A string representation of a flow match and priority configured in the ingress
flow entry.
- getConditionKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- getConditionKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsKey
-
- getConfig() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts
-
Return a MD-SAL container which contains the configuration in this
instance.
- getConfig() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks
-
Return a MD-SAL container which contains the configuration in this
instance.
- getConfig() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Return a MD-SAL container which contains the configuration in this
instance.
- getConfig(Vbridge) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Return the vBridge configuration in the given vBridge.
- getConfig(Vinterface) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Return the virtual interface configuration in the given virtual
interface.
- getConfig(T) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Return the virtual node configuration in the given virtual node.
- getConfig(Vterminal) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Return the vTerminal configuration in the given vTerminal.
- getConfig(Vtn) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Return the VTN configuration in the given VTN.
- getConfigPath(VBridgeIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Return the instance identifier for the configuration container in the
target vBridge.
- getConfigPath(VInterfaceIdentifier<B>) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Return the instance identifier for the configuration container in the
target virtual interface.
- getConfigPath(I) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Return the instance identifier for the configuration container in the
target virtual node.
- getConfigPath(VTerminalIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Return the instance identifier for the configuration container in the
target vTerminal.
- getConfigPath(VTenantIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Return the instance identifier for the configuration container in the
target VTN.
- getContainerName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getContainerType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts
-
Return a class which indicates the type of MD-SAL container associated
with this class.
- getContainerType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks
-
Return a class which indicates the type of MD-SAL container associated
with this class.
- getContainerType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Return a class which indicates the type of MD-SAL container associated
with this class.
- getContext() - Method in class org.opendaylight.vtn.manager.internal.util.tx.AbstractPreSubmitHook
-
Return the runtime context for the MD-SAL datastore transaction.
- getContext() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualMapRegistry
-
Return the runtime context for the MD-SAL datastore transaction.
- getContextFuture() - Method in class org.opendaylight.vtn.manager.internal.flow.common.FlowModContext
-
Return the future associated with this context.
- getControllerAddress() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the MAC address of the controller.
- getControllerMacAddress() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return MAC address of the controller used as source MAC address of
ARP packet.
- getControllerMacAddress() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return MAC address of the controller used as source MAC address of
ARP packet.
- getControllerMacAddress() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return MAC address of the controller used as source MAC address of
ARP packet.
- getControllerMacAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
MAC address of the controller used as source MAC address of ARP packet.
- getControllerMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getCookie() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getCookieMask() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getCost() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathCost
-
Return the cost of using physical switch port.
- getCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getCost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnPortInfo
-
The cost of the link for transmitting a packet from this port.
- getCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder
-
- getCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- getCost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathCostConfig
-
The cost of using physical switch port.
- getCount() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutput
-
The number of data flows present in the specified VTN.
- getCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder
-
- getCreationTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getCreationTime() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowCommon
-
The creation time of the VTN data flow.
- getCreationTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getDataBroker() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return a data broker service instance.
- getDataBroker() - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return a data broker service instance.
- getDataEgressNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataEgressNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
The location of the virtual node which sends the outgoing packet to the physical
network.
- getDataEgressPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataEgressPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
The location of the physical switch port to which the outgoing packet is sent.
- getDataExistsException(String) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies a resource confliction.
- getDataExistsException(String, Throwable) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies a resource confliction.
- getDataExistsException() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an exception that indicates the virtual node specified by this
instance is already present.
- getDataExistsException(String) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return a new
RpcException
that indicates the virtual node
is already present.
- getDataFlow(GetDataFlowInput) - Method in class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Return information about data flows specified by the RPC input.
- getDataFlow() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a
VtnDataFlow
instance associated with the target data
flow.
- getDataFlow() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
- getDataFlow(GetDataFlowInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowService
-
Return information about data flows specified by the RPC input.
- getDataFlowCount(GetDataFlowCountInput) - Method in class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Return the number of data flows present in the specified VTN.
- getDataFlowCount(GetDataFlowCountInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowService
-
Return the number of data flows present in the specified VTN.
- GetDataFlowCountInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
This class represents the following YANG schema fragment defined in module
vtn-flow
container input {
leaf tenant-name {
type string;
}
}
The schema path to identify an instance is
vtn-flow/get-data-flow-count/input
To create instances of this class use
GetDataFlowCountInputBuilder
.
- GetDataFlowCountInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
- GetDataFlowCountInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInputBuilder
-
- GetDataFlowCountInputBuilder(GetDataFlowCountInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInputBuilder
-
- GetDataFlowCountOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
This class represents the following YANG schema fragment defined in module
vtn-flow
container output {
leaf count {
type int32;
}
}
The schema path to identify an instance is
vtn-flow/get-data-flow-count/output
To create instances of this class use
GetDataFlowCountOutputBuilder
.
- GetDataFlowCountOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
- GetDataFlowCountOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder
-
- GetDataFlowCountOutputBuilder(GetDataFlowCountOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder
-
- getDataFlowInfo() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutput
-
A list of information about data flows that meets the condition specified by the
RPC input.
- getDataFlowInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder
-
- GetDataFlowInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
This class represents the following YANG schema fragment defined in module
vtn-flow
container input {
leaf tenant-name {
type string;
}
leaf flow-id {
type vtn-flow-id;
}
leaf mode {
type mode;
}
leaf node {
type node-id;
}
container data-flow-port {
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-switch-port;
}
container data-flow-source {
leaf mac-address {
type mac-address;
}
leaf vlan-id {
type vlan-id;
}
uses vlan-host;
}
leaf average-interval {
type average-interval;
}
uses vtn-flow-identifiable;
}
The schema path to identify an instance is
vtn-flow/get-data-flow/input
To create instances of this class use
GetDataFlowInputBuilder
.
- GetDataFlowInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
- GetDataFlowInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- GetDataFlowInputBuilder(VtnFlowIdentifiable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- GetDataFlowInputBuilder(GetDataFlowInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getDataFlowMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataFlowMatch() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
The flow condition configured in the ingress flow entry.
- GetDataFlowOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
This class represents the following YANG schema fragment defined in module
vtn-flow
container output {
list data-flow-info {
key container data-ingress-node {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
uses vnode-path-fields;
}
container data-ingress-port {
leaf node {
type node-id;
}
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-port-location;
}
container data-egress-node {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
uses vnode-path-fields;
}
container data-egress-port {
leaf node {
type node-id;
}
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-port-location;
}
container data-flow-match {
container vtn-ether-match {
leaf source-address {
type mac-address;
}
leaf destination-address {
type mac-address;
}
leaf ether-type {
type ether-type;
}
leaf vlan-id {
type vlan-id;
}
leaf vlan-pcp {
type vlan-pcp;
}
uses vtn-ether-match-fields;
}
container vtn-inet-match {
leaf source-network {
type ip-prefix;
}
leaf destination-network {
type ip-prefix;
}
leaf protocol {
type uint8;
}
leaf dscp {
type dscp;
}
uses vtn-inet-match-fields;
}
choice vtn-layer4-match {
case vtn-icmp-match {
leaf icmp-type {
type uint8;
}
leaf icmp-code {
type uint8;
}
}
case vtn-tcp-match {
container tcp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container tcp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
case vtn-udp-match {
container udp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container udp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
}
uses vtn-match-fields;
}
list physical-route {
key leaf order {
type int32;
}
leaf node {
type node-id;
}
container physical-ingress-port {
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-switch-port;
}
container physical-egress-port {
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-switch-port;
}
uses ordered;
uses physical-route-info;
}
container data-flow-stats {
leaf packet-count {
type counter64;
}
leaf byte-count {
type counter64;
}
container duration {
leaf second {
type counter32;
}
leaf nanosecond {
type counter32;
}
}
uses generic-statistics;
}
container averaged-data-flow-stats {
leaf packet-count {
type decimal64;
}
leaf byte-count {
type decimal64;
}
leaf start-time {
type int64;
}
leaf end-time {
type int64;
}
uses averaged-flow-stats-fields;
}
leaf idle-timeout {
type uint16;
}
leaf hard-timeout {
type uint16;
}
leaf creation-time {
type int64;
}
list virtual-route {
key leaf order {
type int32;
}
container virtual-node-path {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
uses vnode-path-fields;
}
leaf reason {
type virtual-route-reason;
}
uses ordered;
uses virtual-route-info;
}
leaf flow-id {
type vtn-flow-id;
}
list vtn-flow-action {
key "order"
leaf order {
type int32;
}
choice vtn-action {
case vtn-drop-action-case {
container vtn-drop-action {
}
}
case vtn-pop-vlan-action-case {
container vtn-pop-vlan-action {
}
}
case vtn-push-vlan-action-case {
container vtn-push-vlan-action {
leaf vlan-type {
type vlan-type;
}
}
}
case vtn-set-dl-dst-action-case {
container vtn-set-dl-dst-action {
leaf address {
type mac-address;
}
uses vtn-dladdr-action-fields;
}
}
case vtn-set-dl-src-action-case {
container vtn-set-dl-src-action {
leaf address {
type mac-address;
}
uses vtn-dladdr-action-fields;
}
}
case vtn-set-icmp-code-action-case {
container vtn-set-icmp-code-action {
leaf code {
type code;
}
}
}
case vtn-set-icmp-type-action-case {
container vtn-set-icmp-type-action {
leaf type {
type type;
}
}
}
case vtn-set-inet-dscp-action-case {
container vtn-set-inet-dscp-action {
leaf dscp {
type dscp;
}
}
}
case vtn-set-inet-dst-action-case {
container vtn-set-inet-dst-action {
choice address {
case ipv4 {
leaf ipv4-address {
type ipv4-prefix;
}
}
case ipv6 {
leaf ipv6-address {
type ipv6-prefix;
}
}
}
uses vtn-ipaddr-action-fields;
}
}
case vtn-set-inet-src-action-case {
container vtn-set-inet-src-action {
choice address {
case ipv4 {
leaf ipv4-address {
type ipv4-prefix;
}
}
case ipv6 {
leaf ipv6-address {
type ipv6-prefix;
}
}
}
uses vtn-ipaddr-action-fields;
}
}
case vtn-set-port-dst-action-case {
container vtn-set-port-dst-action {
leaf port {
type port;
}
uses vtn-port-action-fields;
}
}
case vtn-set-port-src-action-case {
container vtn-set-port-src-action {
leaf port {
type port;
}
uses vtn-port-action-fields;
}
}
case vtn-set-vlan-id-action-case {
container vtn-set-vlan-id-action {
leaf vlan-id {
type uint16;
}
}
}
case vtn-set-vlan-pcp-action-case {
container vtn-set-vlan-pcp-action {
leaf vlan-pcp {
type vlan-pcp;
}
}
}
}
uses vtn-ordered-flow-action;
}
uses vtn-data-flow-info;
}
}
The schema path to identify an instance is
vtn-flow/get-data-flow/output
To create instances of this class use
GetDataFlowOutputBuilder
.
- GetDataFlowOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
- GetDataFlowOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder
-
- GetDataFlowOutputBuilder(GetDataFlowOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder
-
- getDataFlowPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
Specifies the location of the physical switch port in the physical switch
specified by `node' field.
- getDataFlowPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getDataFlowSource() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the source L2 host of the data flow.
- getDataFlowSource() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
- getDataFlowSource() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
Specifies the L2 source host of the data flow.
- getDataFlowSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getDataFlowStats() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataFlowStats() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
Statistics information about this data flow.
- getDataIngressNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataIngressNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
The location of the virtual node which maps the incoming packet.
- getDataIngressPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getDataIngressPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
The location of the physical switch port where the incoming packet is received.
- getDataObject() - Method in class org.opendaylight.vtn.manager.internal.util.tx.PutDataTask
-
Return the data object to be submitted.
- getDataOffset() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP data offset.
- getDatastoreType() - Method in class org.opendaylight.vtn.manager.internal.util.tx.AbstractDataTask
-
Return the target type of the MD-SAL datastore.
- getDefaultCost() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy
-
Reurn the default cost for unspecified link.
- getDefaultCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- getDefaultCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- getDefaultCost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyConfig
-
The default cost for unspecified link.
- getDefaultInstance(String) - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId
-
- getDefaultInstance(String) - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDesc
-
- getDefaultInstance(String) - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName
-
- getDefaultInstance(String) - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc
-
- getDefaultModules(DependencyResolverFactory, BundleContext) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModuleFactory
-
- getDeniedHosts() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Return a set of hosts not to be mapped by MAC mapping.
- getDeniedHosts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInput
-
A set of hosts to be added to or removed from `denied-hosts' container in the
MAC mapping configuration.
- getDeniedHosts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getDeniedHosts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfigBuilder
-
- getDeniedHosts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapConfig
-
A set of hosts not to be mapped by MAC mapping.
- getDeniedPath(MacVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return path to the set of MAC mappings that denies the specified
L2 host.
- getDeniedPath(MacVlan, String) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return path to the MAC mapping that denies the specified L2 host.
- getDenyAddedSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange
-
Return a set of
MacVlan
instances to be added to the denied
host set.
- getDenyRemovedSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange
-
Return a set of
MacVlan
instances to be removed from the denied
host set.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.AllFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgeHostFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgeNodeFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgePortFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.NodeFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PathPolicyFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PortFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.RemovedFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.VNodeFlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in interface org.opendaylight.vtn.manager.internal.FlowRemover
-
Return a brief description about this flow remover.
- getDescription() - Method in interface org.opendaylight.vtn.manager.internal.routing.PathMapContext
-
Return a brief description of the ethernet frame in this context.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionConverter
-
Return a brief description about the given MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionConverter
-
Return a brief description about the given VTN action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction
-
Return a brief description about the specified VTN action.
- getDescription(String, MacAddress) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Return a description about the specified MD-SAL action.
- getDescription(String, VtnDladdrActionFields) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Return a description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDropAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(String, Address) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Return a description about the specified MD-SAL action.
- getDescription(String, VtnIpaddrActionFields) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Return a description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNOutputAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPopVlanAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(String, PortNumber) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Return a description about the specified MD-SAL action.
- getDescription(String, VtnPortActionFields) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Return a description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
This method is not supported.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
This method is not supported.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Return a brief description about the specified VTN action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanIdAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(Action) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Return a brief description about the specified MD-SAL action.
- getDescription(VtnAction) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Return a brief description about the specified VTN action.
- getDescription() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterContext
-
Return a brief description of the ethernet frame in this context.
- getDescription() - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return the description about the virtual node.
- getDescription(SalPort) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Create a brief description of the ethernet frame in this context.
- getDescription(Ethernet, SalPort, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Create a brief description of the ethernet frame.
- getDescription(EtherAddress, EtherAddress, int, SalPort, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Create a brief description of the ethernet frame.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a brief description of the ethernet frame in this context.
- getDescription() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVNode
-
Return the description about the virtual node.
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- getDescription() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnVtenantConfig
-
An arbitrary description about the VTN.
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- getDescription() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeConfig
-
An arbitrary description about the vBridge.
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- getDescription() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig
-
An arbitrary description about the virtual interface.
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getDescription() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- getDescription() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalConfig
-
An arbitrary description about the vTerminal.
- getDestination() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLink
-
Return the destination switch port identifier of the link.
- getDestination() - Method in exception org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException
-
Return the identifier for the virtual interface where the packet should
be redirected.
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- getDestination() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchLink
-
The destination switch port of the link.
- getDestination() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths
-
The destination node of the faulted path.
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- getDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsKey
-
- getDestinationAddress() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the destination MAC address.
- getDestinationAddress() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return the destination IP address.
- getDestinationAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Return the destination MAC address to match against packets.
- getDestinationAddress() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Return the destination MAC address.
- getDestinationAddress() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Return the destination IP address.
- getDestinationAddress() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the destination MAC address.
- getDestinationAddress() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the destination IP address stored.
- getDestinationAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getDestinationAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnEtherMatchFields
-
The destination MAC address.
- getDestinationHost(List<Action>, MacAddress, int) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionUtils
-
Return the destination host configured in the given action list.
- getDestinationMacAddress(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils
-
Return the destination MAC address specified by the given match.
- getDestinationMACAddress() - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Gets the destination MAC address stored.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return a flow match type corresponding to the destination port.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.TcpPacket
-
Return a flow match type corresponding to the destination port.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.UdpPacket
-
Return a flow match type corresponding to the destination port.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Return a flow match type corresponding to the destination port.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Return a flow match type corresponding to the destination port.
- getDestinationMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Return a flow match type corresponding to the destination port.
- getDestinationNetwork() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return the destination IP network to match against packets.
- getDestinationNetwork() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- getDestinationNetwork() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields
-
The IP network to match the destination IP address.
- getDestinationPort() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return the destination port number.
- getDestinationPort() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Return the range of the destination port number to match against packet.
- getDestinationPort() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge
-
Return the destination port of this edge.
- getDestinationPort() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader
-
Return the destination port number.
- getDestinationPort() - Method in class org.opendaylight.vtn.manager.packet.PortPacket
-
Return the destination port number configured in this instance.
- getDiffServ() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the differential services value stored.
- getDscp() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return the DSCP field value.
- getDscp() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Return the DSCP value to be set.
- getDscp() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return the IP DSCP field value to match against packets.
- getDscp() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Return the DSCP field value.
- getDscp() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpAction
-
The DSCP value to be set.
- getDscp() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder
-
- getDscp() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- getDscp() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields
-
The IP DSCP field value.
- getDuplicate() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapDuplicateException
-
Return a
MacVlan
instance which specifies the host already
mapped by the MAC mapping.
- getDuplicate(MacVlan) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Determine whether the MAC address same as the specified host is already
mapped by the MAC mapping or not.
- getDuplicateMacAddressException(long) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Create an exception that indicates the same MAC address is configured
in the allowed host set.
- getDuplicatePortException(Object) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates duplicate port
descriptor is detected.
- getDuration() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- getDuration() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getECN() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the ECN bits stored.
- getEdgeHosts() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Get two
L2Host
instances which represents host information
matched by edge flow entries.
- getEgressActions() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a list of MD-SAL flow actions configured in the egress flow entry
of the data flow.
- getEgressFlow() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the egress flow entry of the data flow.
- getEgressPath() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the path to the virtual node which maps the egress flow.
- getEgressVNodeHop() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a
VNodeHop
instance which represents the virtual node
hop to the egress node.
- getEncodedValue() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Return a long integer value encoded from a MAC address and a VLAN ID.
- getEndTime() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.AveragedFlowStatsFields
-
The system time when the measurement period ends.
- getEndTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- getEntityState() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- getEntityState() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnMappableVinterfaceStatus
-
State of the network element mapped to this virtual interface.
- getEntryData() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry
-
An opaque data associated with this entry.
- getEntryData() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getErrorBuilder(Class<T>, RpcErrorTag, String, VtnErrorTag, String) - Static method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils
-
Construct a new RPC error builder.
- getErrorBuilder(Class<T>, Exception) - Static method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils
-
Construct a new RPC error builder from the given
Exception
.
- getErrorMessage(Object...) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction
-
Return a message which indicates an error caused by this class.
- getErrorMessage() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapConflictException
-
Create an error log message.
- getErrorMessage() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapDuplicateException
-
Create an error log message.
- getErrorMessage() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapException
-
Create an error log message.
- getErrorMessage() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapGoneException
-
Create an error log message.
- getErrorMessage() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapPortBusyException
-
Create an error log message.
- getErrorTag() - Method in enum org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag
-
Return a string to be returned as an error tag of RPC result.
- getErrorTag() - Method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return the
RpcErrorTag
instance to be set as error-tag in
RPC error.
- getEtherAddress() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
- getEtherAddress() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return the MAC address.
- getEtherHeader() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.PacketHeader
-
Return an
EtherHeader
instance which describes an Ethernet
header and IEEE 802.1Q VLAN tag.
- getEtherHeader() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return an
EtherHeader
instance which describes an Ethernet
header and IEEE 802.1Q VLAN tag.
- getEtherMatch() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Return the condition against Ethernet header.
- getEthernet() - Method in class org.opendaylight.vtn.manager.internal.packet.PacketInEvent
-
Return a
Ethernet
instance which represents the received
packet.
- getEtherPacket() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return an
EtherPacket
instance which represents the Ethernet
frame.
- getEtherType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the ethernet type.
- getEtherType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Return the ethernet type to match against packets.
- getEtherType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Return an Ethernet type assigned to this IP protocol version.
- getEtherType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return an Ethernet type assigned to this IP protocol version.
- getEtherType() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Return the ethernet type.
- getEtherType(EtherType) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the ethernet type in the given EtherType
instance.
- getEtherType(EthernetType) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the ethernet type in the given EthernetType
instance.
- getEtherType() - Method in class org.opendaylight.vtn.manager.packet.EtherTypePacket
-
Return the Ethernet type configured in this instance.
- getEtherType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getEtherType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnEtherMatchFields
-
The ethernet type.
- getException(Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.concurrent.AbstractVTNFuture
-
Return a
VTNException
which represents the cause of failure.
- getFailMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfig
-
Failure mode.
- getFailMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- getFaultedPaths() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- getFaultedPaths() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnBridgeStatus
-
A set of faulted paths.
- getFieldNumBits(String, Packet.HeaderField) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the number of bits for the specified field.
- getFieldNumBits(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
This method fetches the number of bits for header field specified by
name
.
- getFieldNumBits(String, Packet.HeaderField) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the number of bits in the header field configured in the given
instance.
- getFieldOffset(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
This method fetches the start bit offset for header field specified by
name
.
- getFieldOffset(String, Packet.HeaderField) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the offset of the header field configured in the given instance.
- getFilterActions() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionContext
-
Return a collection of flow actions configured by a flow filter.
- getFilterActions() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a collection of flow actions configured by a flow filter.
- getFilterId(int) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListId
-
Return a string that specifies the flow filter specified by the
filter index.
- getFilterPath() - Method in exception org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException
-
Return a string that indicates the location of the REDIRECT flow filter.
- getFirstRedirection() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
- getFlags() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the flag values stored.
- getFlags() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getFlowBuilder() - Method in class org.opendaylight.vtn.manager.internal.flow.add.FlowAddContext
-
Return the VTN data flow builder.
- getFlowCondition(VTNFlowFilter) - Method in interface org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterContext
-
Return a
VTNFlowCondition
instance which determines whether the
specified flow filter needs to be applied to the packet.
- getFlowCondition(VTNFlowFilter) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a
VTNFlowCondition
instance which determines whether the
specified flow filter needs to be applied to the packet.
- getFlowCondReader() - Method in interface org.opendaylight.vtn.manager.internal.routing.PathMapContext
-
Return the flow condition reader associated with the current MD-SAL
datastore transaction.
- getFlowCondReader() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the flow condition reader associated with the current MD-SAL
datastore transaction.
- getFlowDirectionName(boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListId
-
Return a string that indicates the direction of the flow.
- getFlowEntries() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a list of flow entries sorted in order of order value.
- getFlowFilterIdentifier(boolean, Integer) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an instance identifier that specifies a flow filter.
- getFlowFilterList(TxContext, boolean, VtnFlowFilterList) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualNode
-
- getFlowFilterListIdentifierBuilder(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Return an instance identifier builder rooted at the specified container
for the flow filter list.
- getFlowFilterListIdentifierBuilder(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Return an instance identifier builder rooted at the specified container
for the flow filter list.
- getFlowFilterListIdentifierBuilder(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an instance identifier builder rooted at the specified container
for the flow filter list.
- getFlowFilterListIdentifierBuilder(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
Return an instance identifier builder rooted at the specified container
for the flow filter list.
- getFlowFilterResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutputBuilder
-
- getFlowFilterResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- getFlowFilterResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterResult
-
Describes a pair of flow filter index and `vtn-update-type' value.
- getFlowFilters() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList
-
Return a list of flow filters in this list.
- getFlowFilterUnsupportedException(VNodeIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an exception that indicates the virtual node does not support
flow filter.
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getFlowId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowIdentifiable
-
Identifier for a VTN data flow.
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder
-
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey
-
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey
-
- getFlowIdentifier(Short, FlowId) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier for the specified MD-SAL flow entry.
- getFlowIdList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowIdSet
-
A list of unique VTN data flow IDs.
- getFlowIdList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- getFlowIdList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- getFlowIdList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- getFlowKey(SalNode, int, SalPort) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Create a flow condition key that identifies the flow entry.
- getFlowMatchList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInput
-
A list of `vtn-flow-match-config' to be applied to the flow condition specified
by `name' field.
- getFlowMatchList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- getFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return the number of milliseconds to wait for completion of a single
FLOW_MOD request.
- getFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return the number of milliseconds to wait for completion of a single
FLOW_MOD request.
- getFlowModTimeout() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return the number of milliseconds to wait for completion of a single
FLOW_MOD request.
- getFlowModTimeout() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
The number of milliseconds to wait for completion of a single FLOW_MOD request.
- getFlowModTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getFlowName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getFlowNode() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Return a
SalNode
instance corresponding to the physical switch
specified by the RPC input.
- getFlowNode() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.RemovedFlowRemover
-
Return the switch which removed the flow entry.
- getFlowNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier that specifies flow-capable-node for
the node corresponding to this instance.
- getFlowNodes() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a set of switches related to this data flow.
- getFlowNodes() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.VTNDataFlow
-
Return a set of switches related to this data flow.
- getFlowNodes() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return a set of switches related to this data flow.
- getFlowPort() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Return a
SalPort
instance corresponding to the physical switch
port specified by the RPC input.
- getFlowPort() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PortFlowRemover
-
Return the target switch port.
- getFlowPort() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PortIndexFlowRemover
-
Return the target switch port.
- getFlowPorts() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a set of switch ports related to this data flow.
- getFlowPorts() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.VTNDataFlow
-
Return a set of switch ports related to this data flow.
- getFlowPorts() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return a set of switch ports related to this data flow.
- getFlowPriority() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a priority value for flow entries.
- getFlowRemover() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoveContext
-
Returh the flow remover.
- getFlowRemover() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.RemovedDataFlows
-
Return the flow remover.
- getFlowService() - Method in class org.opendaylight.vtn.manager.internal.flow.common.FlowModContext
-
Return the MD-SAL flow service.
- getFlowService() - Method in class org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpcList
-
Return the MD-SAL flow service.
- getFlowStatsHistory() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getFlowStatsHistory() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnDataFlowFields
-
Container that keeps history of flow statistics information about this data
flow.
- getFlowStatsRecord() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory
-
A list of flow statistics history records.
- getFlowStatsRecord() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder
-
- GetFlowStatsRpc - Class in org.opendaylight.vtn.manager.internal.util.flow
-
GetFlowStatsRpc
describes an invocation of
get-flow-statistics RPC provided by the MD-SAL direct statistics service.
- GetFlowStatsRpc(NodeRpcWatcher, OpendaylightDirectStatisticsService, GetFlowStatisticsInput) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.GetFlowStatsRpc
-
Issue a get-flow-statistics RPC request.
- getFlowTableIdentifier(Short) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier for the specified flow table in the
node corresponding to this instance.
- getFlowTables(ReadWriteTransaction) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.GlobalScanFlowRemover
-
Return a list of all existing VTN flow tables.
- getFlowTables(ReadWriteTransaction) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.ScanFlowRemover
-
Return a list of VTN flow tables to be scanned.
- getFlowTables(ReadWriteTransaction) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantScanFlowRemover
-
Return the target VTN flow table as a list.
- getFlowTables(ReadTransaction) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Return a list of all existing VTN flow tables.
- getFlowThread() - Method in class org.opendaylight.vtn.manager.internal.flow.common.FlowModContext
-
Return the thread used to run tasks for modifying flow entries.
- getFragmentOffset() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the fragment offset stored.
- getFrame() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return an ethernet frame in this context.
- getFuture() - Method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcInvocation
-
Return the future associated with the RPC execution.
- getGlobalEntities() - Static method in enum org.opendaylight.vtn.manager.internal.util.VTNEntityType
-
Return an unmodifiable collection of global entities.
- getGlobalEntity(VTNEntityType) - Static method in enum org.opendaylight.vtn.manager.internal.util.VTNEntityType
-
Return a global entity associated with the given type.
- getGlobalPathMaps() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapData
-
The root container of all the global path map configurations.
- getHardTimeout() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return the number of seconds to be set to hard-timeout
field in
flow entries.
- getHardTimeout() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the hard timeout for a flow entry.
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getHardTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- getHardTimeout() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnFlowTimeoutConfig
-
The number of seconds to be set to `hard-timeout' field in flow entries.
- getHardwareAddressLength() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the hardware address length from the stored ARP header.
- getHardwareType() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the hardware type from the stored ARP header.
- getHeaderDescription() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.PacketHeader
-
Return a description about protocol headers.
- getHeaderDescription() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a description about protocol headers.
- getHeaderFieldMap() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return a map that keeps packet header fields.
- getHeaderForChecksum(byte, short) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Create a pseudo IPv4 header used for computing TCP/UDP checksum.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return a map that determines the format of the packet.
- getHeaderFormat() - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Return a map that determines the format of the packet.
- getHeaderLen() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the IP header length stored.
- getHeaderLenFlags() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP header length and flags.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the header size in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Return the number of bits in the Ethernet header.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Gets the header size in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Gets the header size in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the header size in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Gets the header length in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Gets the header size in bits.
- getHeaderSize() - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Gets the header size in bits.
- getHeaderType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Return a class which represents the packet header type.
- getHeaderType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Return a class which represents the packet header type.
- getHeaderType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Return a class which represents the packet header type.
- getHost() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.L2Host
-
Return a
MacVlan
instance which represents a L2 host.
- getHost() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapException
-
Return a
MacVlan
instance which specifies the host to be
mapped by the target MAC mapping.
- getHost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList
-
A pair of MAC address and VLAN ID.
- getHost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- getHost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey
-
- getHostAddress() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return a string representation of this network address without
CIDR prefix.
- getHostAddress() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return a string representation of this network address without
CIDR prefix.
- getHosts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInput
-
A set of host information to be added to or removed from the access control list
in the MAC mapping configuration.
- getHosts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getIcmpCode() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Return the ICMP code.
- getIcmpCode() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Return the ICMP code to match against packets.
- getIcmpCode() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader
-
Return the ICMP code.
- getIcmpCode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- getIcmpCode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnIcmpMatchFields
-
The ICMP code.
- getIcmpType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Return the ICMP type.
- getIcmpType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Return the ICMP type to match against packets.
- getIcmpType() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader
-
Return the ICMP type.
- getIcmpType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- getIcmpType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnIcmpMatchFields
-
The ICMP type.
- getId() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy
-
Return the identifier of this path policy.
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey
-
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodeInfo
-
The unique identifier for the switch.
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnPortInfo
-
The unique identifier for the switch port.
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInput
-
The identifier of the path policy.
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder
-
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInput
-
The identifier of the path policy to be removed.
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInputBuilder
-
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInput
-
The identifier of the path policy.
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- getId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey
-
- getId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyConfig
-
The identifier of the path policy.
- getIdentification() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the identification value stored.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction
-
Return the index value assigned to this instance.
- getIdentifier(String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Create the instance identifier for the flow condition specified by the
given name.
- getIdentifier(VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Create the instance identifier for the flow condition specified by the
given name.
- getIdentifier(String, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Create the instance identifier for the flow match specified by the
given flow condition name and match index.
- getIdentifier(VnodeName, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Create the instance identifier for the flow match specified by the
given flow condition name and match index.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition
-
Return the identifier of this instance.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowMatch
-
Return the index value assigned to this instance.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListId
-
Return the identifier for the virtual node that contains the flow filter
list.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return the identifier of this instance.
- getIdentifier(String, VtnDataFlowKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Create the instance identifier for the statistics history of the
given VTN data flow.
- getIdentifier(NodeId, FlowId) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils
-
Create the instance identifier of the statistics information for the
given MD-SAL flow.
- getIdentifier(String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the VTN flow table.
- getIdentifier(VtnFlowTableKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the VTN flow table.
- getIdentifier(String, VtnFlowId) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the specified data flow.
- getIdentifier(String, VtnDataFlowKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the specified data flow.
- getIdentifier(String, NodeId) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given switch.
- getIdentifier(VtnFlowTableKey, NodeFlowsKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given switch.
- getIdentifier(String, NodeConnectorId) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given switch
port.
- getIdentifier(VtnFlowTableKey, PortFlowsKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given switch
port.
- getIdentifier(String, SourceHostFlowsKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given source
L2 host.
- getIdentifier(String, MatchFlowsKey) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Create the instance identifier for the flow index for the given
flow match condition.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.IdentifiedData
-
Return the instance identifier configured in this instance.
- getIdentifier(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Create the instance identifier for the global path map specified by the
given map index.
- getIdentifier(String, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Create the instance identifier for the VTN path map specified by the
given VTN name and map index.
- getIdentifier(VTenantIdentifier, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Create the instance identifier for the VTN path map specified by the
given VTN identifier and map index.
- getIdentifier(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Create the instance identifier for the specified path policy.
- getIdentifier(VtnPathPolicyConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
- getIdentifier(Integer, VtnPortDesc) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Create the instance identifier for the specified path cost
configuration.
- getIdentifier(int, VtnPathCostConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Create the instance identifier for the specified path cost information.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.VlanDescParser
-
Return a parsed identifier string.
- getIdentifier() - Method in exception org.opendaylight.vtn.manager.internal.util.vnode.MacMapException
-
Return the identifier for the the target MAC mapping.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an indentifier for the MD-SAL data model associated with this
instance.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodePathConverter
-
Return a
VNodeIdentifier
instance converted from the specified
instance identifier.
- getIdentifier(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodePathConverter
-
Return a
VNodeIdentifier
instance converted from the specified
instance identifier with type checking.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVirtualNodeTask
-
Return an identifier for the target virtual node.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVirtualNodeTask
-
Return the identifier for the target data object.
- getIdentifier(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the identifier for the virtual mapping which maps the given host.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualElement
-
Return the identifier for the virtual node.
- getIdentifier() - Method in interface org.opendaylight.vtn.manager.internal.vnode.VirtualMapNode
-
Return the identifier for this node.
- getIdentifier(EtherAddress, int) - Method in interface org.opendaylight.vtn.manager.internal.vnode.VirtualMapNode
-
Return the identifier for the virtual mapping which maps the given host.
- getIdentifier(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Return the identifier for the virtual mapping which maps the given host.
- getIdentifier(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return the identifier for the virtual mapping which maps the given host.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant
-
Return the identifier for this VTN.
- getIdentifier() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Gets the ICMP identifier of the current ICMP object instance.
- getIdentifier() - Method in interface org.opendaylight.vtn.manager.util.VTNIdentifiable
-
Return the identifier of this instance.
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedKey
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedKey
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingKey
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- getIdentifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingKey
-
- getIdentifier() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMapReference
-
Describes an identifier for a physical network element.
- getIdentifier() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMapReferenceSet
-
Describes an identifier for a physical network element.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Return an instance identifier builder rooted at the virtual node
specified by this instance.
- getIdentifierType() - Method in class org.opendaylight.vtn.manager.util.VTNIdentifiableComparator
-
Return the type of the identifier.
- getIdleTimeout() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return the number of seconds to be set to idle-timeout
field in
flow entries.
- getIdleTimeout() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the idle timeout for a flow entry.
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getIdleTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- getIdleTimeout() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnFlowTimeoutConfig
-
The number of seconds to be set to `idle-timeout' field in flow entries.
- getIgnoredLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks
-
A list of inter-switch links ignored by the VTN Manager.
- getIgnoredLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder
-
- getIgnoredLinks() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyData
-
The root container of inter-switch links ignored by the VTN Manager.
- getImplementationName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModuleFactory
-
- getImplementedInterface() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathCost
-
Return a class which indicates the data model type implemented by this
instance.
- getImplementedInterface() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return a class which indicates the data model type implemented by this
instance.
- getImplementedInterface() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy
-
Return a class which indicates the data model type implemented by this
instance.
- getImplementedInterface() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return a class which indicates the data model type implemented by this
instance.
- getImplementedServiceIntefaces() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModuleFactory
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getImportedModules() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getIncomingNetwork() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a pair of switch port and VLAN ID which indicates the incoming
network.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveMatchTask
-
Return the index number for the target flow match.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.SetMatchTask
-
Return the target match index.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.routing.RemoveMapTask
-
Return the index number for the target path map.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.routing.SetMapTask
-
Return the target map index.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return an index number assigned to this path map.
- getIndex(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Return the path map index in the given instance identifier.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveFilterTask
-
Return the index number for the target flow filter.
- getIndex() - Method in class org.opendaylight.vtn.manager.internal.vnode.SetFilterTask
-
Return the target flow filter index.
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.remove.flow.condition.match.output.RemoveMatchResultBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchKey
-
- getIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowMatchResult
-
The index value that specifies the flow match in the flow condition.
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey
-
- getIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult
-
One of flow filter indicies specified by the RPC input.
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey
-
- getIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapResult
-
The index value that specifies the flow match in the flow condition.
- getIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnIndex
-
The index value that determines the order of elements in a list.
- getIndices() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInput
-
A list of flow filter index numbers to be removed from the flow filter list
specified by the RPC input.
- getIndices() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getInet4Packet() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return an
Inet4Packet
instance which represents the IPv4 packet
in the payload.
- getInetAddress(int) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Create an
InetAddress
instance which represents the IPv4 address
specified by the given integer value.
- getInetAddress(byte[]) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
InetAddress
instance which represents the IP address
specified by the given byte array.
- getInetAddress(String) - Static method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Create an
InetAddress
instance which represents the IP address
specified by the given string.
- getInetAddress() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return an
InetAddress
instance which represents the IP network
address.
- getInetHeader() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.PacketHeader
-
Returns an
InetHeader
instance which describes an IP header.
- getInetHeader() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Returns an
InetHeader
instance which describes an IP header.
- getInetMask(int) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an
InetAddress
instance which represents the IPv4 netmask
specified by the given prefix length.
- getInetMatch() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Return the condition against IP header.
- getInetProtocol(IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Return an IP protocol number assigned to this protocol.
- getInetProtocol(IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
Return an IP protocol number assigned to this protocol.
- getInetProtocol() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Return the IP protocol specified by this match.
- getInetProtocol(IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Return an IP protocol number assigned to this protocol.
- getInetProtocol(IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Return an IP protocol number assigned to this protocol.
- getIngressFlow() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the ingress flow entry of the data flow.
- getIngressHop(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return a
VNodeHop
instance that indicates the packet was mapped
by the port mapping.
- getIngressHop(EtherAddress, int) - Method in interface org.opendaylight.vtn.manager.internal.vnode.VirtualMapNode
-
Return a
VNodeHop
instance that represents the ingress virtual
node in the virtual packet route.
- getIngressHop(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Return a
VNodeHop
instance that indicates the packet was mapped
by the MAC mapping.
- getIngressHop(EtherAddress, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return a
VNodeHop
instance that indicates the packet was mapped
by the VLAN mapping.
- getIngressMatchKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a string which represents the condition configured in the ingress
flow entry.
- getIngressMatchKey() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.VTNDataFlow
-
Return a string which represents the condition configured in the ingress
flow entry.
- getIngressMatchKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return a string which represents the condition configured in the ingress
flow entry.
- getIngressPath() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the path to the virtual node which maps the ingress flow.
- getIngressPort() - Method in class org.opendaylight.vtn.manager.internal.packet.PacketInEvent
-
Return a
SalPort
instance which specifies the ingress switch
port.
- getIngressPort(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils
-
Return the ingress switch port configured in the given MD-SAL match.
- getIngressPort() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a
SalPort
instance corresponding to the ingress switch
port.
- getIngressPortName() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the name of the ingress switch port.
- getInitialFlowId() - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Return the initial value of the VTN flow ID.
- getInitialValue() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualElement
-
Return the initial data read from the MD-SAL datastore.
- getInitTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return the number of milliseconds to wait for another controller in the
cluster to complete initialization.
- getInitTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return the number of milliseconds to wait for another controller in the
cluster to complete initialization.
- getInitTimeout() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return the number of milliseconds to wait for another controller in the
cluster to complete initialization.
- getInitTimeout() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
The number of milliseconds to wait for another controller in the cluster to
complete initialization.
- getInitTimeout() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getInput() - Method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcInvocation
-
Return the RPC input.
- getInputFilters() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge
-
Return a list of input flow filters.
- getInputFilters() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVInterface
-
Return a list of input flow filters.
- getInputFilters() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant
-
Return a list of input flow filters.
- getInputForLog() - Method in class org.opendaylight.vtn.manager.internal.packet.TransmitPacketRpc
-
Return an object that indicates an RPC input.
- getInputForLog() - Method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcInvocation
-
Return an object that indicates an RPC input.
- getInputForLog() - Method in interface org.opendaylight.vtn.manager.internal.util.rpc.RpcRequest
-
Return an object that indicates an RPC input.
- getInstance(StatsReaderService, int) - Static method in class org.opendaylight.vtn.manager.internal.flow.stats.FlowStatsReader
-
Return a flow statistics reader.
- getInstance() - Static method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionConverter
-
Return the single global instance.
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getInstance() - Static method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getInstructions() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getInt(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the value of the specified field as an integer.
- getInterfaceId(Port) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Return the virtual interface ID configured in the specified by the
neutron port.
- getInterfaceName() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the virtual interface configured in this instance.
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getInterfaceName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields
-
The name of the virtual interface. - If the virtual interface specified by this
model is attached to a vBridge, the name of the vBridge is set to `bridge-name'
field. - If the virtual interface specified by this model is attached to a
vTerminal, the name of the vTerminal is set to `terminal-name' field. - This
field is omitted if the virtual node specified by this model is not a virtual
interface.
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getInterfaceName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getInterfaceNameString() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the virtual interface configured in this instance.
- getInterfaces() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlAbstractBridge
-
Return a list of virtual interface configurations.
- getInterSwitchLinkChange() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent
-
Return a
Boolean
value which describes the change of
inter-switch link state.
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnAclType
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType
-
- getIntValue() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType
-
- getInvalidCostException(Long, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the given link cost
valud is invalid.
- getInvalidDefaultCostException(Long, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the given default cost
valud is invalid.
- getInvalidMapIndexException(Integer, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Return a new
RpcException
that indicates the given path map
index is invalid.
- getInvalidOperationException(VtnUpdateOperationType) - Static method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils
-
- getInvalidPolicyIdException(Integer, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the given path policy
ID is invalid.
- getInventoryReader() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the inventory reader associated with the current MD-SAL datastoren
transaction.
- getIp4Network(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the value of the specified field as an IPv4 address.
- getIpAddress() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an IpAddress
instance which represents this instance.
- getIpAddress() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return an IpAddress
instance which represents this instance.
- getIpAddresses() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Return a list of IpAddress
instances associated with this
MAC address table entry.
- getIpAddresses() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return a list of IpAddress
instances associated with this
MAC address table entry.
- getIpAddresses() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry
-
Return a list of IpAddress
instances associated with this
MAC address table entry.
- getIpAddresses() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getIpAddresses() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getIpAddresses() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacEntry
-
A set of IP addresses detected inside Ethernet frame where the MAC address was
detected.
- getIpDscp(Dscp) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the IP DSCP field value configured in the given Dscp
instance.
- getIpNetworkSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Return a set of
IpNetwork
instances associated with this
MAC address table entry.
- getIpNetworkSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return a set of
IpNetwork
instances associated with this
MAC address table entry.
- getIpNetworkSet() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry
-
Return a set of
IpNetwork
instances associated with this
MAC address table entry.
- getIpNetworkType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Return a class to represent an IP address.
- getIpNetworkType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return a class to represent an IP address.
- getIpPrefix() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an IpPrefix
instance which represents this instance.
- getIpPrefix() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return an IpPrefix
instance which represents this instance.
- getIpProbeCount() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry
-
The number of IP address probe request.
- getIpProbeCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getIpVersion() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Return An IpVersion
instance which describes the IP version.
- getIpVersion() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return An IpVersion
instance which describes the IP version.
- getJaxbBulkFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbFlowModTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbInitTimeout() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbL2FlowPriority() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbMaxRedirections() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbTopologyWait() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getJaxbValue() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
- getKey(T) - Method in class org.opendaylight.vtn.manager.internal.util.CacheMap
-
Return a key in the given raw data.
- getKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the key assocaited with the VTN data flow in the MD-SAL
datastore.
- getKey() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.VTNDataFlow
-
Return the key assocaited with the VTN data flow in the MD-SAL
datastore.
- getKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return the key assocaited with the VTN data flow in the MD-SAL
datastore.
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlows
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlows
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceList
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowed
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDenied
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMapping
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMapping
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getKey() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal
-
Returns Primary Key of Yang List Type
- getKey() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getKeys(XmlConfigFile.Type) - Static method in class org.opendaylight.vtn.manager.internal.util.XmlConfigFile
-
Return a list of valid map keys saved in the configuration directory.
- getL2FlowPriority() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return priority value for layer 2 flow entries.
- getL2FlowPriority() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return priority value for layer 2 flow entries.
- getL2FlowPriority() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return priority value for layer 2 flow entries.
- getL2FlowPriority() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
Priority value of layer 2 flow entries.
- getL2FlowPriority() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getL4Packet() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a
L4Packet
instance which represents layer 4 protocol
data.
- getLayer4Header() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.PacketHeader
-
Returns a
Layer4Header
instance which describes a layer 4
protocol header.
- getLayer4Header() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Returns a
Layer4Header
instance which describes a layer 4
protocol header.
- getLayer4Match() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Return the condition against layer 4 protocol header.
- getLength() - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Gets the stored length of UDP packet.
- getLinkId(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return a MD-SAL inter-switch link ID in the given instance identifier.
- getLinkId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink
-
The identifier of the inter-switch link.
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkKey
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkKey
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- getLinkId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey
-
- getLinkId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnLinkInfo
-
The identifier of the inter-switch link.
- getLinkSpeed(PortFeatures) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Determine the link speed from the current port feature.
- getListId() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList
-
Return the identifier for this flow filter list.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.config.ConfigListener
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.config.OperationalListener
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.flow.stats.SalFlowIdResolver
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.inventory.NodeConnectorListener
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.inventory.NodeListener
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.inventory.StaticTopologyManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.inventory.TopologyListener
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.packet.VTNPacketService
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.routing.PathMapManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.CloseableContainer
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNDropFilter
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNPassFilter
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNRedirectFilter
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.util.log.FixedLogger
-
Return the logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridge
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeInterface
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualElement
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTenant
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTenantManager
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTerminal
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTerminalInterface
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return a logger instance.
- getLogger() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModule
-
- getLogLevel() - Method in class org.opendaylight.vtn.manager.internal.util.log.FixedLogger
-
Return the logging level.
- getMacAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Return the MAC address to be set as a MacAddress
instance.
- getMacAddress() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Return a MD-SAL MAC address.
- getMacAddress() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveMacTask
-
Return the target MAC address.
- getMacAddress() - Method in class org.opendaylight.vtn.manager.util.EtherAddress
-
Return a MacAddress
instance which represents this ethernet
address.
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSourceBuilder
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getMacAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost
-
MAC address actually mapped to the vBridge.
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostKey
-
- getMacAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHost
-
MAC address of the host.
- getMacAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult
-
One of the MAC address specified by the RPC input.
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getMacAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryKey
-
- getMacAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacEntry
-
A string representation of a learned MAC address.
- getMacAddresses() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInput
-
A list of MAC addresses to be searched.
- getMacAddresses() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- getMacAddresses() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInput
-
A list of MAC addresses to be removed from the MAC address table in the
specified vBridge.
- getMacAddresses() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- getMacAddressTable() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- getMacAddressTable() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacTableList
-
MAC address table keeps MAC address information learned by a vBridge.
- getMacEntryPath(BridgeIdentifier<Vbridge>, MacAddress) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Create an instance identifier that specifies the MAC address table
entry for the specified MAC address learned by the specified vBridge.
- getMacMap() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge
-
Return a MAC mapping configuration if present.
- getMacMap() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMappable
-
Describes information about MAC mapping, which maps hosts specified by MAC
address and VLAN ID to a vBridge.
- getMacMap() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getMacMapAllowed(ReadTransaction, MacVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return an entry of the mac-map-allowed list that maps the specified host
by MAC mapping.
- getMacMapAllowed() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings
-
Describes layer 2 host mapped by MAC mapping.
- getMacMapAllowed() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- getMacMapConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder
-
- getMacMapConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapInfo
-
The container which contains configuration for MAC mapping.
- getMacMapDenied() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings
-
Describes layer 2 host not to be mapped by MAC mapping.
- getMacMapDenied() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- getMacMappedHost(GetMacMappedHostInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Get a list of hosts where mapping is actually active based on
MAC mapping configured in the specified vBridge.
- getMacMappedHost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo
-
An int64 value which represents the layer 2 host mapped by a MAC mapping.
- getMacMappedHost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder
-
- getMacMappedHost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutput
-
A list of host information mapped to the specified vBridge by MAC mapping.
- getMacMappedHost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- getMacMappedHost(GetMacMappedHostInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapService
-
Get a list of hosts where mapping is actually active based on MAC mapping
configured in the specified vBridge.
- GetMacMappedHostFuture - Class in org.opendaylight.vtn.manager.internal.vnode
-
GetMacMappedHostFuture
describes a future associated with the task
that implements get-mac-mapped-host RPC.
- GetMacMappedHostFuture(TxContext, GetMacMappedHostInput) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.GetMacMappedHostFuture
-
Construct a new instance.
- GetMacMappedHostInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container input {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf-list mac-addresses {
type mac-address;
}
uses vbridge-path-fields;
}
The schema path to identify an instance is
vtn-mac-map/get-mac-mapped-host/input
To create instances of this class use
GetMacMappedHostInputBuilder
.
- GetMacMappedHostInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- GetMacMappedHostInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- GetMacMappedHostInputBuilder(VbridgePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- GetMacMappedHostInputBuilder(GetMacMappedHostInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- GetMacMappedHostOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container output {
leaf configured {
type boolean;
}
list mac-mapped-host {
key leaf mac-address {
type mac-address;
}
leaf vlan-id {
type uint16;
}
leaf-list ip-addresses {
type ip-address;
}
leaf node {
type node-id;
}
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vtn-mac-entry;
}
}
The schema path to identify an instance is
vtn-mac-map/get-mac-mapped-host/output
To create instances of this class use
GetMacMappedHostOutputBuilder
.
- GetMacMappedHostOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- GetMacMappedHostOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- GetMacMappedHostOutputBuilder(GetMacMappedHostOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- getMacMapStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder
-
- getMacMapStatus() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapInfo
-
The container which contains runtime status information about MAC mapping.
- getMacTableEntry() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- getMacTableEntry() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacTableEntry
-
MAC address information learned by a vBridge.
- getMacTablePath(BridgeIdentifier<Vbridge>) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Create an instance identifier that specifies the MAC address table for
the specified vBridge.
- getMacTables() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacTableData
-
The root container of all the MAC address tables for vBridges.
- getMajor() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion
-
The major component of the OSGi bundle version identifier.
- getMajor() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- getManagerVersion() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return the version information of the VTN Manager.
- getManagerVersion() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.VtnVersionService
-
Return the version information of the VTN Manager.
- GetManagerVersionOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901
-
This class represents the following YANG schema fragment defined in module
vtn-version
container output {
leaf api-version {
type uint32;
}
container bundle-version {
leaf major {
type uint32;
}
leaf minor {
type uint32;
}
leaf micro {
type uint32;
}
leaf qualifier {
type string;
}
}
}
The schema path to identify an instance is
vtn-version/get-manager-version/output
To create instances of this class use
GetManagerVersionOutputBuilder
.
- GetManagerVersionOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901
-
- GetManagerVersionOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- GetManagerVersionOutputBuilder(GetManagerVersionOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- getMapCleaner(String) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualMapRegistry
-
Return a
MapCleaner
instance associated with the specified VTN.
- getMapId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Return an identifier assigned to the VLAN mapping.
- getMapId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Return an identifier for this VLAN mapping.
- getMapId() - Method in class org.opendaylight.vtn.manager.internal.vnode.DeleteVlanMapTask
-
Return an identifier string for the target VLAN mapping.
- getMapId() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return the mapping identifier assigned to this VLAN mapping.
- getMapId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutput
-
The identifier assigned to newly configured VLAN mapping.
- getMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutputBuilder
-
- getMapId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutput
-
The identifier assigned to the VLAN mapping whose configuration exactly matches
the configuration specified by the RPC input.
- getMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- getMapId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResult
-
One of VLAN mapping ID specified by the RPC input.
- getMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder
-
- getMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- getMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey
-
- getMapId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapInfo
-
The identifier assigned to the VLAN mapping, which is unique in the vBridge.
- getMapIds() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInput
-
A list of VLAN mapping IDs to be removed from the specified vBridge.
- getMapIds() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- getMapIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInput
-
A list of path map indices to be removed from the path map configuration
specified by `tenant-name' field.
- getMapIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInputBuilder
-
- getMapPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Return a string representation of
VNodeIdentifier
instance that
specifies the virtual mapping corresponding to this entry.
- getMapPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return a string representation of
VNodeIdentifier
instance that
specifies the virtual mapping corresponding to this entry.
- getMapPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry
-
Return a string representation of
VNodeIdentifier
instance that
specifies the virtual mapping corresponding to this entry.
- getMappedHost(VirtualNodePath) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Return the L2 host mapped by the MAC mapping configured in the
specified virtual-node-path.
- getMappedHost() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Return information about a host mapped by a MAC mapping.
- getMappedHost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatusBuilder
-
- getMappedHost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapStatus
-
A list of MAC addresses actually mapped to the vBridge.
- getMappedPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- getMappedPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnMappableVinterfaceStatus
-
A physical switch port actually mapped by the port mapping.
- getMappedVlan(SalPort) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return a
PortVlan
instance that indicates the VLAN mapped by
the port mapping.
- getMapping(TxContext, EtherAddress, SalPort, int) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return the identifier for the virtual network mapping which maps the
specified host.
- getMapping(TxContext, PortVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return the identifier for the virtual network mapping which reserves the
specified VLAN on a swtich port.
- getMapping(TxContext, MacVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return the identifier for the MAC mapping which maps the specified host.
- getMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder
-
- getMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListKey
-
- getMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- getMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- getMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- getMapping() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMapReferenceField
-
Describes a virtual network mapping.
- getMapReferenceList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- getMapReferenceList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMapReferenceList
-
Describes a virtual network mapping.
- getMapState(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridge
-
Return the state of the virtual mapping configured to this bridge.
- getMapState(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Return the state of the virtual mapping configured to this bridge.
- getMapState(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTerminal
-
Return the state of the virtual mapping configured to this bridge.
- getMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getMatchFlows() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
A list of flow IDs indexed by flow condition keys.
- getMatchFlows() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getMatchIndex() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInput
-
A list of match indices to be removed from the flow condition specified by the
`name' field.
- getMatchIndex() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInputBuilder
-
- getMatchIndexMissingException() - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return a new
RpcException
that indicates the flow match index
is missing.
- getMaxPolls() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureCallbackTask
-
Return the maximum number of future pollings.
- getMaxPrefix() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return the maximum length of the network prefix.
- getMaxPrefix() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return the maximum length of the network prefix.
- getMaxRedirections() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return the maximum number of packet redirections per a flow.
- getMaxRedirections() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return the maximum number of packet redirections per a flow.
- getMaxRedirections() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the maximum number of flow redirections.
- getMaxRedirections() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return the maximum number of packet redirections per a flow.
- getMaxRedirections() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
The maximum number of virtual node hops per a flow (the maximum number of packet
redirections by REDIRECT flow filter per a flow).
- getMaxRedirections() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getMaxRetry() - Method in class org.opendaylight.vtn.manager.internal.flow.add.PutFlowTxTask
-
Return the number of times for retrying transaction.
- getMaxRetry() - Method in class org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask
-
Return the number of times for retrying transaction.
- getMdAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Return the IP address to be set as an Address
instance.
- getMdAddress() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return a MD-SAL IP address which represents this network address.
- getMdAddress() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return a MD-SAL IP address which represents this network address.
- getMicro() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion
-
The micro component of the OSGi bundle version identifier.
- getMicro() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- getMinor() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion
-
The minor component of the OSGi bundle version identifier.
- getMinor() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- getMissingArgumentException(String) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies an missing element
in the request.
- getMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
Specifies behavior of this operation.
- getMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModelBindingProvider
-
- getModuleInfo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModelBindingProvider
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getModuleSourceStream() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.vtn.manager.internal.packet.TransmitPacketRpc
-
Return the name of the RPC.
- getName() - Method in class org.opendaylight.vtn.manager.internal.util.flow.AddFlowRpc
-
Return the name of the RPC.
- getName(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return the name of the flow condition configured in the given
instance identifier.
- getName() - Method in class org.opendaylight.vtn.manager.internal.util.flow.GetFlowStatsRpc
-
Return the name of the RPC.
- getName() - Method in class org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpc
-
Return the name of the RPC.
- getName() - Method in class org.opendaylight.vtn.manager.internal.util.flow.SendBarrierRpc
-
Return the name of the RPC.
- getName() - Method in interface org.opendaylight.vtn.manager.internal.util.rpc.RpcRequest
-
Return the name of the RPC.
- getName() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVNode
-
Return the name of the virtual node.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInput
-
The name of the flow condition to be removed.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInputBuilder
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInput
-
The name of the flow condition to be removed.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInputBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInput
-
The name of the target flow condition.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowCondConfig
-
The name of the flow condition.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnPortInfo
-
Human readable name of the switch port.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnInfo
-
The name of the VTN.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnAclType
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType
-
Returns the name of the enumeration item as it is specified in the input yang.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable
-
The name of the VTN.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable
-
The name of the vBridge associated with this MAC address table.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableKey
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeInfo
-
The name of the vBridge.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceInfo
-
The name of the virtual interface.
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey
-
- getName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalInfo
-
The name of the vTerminal.
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getNamespace() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getNetMask(int) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an integer value which represents the IPv4 netmask specified by
the given prefix length.
- getNetMask() - Method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an integer value which represents the network mask.
- getNetworkAddress(InetAddress, int) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Create an IPv4 network address from the given IPv4 address and
prefix length.
- getNetworks() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Return an unmodifiable set of
PortVlan
instances corresponding
to VLAN where MAC mapping is activated.
- getNewEntry() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Return the MAC address table entry to be put into the MD-SAL datastore.
- getNewEntry() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return the MAC address table entry to be put into the MD-SAL datastore.
- getNewEntry() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry
-
Return the MAC address table entry to be put into the MD-SAL datastore.
- getNextFlowId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowImplData
-
Container that keeps flow identifier for the next allocation.
- getNextId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowId
-
A data flow identifier for the next allocation.
- getNextId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowIdBuilder
-
- getNode() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation
-
Return the identifier of the node associated with the RPC invocation.
- getNode() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeVlan
-
Return the node associated with the physical switch.
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
Identifier for a physical switch.
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.PhysicalRouteInfo
-
Identifier for a physical switch.
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows
-
Identifier for a switch.
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowEntryInfo
-
Identifier for a physical switch.
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapConfig
-
Identifier for a physical switch to be mapped.
- getNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortLocation
-
Identifier for a physical switch.
- getNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getNodeConnectorId(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return a MD-SAL node connector ID in the given instance identifier.
- getNodeConnectorId() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a NodeConnectorId
instance corresponding to this
instance.
- getNodeConnectorIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return an instance identifier that specifies MD-SAL node instance.
- getNodeConnectorKey() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a NodeConnectorKey
instance corresponding to this
instance.
- getNodeConnectorRef() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a NodeConnectorRef
instance corresponding to this
instance.
- getNodeFlows() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
A list of VTN data flow IDs indexed by related switch.
- getNodeFlows() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getNodeId(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return a MD-SAL node ID in the given instance identifier.
- getNodeId() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return a NodeId
instance corresponding to this instance.
- getNodeId() - Method in class org.opendaylight.vtn.manager.neutron.impl.OfNode
-
Return a NodeId
instance that specifies the same OpenFlow switch
as this instance.
- getNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier that specifies MD-SAL node instance.
- getNodeIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier builder that contains an instance
identifier for a MD-SAL node.
- getNodeKey() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return a NodeKey
instance corresponding to this instance.
- getNodeNumber() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return a node number.
- getNodeNumber() - Method in class org.opendaylight.vtn.manager.neutron.impl.OfNode
-
Return the node number.
- getNodeRef() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return a NodeRef
instance corresponding to this instance.
- getNodeRpcWatcher() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation
-
Return the node RPC watcher.
- getNodeVlan() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Return a
NodeVlan
instance which specifies the target VLAN.
- getNonNullValue(T, T) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Ensure that the given value is not null
.
- getNoRedirectDestinationException() - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Return an exception that indicates the destination of redirect flow
filter is missing.
- getNoSwitchPortException() - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates no switch port is
specified.
- getNotFoundException(InstanceIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return a new
RpcException
that indicates the specified flow
condition is not present.
- getNotFoundException(String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return a new
RpcException
that indicates the specified flow
condition is not present.
- getNotFoundException(String, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return a new
RpcException
that indicates the specified flow
condition is not present.
- getNotFoundException(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the specified path
policy is not present.
- getNotFoundException(Integer, Throwable) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the specified path
policy is not present.
- getNotFoundException(String) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies an missing data
object.
- getNotFoundException(String, Throwable) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which notifies an missing data
object.
- getNotFoundException() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an exception that indicates the virtual node specified by this
instance is not present.
- getNotFoundException(String) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return a new
RpcException
that indicates the virtual node
is not present.
- getNotFoundException(String, Throwable) - Method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Return a new
RpcException
that indicates the virtual node
is not present.
- getNullArgumentException(String) - Static method in exception org.opendaylight.vtn.manager.internal.util.rpc.RpcException
-
Return a new
RpcException
which indicates a
null
is
specified as argument unexpectedly.
- getNullInputException() - Static method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils
-
Return a new
RpcException
that indicates the RPC request has
failed due to null RPC input.
- getNullMapIndexException() - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Return a new
RpcException
that indicates the path map ID is
missing.
- getNullPathCostException() - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the path cost
configuration is null.
- getNullPolicyIdException() - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Return a new
RpcException
that indicates the path policy ID
is missing.
- getNullPortDescException() - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils
-
Return a new
RpcException
that indicates the port descriptor
is null.
- getOldValue() - Method in class org.opendaylight.vtn.manager.internal.util.ChangedData
-
Return the data object prior to the change.
- getOpCode() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the opCode from stored ARP header.
- getOpenflowVersion(FlowCapableNodeConnector) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Estimate the OpenFlow protocol version from the given
NodeConnector
instance.
- getOpenflowVersion(ReadTransaction, SalNode) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return the OpenFlow protocol version used by the specified switch.
- getOpenflowVersion() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- getOpenflowVersion() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodeInfo
-
Estimated OpenFlow protocol version currently used on the secure channel.
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInput
-
Describes how to update the specified flow condition if it already exists.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInput
-
Describes how to update the specified access control list in the MAC mapping
configuration.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInput
-
Describes how to update the specified MAC mapping.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInput
-
Describes how to update the specified path policy if it already exists.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput
-
Describes how to update the existing VTN specified by `tenant-name'.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput
-
Describes how to update the existing vBridge specified by `tenant-name' and
`bridge-name'.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput
-
Describes how to update the existing virtual interface specified by the RPC
input.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getOperation() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInput
-
Describes how to update the existing vTerminal specified by `tenant-name' and
`terminal-name'.
- getOperation() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getOptions() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the Options stored.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.flow.add.FlowAddQueue
-
Return an integer that determines the order of execution.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue
-
Return an integer that determines the order of execution.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.packet.PacketOutQueue
-
Return an integer that determines the order of execution.
- getOrder() - Method in interface org.opendaylight.vtn.manager.internal.TxHook
-
Return an integer that determines the order of execution.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction
-
Return the order value assigned to this action.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.vnode.MacMapStatusReader
-
Return an integer that determines the order of execution.
- getOrder() - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeReader
-
Return an integer that determines the order of execution.
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionKey
-
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getOrder() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryKey
-
- getOriginalVlan() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the VLAN ID in the original Ethernet frame.
- getOutGroup() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getOutPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getOutputFilters() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge
-
Return a list of output flow filters.
- getOutputFilters() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVInterface
-
Return a list of output flow filters.
- getOutputPort(List<Action>) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionUtils
-
Return the output port configured in the given action list.
- getOutputPort() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNOutputAction
-
Return the output swich port.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.ClearFlowConditionTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowConditionTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.RemoveFlowMatchTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowConditionTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.SetFlowMatchTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.FlowCountFuture
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.ClearPathMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.ClearPathPolicyTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathCostTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.RemovePathPolicyTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathCostTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.routing.SetPathPolicyTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in interface org.opendaylight.vtn.manager.internal.util.rpc.RpcOutputGenerator
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.AddVlanMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearFlowFilterTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearMacEntryTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.ClearVlanMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.GetMacMappedHostFuture
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.GetVlanMapFuture
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveFlowFilterTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveMacEntryTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemovePortMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVirtualNodeTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVlanMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.SetFlowFilterTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapAclTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.SetMacMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.SetPortMapTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVbridgeTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVterminalTask
-
Return a class which indicates the type of the RPC output.
- getOutputType() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVtnTask
-
Return a class which indicates the type of the RPC output.
- getOvsdbBridgeName() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronConfig
-
Return the name of the OVS bridge.
- getOvsdbBridgeName() - Method in class org.opendaylight.vtn.manager.neutron.impl.OVSDBEventHandler
-
Return the name of the interface bridge in the OVS.
- getOvsdbFailMode() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronConfig
-
Return the OVSDB failmode.
- getOvsdbPortName() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronConfig
-
Return the name of the port in the OVS bridge.
- getOvsdbProtocol() - Method in class org.opendaylight.vtn.manager.neutron.impl.NeutronConfig
-
Return the OpenFlow protocol used by the OVS.
- getOwnershipState(Entity) - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return the current ownership state information about the given entity.
- getOwnershipState(Entity) - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return the current ownership state information about the given entity.
- getPacket() - Method in interface org.opendaylight.vtn.manager.internal.packet.cache.CachedPacket
-
- getPacket() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return an
Ethernet
instance configured in this instance.
- getPacket() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Return a
ICMP
instance configured in this instance.
- getPacket() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return an
IPv4
instance configured in this instance.
- getPacket() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
- getPacketCount() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.AveragedFlowStatsFields
-
The averaged number of packets per second forwarded by the flow entry.
- getPacketCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- getPacketCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- getPacketCount() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getPacketForWrite() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return a
PortPacket
instance to set modified values.
- getParentBridge() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
- getParentIdentifier() - Method in class org.opendaylight.vtn.manager.internal.vnode.UpdateVinterfaceTask
-
Return the identifier for the parent bridge.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgeNodeFlowRemover
-
Return the path to the node flow index.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.IndexFlowRemover
-
Return the path to the flow index to be removed.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.NodeFlowRemover
-
Return the path to the node flow index to be removed.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PortFlowRemover
-
Return the path to the port flow index to be removed.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PortIndexFlowRemover
-
Return the path to the port flow index.
- getPath(VtnFlowTableKey) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantIndexFlowRemover
-
Return the path to the flow index to be removed.
- getPath() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition
-
Return the path to this flow condition.
- getPath() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VNodeHop
-
Return the location of the virtual node.
- getPath(PortVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return path to the port mapping associated with the given pair of
switch port and VLAN ID.
- getPath(NodeVlan) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return path to the VLAN mapping associated with the given pair of
switch and VLAN ID.
- getPathCostList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInput
-
Pairs of the switch port descriptors and link cost configuratins to be applied
to the path policy specified by `id'.
- getPathCostList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- getPathFaults() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- getPathFaults() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnBridgeStatus
-
The number of path faults detected inside the virtual bridge node.
- getPathMapList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInput
-
A list of `vtn-path-map-config' to be applied to the path map configuration.
- getPathMapList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- getPathMaps() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant
-
Return a list of VTN path map configurations.
- getPathPolicyId() - Method in interface org.opendaylight.vtn.manager.internal.RouteResolver
-
Return the identifier of the path policy associated with this
route resolver.
- getPathPolicyId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getPathPolicyId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnDataFlowFields
-
Path policy identifier that determined the packet route of this data flow.
- getPathPolicyIds() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PathPolicyFlowRemover
-
Return a set of the target path policy identifiers.
- getPathString(FlowFilterListId) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return a string that indicates this flow filter.
- getPayload() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the payload in the Ethernet frame.
- getPayload() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the packet encapsulated by this packet.
- getPcp() - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Gets the priority code point(PCP) stored.
- getPeer() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink
-
The identifier of the peer switch port of the link.
- getPeer() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- getPhysicalEgressPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.PhysicalRouteInfo
-
Identifier for the switch port to which the packet is sent.
- getPhysicalEgressPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- getPhysicalIngressPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.PhysicalRouteInfo
-
Identifier for the switch port where the packet is received.
- getPhysicalIngressPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- getPhysicalRoute(InventoryReader) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a list of
PhysicalRoute
instances which indicates the
physical route of the data flow.
- getPhysicalRoute() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getPhysicalRoute() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowInfo
-
A sequence of `physical-route-info' which represents the packet route in the
physical network.
- getPolicy() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap
-
Return the identifier of the path policy which determines the route of
packets.
- getPolicy() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- getPolicy() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- getPolicy() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapConfig
-
The identifier of the path policy which determines the route of packets.
- getPort() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Return the port number to be set.
- getPort() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.L2Host
-
Return a
SalPort
instance corresponding to a switch port.
- getPort() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.PortVlan
-
Return a
SalPort
instance associated with the physical switch
port.
- getPort() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return the physical switch port where the MAC address was detected.
- getPort(MacVlan) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Determine the switch port where the specified host was detected.
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- getPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnPortActionFields
-
Describes the port number to be set.
- getPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows
-
Identifier for a switch port.
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey
-
- getPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort
-
The switch port identifier which specifies the switch port to be treated as edge
port.
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- getPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey
-
- getPortDesc() - Method in class org.opendaylight.vtn.manager.internal.routing.RemoveCostTask
-
Return the target switch port descriptor.
- getPortDesc() - Method in class org.opendaylight.vtn.manager.internal.routing.SetCostTask
-
Return the target switch port descriptor.
- getPortDesc() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathCost
-
Return the location of the physical switch port.
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder
-
- getPortDesc() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInput
-
A list of switch port descriptors to be removed from the path policy
configuration specified by the `id' field.
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder
-
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder
-
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- getPortDesc() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey
-
- getPortDesc() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathCostConfig
-
Describes the location of the physical switch port.
- getPortDesc() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPortDescResult
-
Describes the location of the physical switch port.
- getPortFlows() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
A list of VTN data flow IDs indexed by related switch port.
- getPortFlows() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getPortFrom() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Return the minimum (inclusive) value in the range of port numbers
to match against packets.
- getPortFrom() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpDestinationRangeBuilder
-
- getPortFrom() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder
-
- getPortFrom() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpDestinationRangeBuilder
-
- getPortFrom() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder
-
- getPortFrom() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnPortRange
-
The minimum value (inclusive) in the range of port numbers to match against
packets.
- getPortId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return the target switch port identifier.
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getPortId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost
-
An identifier for a physical switch port where the MAC address is detected.
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- getPortId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort
-
Identifier for a switch port in the physical switch.
- getPortId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getPortLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- getPortLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnPortInfo
-
A list of inter-switch links.
- getPortLinkIdentifier(LinkId) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return an instance identifier that specifies a link connected to the
switch port corresponding to this instance.
- getPortMap() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVInterface
-
Return a port mapping configuration if present.
- getPortMapConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMappable
-
The container which contains port mapping configuration, which maps a physical
switch port to a virtual interface in a virtual node.
- getPortMapConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getPortMapping() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings
-
Describes VLAN network on a switch port mapped by port mapping or MAC mapping.
- getPortMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- getPortName() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return the name of the target switch port.
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- getPortName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfig
-
Name of the interface to be added as port to the OVS bridge.
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- getPortName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort
-
The name of the switch port.
- getPortName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getPortNumber() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Return the port number to be set as a PortNumber
instance.
- getPortNumber(VtnPortActionFields) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
- getPortNumber() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a port number.
- getPortNumber(PortNumber) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the port number configured in the given PortNumber
instance.
- getPortNumberFrom() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Return the minimum (inclusive) value in the range of port numbers
to match against packets.
- getPortNumberTo() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Return the maximum (inclusive) value in the range of port numbers
to match against packets.
- getPortState(VtnPort) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return the state of the given switch port.
- getPortState() - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the state of the physical switch port mapped to this virtual
interface.
- getPortTo() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Return the maximum (inclusive) value in the range of port numbers
to match against packets.
- getPortTo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpDestinationRangeBuilder
-
- getPortTo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder
-
- getPortTo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpDestinationRangeBuilder
-
- getPortTo() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder
-
- getPortTo() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnPortRange
-
The maximum value (inclusive) in the range of port numbers to match against
packets.
- getPortVlan(long) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Determine the VLAN associated with the specified MAC address in the
MAC mapping.
- getPrefixLength(byte[]) - Static method in class org.opendaylight.vtn.manager.util.Ip4Network
-
Return an IPv4 prefix length represented by the given byte array.
- getPrefixLength() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return the length of network prefix.
- getPriority() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Return the VLAN priority to be set.
- getPriority() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getProtocol() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return the IP protocol number.
- getProtocol() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return the IP protocol number to match against packets.
- getProtocol() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Return the IP protocol number.
- getProtocol() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the protocol value stored.
- getProtocol() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- getProtocol() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields
-
The IP protocol number.
- getProtocol() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfig
-
OpenFlow Protocol 13 or 10.
- getProtocol() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- getProtocolAddressLength() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Get the protocol address length from Protocol header.
- getProtocolType() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the protocol type from the stored ARP header.
- getProvider() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.RemovedDataFlows
-
Return the VTN Manager provider service.
- getProvider() - Method in interface org.opendaylight.vtn.manager.internal.routing.PathMapContext
-
Return the VTN Manager provider.
- getProvider() - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
- getProvider() - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
- getProvider() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the VTN Manager provider.
- getQualifier() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion
-
The qualifier component of the OSGi bundle version identifier.
- getQualifier() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- getRawPayload() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the unparsed payload in the Ethernet frame.
- getRawPayload() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Returns the raw payload carried by this packet in case payload was not
parsed.
- getRawPayloadSize() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the size of the raw payload in this packet.
- getReadSpecific(Class<T>) - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Return read-only data specific to the current transaction.
- getReadSpecific(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
Return read-only data specific to the current transaction.
- getReadTransaction() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader
-
Return read transaction.
- getReadTransaction() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Return read transaction.
- getReadWriteTransaction() - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Return read/write transaction for MD-SAL datastore.
- getReadWriteTransaction() - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
This method always throws an exception because this transaction is
read-only.
- getReason() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VNodeHop
-
Return the reason why the packet is forwarded to the virtual node.
- getReason() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteInfo
-
Describes the reason why the packet is forwarded to the virtual node.
- getReason() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- getRedirectDestination() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- getRedirectDestination() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnRedirectFilterConfig
-
Describes the path to the virtual interface where the specified packets are
forwarded. - The VTN name configured in `tenant-name' field is always ignored.
- getRemains() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.TimeoutCounter
-
Return the number of nanoseconds to wait.
- getRemovedFlows() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoveContext
-
- getRemovedLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdated
-
A list of inter-switch links removed from the packet routing table.
- getRemovedLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder
-
- getRemoveMacEntryResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutput
-
Describes pairs of MAC addresses and operation results.
- getRemoveMacEntryResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutputBuilder
-
- getRemoveMatchResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchOutput
-
Describes pairs of match indices passed to the RPC input and results.
- getRemoveMatchResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchOutputBuilder
-
- getRemovePathCostResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutput
-
Describes pairs of switch port descriptors passed to the RPC input and results.
- getRemovePathCostResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutputBuilder
-
- getRemovePathMapResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutput
-
Describes pairs of path map indices passed to the RPC input and results.
- getRemovePathMapResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutputBuilder
-
- getRemoverDescription() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoveContext
-
Return the description about the flow remover.
- getRemoveVlanMapResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutput
-
Describes pairs of VLAN mapping IDs and operation results.
- getRemoveVlanMapResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutputBuilder
-
- getRequests() - Method in class org.opendaylight.vtn.manager.internal.flow.add.FlowAddQueue
-
Return an unmodifiable collection that contains flow entries in the
queue.
- getRequests() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue
-
Return an unmodifiable collection that contains flow removers in the
queue.
- getReserved() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the reserved field value.
- getResult() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Return the result of the task.
- getResult(long, TimeUnit, Logger) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation
-
Wait for the RPC execution to complete, and return the result.
- getResult(long, TimeUnit, Logger) - Method in class org.opendaylight.vtn.manager.internal.util.rpc.RpcInvocation
-
Wait for the RPC execution to complete, and return the result.
- getReverseStaticLinks(SalPort) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Search for static inter-switch link configurations by the destination
port of the link.
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.$YangModuleInfoImpl
-
- getRevision() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.$YangModuleInfoImpl
-
- getRoute(InventoryReader, SalNode, SalNode) - Method in interface org.opendaylight.vtn.manager.internal.RouteResolver
-
Return the packet route from the source to the destination switch.
- getRouteResolver() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return the packet route resolver associated with the system default
routing policy.
- getRouteResolver(Integer) - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return a packet route resolver.
- getRouteResolver(Integer) - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Return a packet route resolver.
- getRouteResolver() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return route resolver for this packet.
- getRouteResolver() - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return the packet route resolver associated with the system default
routing policy.
- getRouteResolver(Integer) - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return a packet route resolver.
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getRouterName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields
-
The name of the vRouter.
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getRouterName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getRpcs() - Method in class org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpcList
-
Return an unmodifable list of RPC invocations.
- getRpcService(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return an implementation of the specified RPC service.
- getRpcService(Class<T>) - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return an implementation of the specified RPC service.
- getSalFlowId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getSalFlowId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnDataFlowFields
-
MD-SAL flow identifier of the ingress flow entry.
- getSalNode() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent
-
Return a
SalNode
instance that represents the location of
a swtich.
- getSalNode() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a new
SalNode
instance which represents the location of
the swtich to which this switch port belongs.
- getSalPort() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent
-
Return a
SalPort
instance that represents the location of
a swtich port.
- getSenderHardwareAddress() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the sender hardware address from the stored ARP header.
- getSenderIp4Address() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the IPv4 address associated with the source MAC address.
- getSenderProtocolAddress() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the IP address from the stored ARP header.
- getSequenceNumber() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Gets the ICMP sequence number of the current ICMP object instance.
- getSequenceNumber() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP sequence number.
- getSetMatchResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutput
-
Describes pairs of match indices passed to the RPC input and results.
- getSetMatchResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder
-
- getSetPathCostResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutput
-
Describes pairs of switch port descriptors passed to the RPC input and results.
- getSetPathCostResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutputBuilder
-
- getSetPathMapResult() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutput
-
Describes pairs of path map indices passed to the RPC input and results.
- getSetPathMapResult() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder
-
- getShort(String) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Return the value of the specified field as a short integer.
- getSource() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLink
-
Return the source switch port identifier of the link.
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey
-
- getSource() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchLink
-
The source switch port of the link.
- getSource() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths
-
The source node of the faulted path.
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- getSource() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsKey
-
- getSourceAddress() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the source MAC address.
- getSourceAddress() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Return the source IP address.
- getSourceAddress() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Return the source MAC address to match against packets.
- getSourceAddress() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Return the source MAC address.
- getSourceAddress() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Return the source IP address.
- getSourceAddress() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the source MAC address.
- getSourceAddress() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the source IP address stored.
- getSourceAddress() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getSourceAddress() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnEtherMatchFields
-
The source MAC address.
- getSourceHost() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Return a
MacVlan
instance corresponding to the source L2 host
specified by the RPC input.
- getSourceHost() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the source L2 host of the data flow.
- getSourceHost(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils
-
Return the source L2 host matched by the given MD-SAL match.
- getSourceHostFlows() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
A list of VTN data flow IDs indexed by source host.
- getSourceHostFlows() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getSourceHostFlowsKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return the source L2 host of this data flow.
- getSourceHostFlowsKey() - Method in interface org.opendaylight.vtn.manager.internal.util.flow.VTNDataFlow
-
Return the source L2 host of this data flow.
- getSourceHostFlowsKey() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return the source L2 host of this data flow.
- getSourceHostFlowsKey() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
- getSourceMacAddress(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils
-
Return the source MAC address specified by the given match.
- getSourceMACAddress() - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Gets the source MAC address stored.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return a flow match type corresponding to the source port.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.TcpPacket
-
Return a flow match type corresponding to the source port.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.UdpPacket
-
Return a flow match type corresponding to the source port.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Return a flow match type corresponding to the source port.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Return a flow match type corresponding to the source port.
- getSourceMatchType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Return a flow match type corresponding to the source port.
- getSourceNetwork() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Return the source IP network to match against packets.
- getSourceNetwork() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- getSourceNetwork() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields
-
The IP network to match the source IP address.
- getSourcePort() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Return the source port number.
- getSourcePort() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Return the range of the source port number to match against packet.
- getSourcePort() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge
-
Return the source port of this edge.
- getSourcePort() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader
-
Return the source port number.
- getSourcePort() - Method in class org.opendaylight.vtn.manager.packet.PortPacket
-
Return the source port number configured in this instance.
- getSpecific(Class<T>) - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Return writable data specific to the current transaction.
- getSpecific(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
This method always throws an exception because this transaction is
read-only.
- getStartTime() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.AveragedFlowStatsFields
-
The system time when the measurement period begins.
- getStartTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- getState() - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the current state of this virtual interface.
- getState() - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Return the current state of this virtual bridge.
- getState(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Return the state of this MAC mapping.
- getState() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return the state of this VLAN mapping.
- getState() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- getState() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnBridgeStatus
-
State of the virtual bridge node.
- getState() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- getState() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnMappableVinterfaceStatus
-
State of the virtual interface.
- getStateChange() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent
-
Return a
Boolean
value which describes the change of
running state of the switch port.
- getStaticEdgePort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts
-
A list of switch ports to be treated as edge port.
- getStaticEdgePort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder
-
- getStaticEdgePorts() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology
-
The root container of static edge port configuration.
- getStaticEdgePorts() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- getStaticLink(SalPort) - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Search for a static inter-switch link configuration by the source port
of the link.
- getStaticSwitchLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks
-
A list of inter-switch links to be configured statically.
- getStaticSwitchLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder
-
- getStaticSwitchLinks() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology
-
The root container of static inter-switch link configuration.
- getStaticSwitchLinks() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- getStatsReaderService() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Return the flow statistics reader service.
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.remove.flow.condition.match.output.RemoveMatchResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutputBuilder
-
- getStatus() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnRpcResult
-
Describes the status of the RPC result.
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutputBuilder
-
- getStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutputBuilder
-
- getStatusPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier
-
Return the path to the virtual bridge status.
- getStatusPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier
-
Return the path to the MAC mapping status.
- getStatusPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
Return the path to the virtual interface status.
- getStatusPath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Return the path to the VLAN mapping status.
- getSubTasks() - Method in class org.opendaylight.vtn.manager.internal.util.tx.CompositeTxTask
-
Return an immutable list of sub tasks.
- getTableId(GenericFlowAttributes) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Return the table ID configured in the given MD-SAL flow.
- getTableId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- getTargetHardwareAddress() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the hardware address from the stored ARP header.
- getTargetNode() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return the target switch identifier.
- getTargetNode() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Return the target switch identifier.
- getTargetPath() - Method in class org.opendaylight.vtn.manager.internal.util.tx.AbstractDataTask
-
Return the instance identifier that specifies the target data object
in the MD-SAL datastore.
- getTargetProtocolAddress() - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Gets the target protocol address.
- getTargetType() - Method in class org.opendaylight.vtn.manager.internal.util.AbstractDataChangeListener
-
Return the type of the target data model.
- getTaskCause() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Return a
Throwable
that indicates the cause of failure.
- getTcpDestinationRange() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- getTcpDestinationRange() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnTcpMatchFields
-
The range of TCP destination port number.
- getTcpSourceRange() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- getTcpSourceRange() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnTcpMatchFields
-
The range of TCP source port number.
- getTenantId(BaseAttributes) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Return the virtual tenant ID configured in the specified by the
neutron object.
- getTenantMacTable() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables
-
Keeps a list of MAC address tables for all the vBridges in the VTN.
- getTenantMacTable() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTablesBuilder
-
- getTenantMacTablePath(VNodeIdentifier<?>) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Create an instance identifier that specifies the MAC address table list
the specified VTN.
- getTenantName() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.AbstractReadFlowFuture
-
Return the name of the target VTN.
- getTenantName() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantIndexFlowRemover
-
Return the name of the target VTN.
- getTenantName() - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantScanFlowRemover
-
Return the name of the target VTN.
- getTenantName() - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Return the name of the VTN.
- getTenantName() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the VTN configured in this instance.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInput
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInput
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInput
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInput
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInput
-
The name of the VTN to be removed.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput
-
The name of the VTN to be created or modified.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VbridgePathFields
-
The name of the VTN.
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields
-
The name of the VTN.
- getTenantName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VterminalPathFields
-
The name of the VTN.
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInputBuilder
-
- getTenantName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getTenantNameString() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return the name of the VTN configured in this instance.
- getTenantPath(String) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNManagerService
-
Return an instance identifier that specifies the VTN.
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getTerminalName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields
-
The name of the vTerminal.
- getTerminalName() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VterminalPathFields
-
The name of the vTerminal.
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInputBuilder
-
- getTerminalName() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getTerminals() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant
-
Return a list of vTerminals.
- getText() - Method in class org.opendaylight.vtn.manager.util.EtherAddress
-
Return a hex string which represents this ethernet address.
- getText() - Method in class org.opendaylight.vtn.manager.util.IpNetwork
-
Return a string representation of IP network.
- getTime() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowStatsFields
-
The system time when this flow statistics is derived from the switch.
- getTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- getTime() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordKey
-
- getTimer() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return the global timer.
- getTimer() - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return the global timer.
- getTopologyWait() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Return the number of milliseconds to wait for completion of inter-switch
link detection by topology-manager.
- getTopologyWait() - Method in class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Return the number of milliseconds to wait for completion of inter-switch
link detection by topology-manager.
- getTopologyWait() - Method in interface org.opendaylight.vtn.manager.internal.VTNConfig
-
Return the number of milliseconds to wait for completion of inter-switch
link detection by topology-manager.
- getTopologyWait() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig
-
The number of milliseconds to wait for completion of inter-switch link detection
by topology-manager.
- getTopologyWait() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- getTotalLength() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the total length of the IPv4 packe in bytes.
- getTransaction() - Method in interface org.opendaylight.vtn.manager.internal.TxContext
-
Return read-only transaction for MD-SAL datastore.
- getTransaction() - Method in class org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext
-
Return read-only transaction for MD-SAL datastore.
- getTtl() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the TTL value stored.
- getTxContext() - Method in class org.opendaylight.vtn.manager.internal.flow.reader.AbstractReadFlowFuture
-
Return the context for the MD-SAL datastore transaction.
- getTxContext() - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxEvent
-
Return a runtime context for transaction task.
- getTxContext() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return a MD-SAL datastore transaction context.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Return the ICMP type to be set.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Return a
VNodeType
instance which indicates the type of the
virtual node.
- getType() - Method in enum org.opendaylight.vtn.manager.internal.util.VTNEntityType
-
Return the type of entity.
- getType() - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Returns the type field of the current ICMP packet.
- getType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeAction
-
The ICMP type to be set.
- getType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeActionBuilder
-
- getTypeDescription(VtnFlowFilterConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Return a brief description about the given flow filter type.
- getUdpDestinationRange() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- getUdpDestinationRange() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnUdpMatchFields
-
The range of UDP destination port number.
- getUdpSourceRange() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- getUdpSourceRange() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnUdpMatchFields
-
The range of UDP source port number.
- getUnicastTypeCount(Set<FlowMatchType>) - Static method in enum org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType
-
Return the number of match types mandatory for unicast flow entries
in the given set.
- getUnsigned(byte) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Return the unsigned value of the given byte value.
- getUnsigned(short) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Return the unsigned value of the given short value.
- getUnsigned(int) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Return the unsigned value of the given integer value.
- getUnsigned(long) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Return the unsigned value of the given long integer value.
- getUpdateMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput
-
Describes how to update the VTN specified by `tenant-name'.
- getUpdateMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- getUpdateMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput
-
Describes how to update the vBridge specified by `tenant-name' and
`bridge-name'; If `UPDATE' is specified, the specified vBridge is created if it
is not present.
- getUpdateMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- getUpdateMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput
-
Describes how to update the virtual interface specified by the RPC input.
- getUpdateMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- getUpdateMode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInput
-
Describes how to update the vTerminal specified by `tenant-name' and
`terminal-name'; If `UPDATE' is specified, the specified vTerminal is created if
it is not present.
- getUpdateMode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- getUpdateType() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent
-
Return the type of notification.
- getUpdateType() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent
-
Return the type of notification.
- getUrgentPointer() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP urgent pointer.
- getUuid(Uuid) - Static method in class org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils
-
Return an UUID string in the given instance.
- getValue() - Method in class org.opendaylight.vtn.manager.internal.util.IdentifiedData
-
Return the data object configured in this instance.
- getValue(Uri) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Return a string configured in the given URI.
- getValue(VnodeName) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Return a string configured in the given vnode-name.
- getValue() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDesc
-
- getValue() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName
-
- getValue() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc
-
- getVbridge() - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridge
-
Return the vbridge container associated with this instance.
- getVBridge(VBridgeIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeReader
-
Return the specified vBridge.
- getVbridge() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getVbridge() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeList
-
vBridge is a virtual layer 2 switch inside VTN, and it represents one virtual
broadcast domain.
- getVbridgeConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getVbridgeConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeInfo
-
The container which contains configuration for vBridge.
- getVBridgeIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
Return an instance identifier builder which contains the key of the
vBridge.
- getVbridgeInputFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getVbridgeInputFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeInfo
-
A list of flow filters applied to packets forwarded to the vBridge.
- getVbridgeOutputFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getVbridgeOutputFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeInfo
-
A list of flow filters applied to packets transmitted to the physical network
mapped to the vBridge by VLAN mapping or MAC mapping.
- getVersion() - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Gets the IP version stored.
- getVid() - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Gets the VLAN identifier(VID) stored.
- getVinterface() - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the vinterface container associated with this instance.
- getVinterface() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getVinterface() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnMappableVinterfaceList
-
Describes virtual interface which can contain port mapping configuration.
- getVinterface() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getVinterfaceConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getVinterfaceConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceInfo
-
The container which contains configuration for virtual interface.
- getVinterfaceInputFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getVinterfaceInputFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceInfo
-
A list of flow filters applied to packets received from this virtual interface.
- getVinterfaceOutputFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getVinterfaceOutputFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceInfo
-
A list of flow filters applied to packets transmitted from this virtual
interface.
- getVinterfaceStatus() - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the runtime status information of the virtual interface.
- getVinterfaceStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- getVinterfaceStatus() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnMappableVinterface
-
The container which contains runtime status information about the virtual
interface which can contain port mapping configuration.
- getVirtualNodePath() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return a
VirtualNodePath
instance that specifies the same
virtual node as this instance.
- getVirtualNodePath() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteInfo
-
Describes the location of the virtual node inside the VTN.
- getVirtualNodePath() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- getVirtualNodePathBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
- getVirtualNodePathBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
- getVirtualNodePathBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier
-
- getVirtualNodePathBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
- getVirtualRoute() - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowCache
-
Return a list of
VirtualRoute
instances which indicates the
virtual route of the data flow.
- getVirtualRoute() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getVirtualRoute() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnDataFlowCommon
-
A sequence of `virtual-route-info' which represents the packet route in the
virtual network.
- getVirtualRoute() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getVlanHostDesc() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Return a
VlanHostDesc
instance which represents this instance.
- getVlanHostDescList() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
- getVlanHostDescList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHostsBuilder
-
- getVlanHostDescList() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHostsBuilder
-
- getVlanHostDescList() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDescSet
-
Describes a list of unique `vlan-host-desc' values.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the VLAN ID in the IEEE 802.1Q VLAN tag.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanIdAction
-
Return the VLAN ID to be set.
- getVlanId(Match) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils
-
Return VLAN ID specified by the given match.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Return the VLAN ID to match against packets.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Return a VLAN ID.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeVlan
-
Return the VLAN ID.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.PortVlan
-
Return the VLAN ID.
- getVlanId(VtnVlanIdField) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
- getVlanId() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Return the VLAN ID in the IEEE 802.1Q VLAN tag.
- getVlanId(VlanId) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the VLAN ID in the given VlanId
instance.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.VlanDescParser
-
Return a parsed VLAN ID.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Return the VLAN ID configured in the MAC address table entry.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Return the VLAN ID to be mapped.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Return the VLAN ID to be mapped.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return VLAN ID of this packet.
- getVlanId() - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Return the VLAN ID mapped to this virtual interface.
- getVlanId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdAction
-
The VLAN ID to be set.
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdActionBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getVlanId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnEtherMatchFields
-
The VLAN ID in VLAN tag.
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSourceBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- getVlanId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnVlanIdField
-
Specifies the VLAN ID.
- getVlanId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- getVlanId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacEntry
-
A VLAN ID detected inside Ethernet frame where the MAC address was detected.
- getVlanMap(GetVlanMapInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Search for a VLAN mapping with the specified VLAN mapping configuration
in the specified vBridge.
- getVlanMap() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return the VLAN mapping container.
- getVlanMap() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMappable
-
A list of VLAN mappings configured in this data model.
- getVlanMap(GetVlanMapInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapService
-
Search for a VLAN mapping with the specified VLAN mapping configuration in the
specified vBridge.
- getVlanMap() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- getVlanMapConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- getVlanMapConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapInfo
-
The container which contains configuration for VLAN mapping.
- GetVlanMapFuture - Class in org.opendaylight.vtn.manager.internal.vnode
-
GetVlanMapFuture
describes a future associated with the task that
implements get-vlan-map RPC.
- GetVlanMapFuture(TxContext, GetVlanMapInput) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.GetVlanMapFuture
-
Construct a new instance.
- getVlanMapId() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo
-
Identifier for a VLAN mapping.
- getVlanMapId() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder
-
- GetVlanMapInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-vlan-map
container input {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf node {
type node-id;
}
leaf vlan-id {
type vlan-id;
}
uses vbridge-path-fields;
uses vtn-vlan-map-config;
}
The schema path to identify an instance is
vtn-vlan-map/get-vlan-map/input
To create instances of this class use
GetVlanMapInputBuilder
.
- GetVlanMapInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
- GetVlanMapInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- GetVlanMapInputBuilder(VbridgePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- GetVlanMapInputBuilder(VtnVlanMapConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- GetVlanMapInputBuilder(VtnVlanIdField) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- GetVlanMapInputBuilder(GetVlanMapInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- GetVlanMapOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-vlan-map
container output {
leaf map-id {
type string;
}
leaf active {
type boolean;
}
uses vtn-vlan-map-status;
}
The schema path to identify an instance is
vtn-vlan-map/get-vlan-map/output
To create instances of this class use
GetVlanMapOutputBuilder
.
- GetVlanMapOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
- GetVlanMapOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- GetVlanMapOutputBuilder(VtnVlanMapStatus) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- GetVlanMapOutputBuilder(GetVlanMapOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- getVlanMapping(ReadTransaction, SalPort, int) - Static method in class org.opendaylight.vtn.manager.internal.vnode.MappingRegistry
-
Return the identifier for the VLAN mapping which maps the specified
VLAN on a switch port.
- getVlanMapping() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings
-
VLAN mapping configured in a vBridge.
- getVlanMapping() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- getVlanMaps() - Method in class org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge
-
Return a list of VLAN mapping configurations.
- getVlanMapStatus() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Return the runtime status information of the VLAN mapping.
- getVlanMapStatus() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- getVlanMapStatus() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapInfo
-
The container which contains runtime status information about VLAN mapping.
- getVlanPcp() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpAction
-
The VLAN priority to be set.
- getVlanPcp() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder
-
- getVlanPcp() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- getVlanPcp() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnEtherMatchFields
-
The VLAN priority in VLAN tag.
- getVlanPriority() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the VLAN priority value in the IEEE 802.1Q VLAN tag.
- getVlanPriority() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Return the VLAN priority to match against packets.
- getVlanPriority() - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Return the VLAN priority value in the IEEE 802.1Q VLAN tag.
- getVlanPriority(VlanPcp) - Static method in class org.opendaylight.vtn.manager.internal.util.ProtocolUtils
-
Return the VLAN priority in the given VlanPcp
instance.
- getVlanTag() - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Return the VLAN tag in the Ethernet frame.
- getVlanType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Return the VLAN type for a new VLAN tag.
- getVlanType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanAction
-
Describes the type for a new VLAN tag.
- getVlanType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanActionBuilder
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
- getVNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
- getVnodeName(String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Return a
VnodeName
instance that contains the given flow
condition name.
- getVNodeReader() - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Return the virtual node reader associated with the current MD-SAL
datastore transaction.
- getVtenantConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnInfo
-
The container which contains configuration for the Virtual Tenant Network (VTN).
- getVtenantConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getVTerminal(VTerminalIdentifier) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeReader
-
Return the specified vTerminal.
- getVterminal() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getVterminal() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalList
-
vTerminal is isolated input and output terminal inside VTN. vTerminal can have
only one virtual interface, and it can map a physical switch port by port
mapping.
- getVterminalConfig() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- getVterminalConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalInfo
-
The container which contains configuration for vTerminal.
- getVTerminalIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
Return an instance identifier builder which contains the key of the
vTerminal.
- getVtn() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns
-
VTN is a virtual network environment that gets created inside the OpenDaylight
controller.
- getVtn() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder
-
- getVtnAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- getVtnAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnActionFields
-
Describes the abstract type of flow action.
- getVTNConfig() - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return a
VTNConfig
instance that contains current configuration.
- getVTNConfig() - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return a
VTNConfig
instance that contains current configuration.
- getVtnConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigData
-
The global configuration of the VTN Manager.
- getVtnDataFlow() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.TenantFlowInfo
-
A list of data flows present in the VTN.
- getVtnDataFlow() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- getVtnDropAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCase
-
Describes the flow action that drops every packet.
- getVtnDropAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCaseBuilder
-
- getVtnDropFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase
-
Describes the DROP flow filter which discards the specified packet.
- getVtnDropFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder
-
- getVtnErrorTag() - Method in exception org.opendaylight.vtn.manager.VTNException
-
Return the
VtnErrorTag
instance which indicates the result of
the operation.
- getVtnEtherMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- getVtnEtherMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getVtnEtherMatch() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnMatchFields
-
The flow condition to match against Ethernet header.
- getVtnEtherMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- getVtnFlowAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnFlowActionList
-
Describes a list of flow actions supported by the VTN Manager.
- getVtnFlowAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getVtnFlowAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- getVtnFlowCondition() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions
-
A list of flow conditions shared with all VTNs.
- getVtnFlowCondition() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder
-
- getVtnFlowConditions() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionData
-
The root container of all the flow condition configuratins.
- getVtnFlowEntry() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- getVtnFlowEntry() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnDataFlowFields
-
A list of flow entries that establishes this data flow.
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- getVtnFlowFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList
-
Describes a list of flow filters configured in a virtual node in VTN.
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- getVtnFlowFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- getVtnFlowFilterType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNDropFilter
-
- getVtnFlowFilterType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
- getVtnFlowFilterType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNPassFilter
-
- getVtnFlowFilterType() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNRedirectFilter
-
- getVtnFlowFilterType() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- getVtnFlowFilterType() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterTypeFields
-
Describes the abstract type of flow filter.
- getVtnFlowId(FlowCookie) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Return the VTN flow ID embedded in the given flow cookie.
- getVtnFlowMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- getVtnFlowMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- getVtnFlowMatch() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowCondConfig
-
A list of conditions to match against packets.
- getVtnFlows() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowImplData
-
Top level container that contains VTN data flow information.
- getVtnFlowTable() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows
-
Information about data flows present in the VTN.
- getVtnFlowTable() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder
-
- getVtnIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier
-
Return an instance identifier builder which contains the VTN key.
- getVtnInetMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- getVtnInetMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getVtnInetMatch() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnMatchFields
-
The flow condition to match against IP header.
- getVtnInetMatch() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- getVtnInputFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnInfo
-
A list of flow filters applied to incoming packet.
- getVtnInputFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getVtnLayer4Match() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- getVtnLayer4Match() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- getVtnLayer4Match() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnMatchFields
-
The flow condition to match layer 4 protocol header.
- getVtnLayer4Match() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- getVtnLink() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology
-
A list of inter-switch links recognized by the VTN Manager.
- getVtnLink() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder
-
- getVtnMappings() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingData
-
The root container of mappings between virtual nodes and physical network
elements.
- getVtnNeutronConfig() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigData
-
The configuration for VTN neutron service.
- getVtnNode() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent
-
- getVtnNode() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes
-
A list of nodes managed by the VTN Manager.
- getVtnNode() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder
-
- getVtnNodeIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier for a VTN node associated with this
instance.
- getVtnNodeIdentifierBuilder() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return an instance identifier builder that contains an instance
identifier for a VTN node.
- getVtnNodeKey() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Return a
VtnNodeKey
instance corresponding to this instance.
- getVtnNodeManager() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Return the VTN node manager.
- getVtnNodes() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader
-
Return all node information as a list.
- getVtnNodes() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnInventoryData
-
The root container of all nodes managed by the VTN Manager.
- getVtnPassFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase
-
Describes the PASS flow filter which lets the specified packet through the
virtual node in the VTN.
- getVtnPassFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder
-
- getVtnPathCost() - Method in class org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy
-
Return a list of path costs configured in this path policy.
- getVtnPathCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- getVtnPathCost() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- getVtnPathCost() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyConfig
-
A list of costs of switch links for transmitting.
- getVtnPathMap() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- getVtnPathMap() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapList
-
A list of path maps.
- getVtnPathMap() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- getVtnPathMaps() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnInfo
-
A list of VTN path maps affect flows in this VTN.
- getVtnPathMaps() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- getVtnPathPolicies() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyData
-
The root container of all the path policy configurations.
- getVtnPathPolicy() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies
-
A list of path policies shared with all VTNs.
- getVtnPathPolicy() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder
-
- getVtnPopVlanAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCase
-
Describes the flow action that strips the outermost VLAN tag.
- getVtnPopVlanAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCaseBuilder
-
- getVtnPort() - Method in class org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent
-
- getVtnPort() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- getVtnPort() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodeInfo
-
A list of physical switch ports that belong this node.
- getVtnPortIdentifier() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return an instance identifier that specifies VTN port instance.
- getVtnPortKey() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Return a
VtnPortKey
instance corresponding to this instance.
- getVtnPorts(List<VtnPort>, Node) - Static method in class org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils
-
Return a list of VTN ports associated with the switch ports in the
given MD-SAL node.
- getVtnPushVlanAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCase
-
Describes the flow action that adds a VLAN tag into packet.
- getVtnPushVlanAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCaseBuilder
-
- getVtnRedirectFilter() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCase
-
Describes the REDIRECT flow filter which forwards the specified packet to
another virtual interface in the VTN.
- getVtnRedirectFilter() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder
-
- getVtnRpcService(Class<T>) - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Return an implementation of the RPC service provided by the VTN Manager.
- getVtnRpcService(Class<T>) - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Return an implementation of the RPC service provided by the VTN Manager.
- getVtns() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnData
-
The root container of all VTNs (Virtual Tenant Network).
- getVtnSetDlDstAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCase
-
Describes the flow action that sets the specified destination MAC address into
the Ethernet header.
- getVtnSetDlDstAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder
-
- getVtnSetDlSrcAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCase
-
Describes the flow action that sets the specified source MAC address into the
Ethernet header.
- getVtnSetDlSrcAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder
-
- getVtnSetIcmpCodeAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCase
-
Describes the flow action that sets the specified ICMP code into the ICMP
header.
- getVtnSetIcmpCodeAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCaseBuilder
-
- getVtnSetIcmpTypeAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCase
-
Describes the flow action that sets the specified ICMP type into the ICMP
header.
- getVtnSetIcmpTypeAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCaseBuilder
-
- getVtnSetInetDscpAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCase
-
Describes the flow action that sets the specified IP DSCP value into the IP
header.
- getVtnSetInetDscpAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCaseBuilder
-
- getVtnSetInetDstAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCase
-
Describes the flow action that sets the specified destination IP address into
the IP header.
- getVtnSetInetDstAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder
-
- getVtnSetInetSrcAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCase
-
Describes the flow action that sets the specified source IP address into the IP
header.
- getVtnSetInetSrcAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder
-
- getVtnSetPortDstAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCase
-
Describes the flow action that sets the specified destination port number into
the TCP or UDP header.
- getVtnSetPortDstAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCaseBuilder
-
- getVtnSetPortSrcAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCase
-
Describes the flow action that sets the specified source port number into the
TCP or UDP header.
- getVtnSetPortSrcAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCaseBuilder
-
- getVtnSetVlanIdAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCase
-
Describes the flow action that sets the specified VLAN ID into the IEEE 802.1Q
VLAN tag.
- getVtnSetVlanIdAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCaseBuilder
-
- getVtnSetVlanPcpAction() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCase
-
Describes the flow action that sets the specified VLAN priority into the IEEE
802.1Q VLAN tag.
- getVtnSetVlanPcpAction() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCaseBuilder
-
- getVtnStaticTopology() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyData
-
The root container that keeps configuration for static network topology.
- getVtnTopology() - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyData
-
The root container of all inter-switch links recognized by the VTN Manager.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.config.VtnConfigListener
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.flow.stats.SalFlowIdResolver
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.inventory.NodeConnectorListener
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.inventory.NodeListener
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.inventory.StaticTopologyManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.inventory.TopologyListener
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.routing.PathMapManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.util.AbstractDataChangeListener
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWildcardPath() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTenantManager
-
Return a wildcard instance identifier that specifies data objects
to be listened.
- getWindowSize() - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Return the TCP window size.
- getXmlConfigKey() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts
-
Return a string which represents the configuration file key associated
with this class.
- getXmlConfigKey() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks
-
Return a string which represents the configuration file key associated
with this class.
- getXmlConfigKey() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Return a string which represents the configuration file key associated
with this class.
- getXmlType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts
-
Return a class which indicates the type of this class.
- getXmlType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks
-
Return a class which indicates the type of this class.
- getXmlType() - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Return a class which indicates the type of this class.
- GlobalPathMaps - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
The root container of all the global path map configurations.
- GlobalPathMapsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
- GlobalPathMapsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- GlobalPathMapsBuilder(VtnPathMapList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- GlobalPathMapsBuilder(GlobalPathMaps) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- GlobalScanFlowRemover - Class in org.opendaylight.vtn.manager.internal.flow.remove
-
An implementation of
FlowRemover
which determines
VTN data flows to be removed by a sequential scan.
- GlobalScanFlowRemover() - Constructor for class org.opendaylight.vtn.manager.internal.flow.remove.GlobalScanFlowRemover
-
- SalFlowIdResolver - Class in org.opendaylight.vtn.manager.internal.flow.stats
-
SalFlowIdResolver
is used to resolve MD-SAL flow ID assigned to
the VTN flow.
- SalFlowIdResolver(VTNManagerProvider, TxQueue) - Constructor for class org.opendaylight.vtn.manager.internal.flow.stats.SalFlowIdResolver
-
Construct a new instance.
- SalNode - Class in org.opendaylight.vtn.manager.internal.util.inventory
-
This class represents SAL node identifier corresponding to
OpenFlow switch.
- SalNode(long) - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Construct a new instance.
- SalNode(long, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SalNode
-
Construct a new instance with specifying a string representation of
this instance.
- SalNodeAdapter - Class in org.opendaylight.vtn.manager.internal.util.inventory
-
- SalNodeAdapter() - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SalNodeAdapter
-
- SalNotificationListener - Class in org.opendaylight.vtn.manager.internal.util
-
Abstract base class for MD-SAL notification listener.
- SalNotificationListener() - Constructor for class org.opendaylight.vtn.manager.internal.util.SalNotificationListener
-
- SalPort - Class in org.opendaylight.vtn.manager.internal.util.inventory
-
This class represents SAL node connector identifier corresponding to
physical port in OpenFlow switch.
- SalPort(long, long) - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Construct a new instance.
- SalPort(long, long, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SalPort
-
Construct a new instance with specifying a string representation of
this instance.
- save(T) - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Save the given static network topology configuration into the XML file.
- save(XmlConfigFile.Type, String, Object) - Static method in class org.opendaylight.vtn.manager.internal.util.XmlConfigFile
-
Write a map entry to the XML file.
- scan(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacEntryWalker
-
Scan MAC address table entries in all the MAC address tables.
- scan(TxContext, String) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacEntryWalker
-
Scan MAC address table entries in all the MAC address tables in the
specified VTN.
- scan(TxContext, BridgeIdentifier<Vbridge>) - Method in class org.opendaylight.vtn.manager.internal.vnode.MacEntryWalker
-
Scan MAC address table entries in the MAC address table for the
specified vBridge.
- scan(TxContext, VBridge, Void) - Method in class org.opendaylight.vtn.manager.internal.vnode.PathFaultResolver
-
Remove resolved path faults in the given vBridge.
- scan(TxContext, VTerminal, Void) - Method in class org.opendaylight.vtn.manager.internal.vnode.PathFaultResolver
-
Remove resolved path faults in the given vTerminal.
- scan(TxContext, T) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeWalker
-
Scan all the virtual nodes in the VTN model tree.
- scan(TxContext, VBridge, T) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeWalker
-
Scan all the virtual nodes in the specified vBridge.
- scan(TxContext, VTerminal, T) - Method in class org.opendaylight.vtn.manager.internal.vnode.VNodeWalker
-
Scan all the virtual nodes in the specified vTerminal.
- scan(TxContext, VBridge, VtnNodeEvent) - Method in class org.opendaylight.vtn.manager.internal.vnode.VtnNodeEventHandler
-
Deliver a VTN node event to the given vBridge.
- scan(TxContext, VTerminal, VtnNodeEvent) - Method in class org.opendaylight.vtn.manager.internal.vnode.VtnNodeEventHandler
-
Remove resolved path faults in the given vTerminal.
- scan(TxContext, VBridge, VtnPortEvent) - Method in class org.opendaylight.vtn.manager.internal.vnode.VtnPortEventHandler
-
Deliver a VTN port event to the given vBridge.
- scan(TxContext, VTerminal, VtnPortEvent) - Method in class org.opendaylight.vtn.manager.internal.vnode.VtnPortEventHandler
-
Remove resolved path faults in the given vTerminal.
- ScanFlowRemover - Class in org.opendaylight.vtn.manager.internal.flow.remove
-
An implementation of
FlowRemover
which determines VTN data flows
to be removed by a sequential scan.
- ScanFlowRemover() - Constructor for class org.opendaylight.vtn.manager.internal.flow.remove.ScanFlowRemover
-
- schedule(TimerTask, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed after the given delay.
- schedule(TimerTask, Date) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed at the given time.
- schedule(TimerTask, long, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed periodically.
- schedule(TimerTask, Date, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed periodically.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed periodically at the fixed rate.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Schedule the given task to be executed periodically at the fixed rate.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture
-
Determine whether the given data flow should be selected or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgeHostFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgeNodeFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.EdgePortFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.PathPolicyFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.ScanFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.TenantIndexFlowRemover
-
Determine whether the given data flow should be removed or not.
- select(FlowCache) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.VNodeFlowRemover
-
Determine whether the given data flow should be removed or not.
- SendBarrierRpc - Class in org.opendaylight.vtn.manager.internal.util.flow
-
SendBarrierRpc
describes an invocation of send-barrier RPC provided
by the flow-capable-transaction service.
- SendBarrierRpc(NodeRpcWatcher, FlowCapableTransactionService, SendBarrierInput) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.SendBarrierRpc
-
Issue a send-barrier RPC request.
- SEPARATOR - Static variable in class org.opendaylight.vtn.manager.internal.util.VlanDescParser
-
Separator between identifier and VLAN ID.
- serialize() - Method in class org.opendaylight.vtn.manager.packet.Packet
-
This method serializes the header and payload from the respective
packet class, into a single stream of bytes to be sent on the wire.
- serialVersionUID - Static variable in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Version number for serialization.
- set(Timer, long, ListenableFuture<T>) - Static method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureCanceller
-
Set a future canceller that cancels the given future without
interrupting the thread.
- set(Timer, long, ListenableFuture<T>, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureCanceller
-
Set a future canceller that cancels the given future.
- set(T) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Set the result of the task associated with the future.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDropAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDropAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNOutputAction
-
This method is not supported.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNOutputAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPopVlanAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPopVlanAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanIdAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanIdAction
-
Set a MD-SAL action into the given action builder.
- set(VtnFlowActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Set a VTN action into the given VTN flow action builder.
- set(ActionBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Set a MD-SAL action into the given action builder.
- set(VtnMatchFields) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
- set(MacTableEntryBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Set values in this instance into the given builder instance.
- setAckNumber(int) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP Ack number for the current TCP object instance.
- setAclType(VtnAclType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- setActive(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutputBuilder
-
- setActive(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- setActive(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder
-
- setAddedLink(List<AddedLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder
-
- setAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- setAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- setAddress(Address) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- setAddress(Address) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- setAgeInterval(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setAgeInterval(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- setAllowedHosts(List<VlanHostDesc>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- setAllowedHosts(AllowedHosts) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfigBuilder
-
- setApiVersion(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- setAveragedDataFlowStats(AveragedDataFlowStats) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setAverageInterval(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setBarrier(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setBits(byte[], byte[], int, int) - Static method in class org.opendaylight.vtn.manager.util.ByteUtils
-
Copy bits in the specified input byte array into the specified output
array.
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier
-
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier
-
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
- setBridgeName(VirtualNodePathBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- setBridgeName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setBridgeStatus(BridgeStatus) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setBridgeStatus(BridgeStatus) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- setBufferId(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setBulkFlowModTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setBundleVersion(BundleVersion) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder
-
- setByteCount(BigDecimal) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- setByteCount(Counter64) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- setByteCount(Counter64) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setCallback(Future<T>, FutureCallback<? super T>) - Method in class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Set the given future callback to the given future.
- setCallback(Future<T>, FutureCallback<? super T>) - Method in interface org.opendaylight.vtn.manager.internal.VTNManagerProvider
-
Set the given future callback to the given future.
- setCfi(byte) - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Sets the canonical format indicator(CFI) for the current IEEE 802.1Q
object instance.
- setChanged(K) - Method in class org.opendaylight.vtn.manager.internal.util.AbstractConfigFileUpdater
-
Mark the specified data as changed.
- setCheckOverlap(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowModFlagsBuilder
-
Set a value for CHECK_OVERLAP bit.
- setChecksum(short) - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Sets the ICMP checksum for the current ICMP object instance.
- setChecksum(short) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Set the IP checksum value.
- setChecksum(short) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP checksum for the current TCP object instance.
- setChecksum(short) - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Set the checksum for the current UDP object instance.
- setCode(byte) - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Sets the ICMP code (type subtype) for the current ICMP object instance.
- setCode(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeActionBuilder
-
- setCondition(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- setCondition(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- setCondition(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Store strings used to construct flow condition key.
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Store strings used to construct flow condition key.
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Store strings used to construct flow condition key.
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
Store strings used to construct flow condition key.
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Store strings used to construct flow condition key.
- setConditionKey(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Store strings used to construct flow condition key.
- setConditionKey(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- setConfig(VtnStaticTopologyBuilder, StaticEdgePorts) - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts
-
Set the given configuration into the given MD-SAL container builder
instance.
- setConfig(VtnStaticTopologyBuilder, StaticSwitchLinks) - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks
-
Set the given configuration into the given MD-SAL container builder
instance.
- setConfig(VtnStaticTopologyBuilder, T) - Method in class org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticTopologyConfig
-
Set the given configuration into the given MD-SAL container builder
instance.
- setConfigured(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- setContainerName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setControllerMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setCookie(FlowCookie) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setCookieMask(FlowCookie) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setCorrupted(boolean) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Set a boolean value which determines whether this packet is corrupted
or not.
- setCost(VtnPathCostBuilder, Long) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Set the path cost into the given path cost builder.
- setCost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setCost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder
-
- setCost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- SetCostTask - Class in org.opendaylight.vtn.manager.internal.routing
-
SetCostTask
describes the MD-SAL transaction task that set the link
cost configuration for the specified switch port.
- setCount(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder
-
- setCreationTime(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setCreationTime(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setDataEgressNode(DataEgressNode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataEgressPort(DataEgressPort) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataFlowInfo(List<DataFlowInfo>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder
-
- setDataFlowMatch(DataFlowMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataFlowPort(DataFlowPort) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setDataFlowSource(DataFlowSource) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setDataFlowStats(DataFlowStats) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataIngressNode(DataIngressNode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataIngressPort(DataIngressPort) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setDataObject(D) - Method in class org.opendaylight.vtn.manager.internal.util.tx.PutDataTask
-
Set the data object to be submitted.
- setDataOffset(byte) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP data offset for the current TCP object instance.
- setDefaultCost(VtnPathPolicyBuilder, Long) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Set the default cost into the given path policy builder.
- setDefaultCost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- setDefaultCost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- setDeniedHosts(List<VlanHostDesc>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- setDeniedHosts(DeniedHosts) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfigBuilder
-
- setDescription(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set a brief description into the given string builder.
- setDescription(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Set a brief description into the given string builder.
- setDescription(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Set a brief description into the given string builder.
- setDescription(StringBuilder) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Set a brief description into the given string builder.
- setDescription(StringBuilder, VtnFlowTimeoutConfig, String) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Append strings that describes the specified flow timeout configuration
into the specified string builder.
- setDescription(StringBuilder) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.ProtocolHeader
-
Set a brief description into the given string builder.
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- setDescription(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- setDestination(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- setDestination(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- setDestination(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- setDestination(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- setDestination(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- setDestination(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- setDestinationAddress(EtherAddress) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set the destination MAC address.
- setDestinationAddress(IpNetwork) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Set the destination IP address.
- setDestinationAddress(EtherAddress) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Set the destination MAC address.
- setDestinationAddress(IpNetwork) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Set the destination IP address.
- setDestinationAddress(Ip4Network) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the IP destination address from the header.
- setDestinationAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- setDestinationMACAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Sets the destination MAC address for the current Ethernet object.
- setDestinationNetwork(IpPrefix) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- setDestinationPort(int) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Set the destination port number.
- setDestinationPort(int) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader
-
Set the destination port number.
- setDestinationPort(short) - Method in class org.opendaylight.vtn.manager.packet.PortPacket
-
Set the destination port number into this instance.
- setDiffServ(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the differential services value from the IP header.
- setDirty() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry
-
Turn the dirty flag on so that this entry is put into the MD-SAL
datastore.
- setDirty() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry
-
Turn the dirty flag on so that this entry is put into the MD-SAL
datastore.
- setDirty() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry
-
This method does nothing because this entry represents a new entry
that is always put into the MD-SAL datastore.
- setDscp(short) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Set the DSCP field value.
- setDscp(short) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Set the DSCP field value.
- setDscp(Dscp) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder
-
- setDscp(Dscp) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- setDuration(Duration) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- setDuration(Duration) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setECN(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the ECN bits from the header.
- setEgressVNodeHop(VNodeHop) - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Set the virtual node hop to the egress virtual node of this flow.
- setEgressVNodeHop(VNodeHop) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Set the virtual node hop to the egress node.
- setEnabled(TxContext, boolean) - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Set the enabled state to this virtual interface, and update the
vinterface-status container in the MD-SAL datastore.
- setEnabled(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setEnabled(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setEnabled(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- setEndTime(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- setEntityState(VnodeState) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- setEntryData(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setEtherType(Integer) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Set the ethernet type to match against packets.
- setEtherType(short) - Method in class org.opendaylight.vtn.manager.packet.EtherTypePacket
-
Set the Ethernet type that determines the type of the payload for
this instance.
- setEtherType(EtherType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- setException(Throwable) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Set a
Throwable
that indicates the cause of error.
- setFailMode(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- setFailure(Throwable) - Method in class org.opendaylight.vtn.manager.internal.flow.common.FlowModContext
-
Set the cause of the failure of the flow modification.
- setFailure(Throwable) - Method in class org.opendaylight.vtn.manager.internal.flow.reader.AbstractReadFlowFuture
-
Set the cause of failure.
- setFaultedPaths(List<FaultedPaths>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- SetFilterTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
SetFilterTask
describes the MD-SAL datastore transaction task that
associates the flow filter with the specified index in the specified
flow filter list.
- setFirstRedirection(RedirectFlowException) - Method in interface org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterContext
-
- setFirstRedirection(RedirectFlowException) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
- setFlags(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the IP flags value.
- setFlags(FlowModFlags) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setFlooding(boolean) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Set a boolean value which indicates whether the packet is going to
be broadcasted in the vBridge.
- setFlowCondition(SetFlowConditionInput) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager
-
Create or modify the flow condition.
- setFlowCondition(SetFlowConditionInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService
-
Create or modify the flow condition.
- SetFlowConditionInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
This class represents the following YANG schema fragment defined in module
vtn-flow-condition
container input {
leaf name {
type vnode-name;
}
list vtn-flow-match {
key "index"
leaf index {
type int32;
}
container vtn-ether-match {
leaf source-address {
type mac-address;
}
leaf destination-address {
type mac-address;
}
leaf ether-type {
type ether-type;
}
leaf vlan-id {
type vlan-id;
}
leaf vlan-pcp {
type vlan-pcp;
}
uses vtn-ether-match-fields;
}
container vtn-inet-match {
leaf source-network {
type ip-prefix;
}
leaf destination-network {
type ip-prefix;
}
leaf protocol {
type uint8;
}
leaf dscp {
type dscp;
}
uses vtn-inet-match-fields;
}
choice vtn-layer4-match {
case vtn-icmp-match {
leaf icmp-type {
type uint8;
}
leaf icmp-code {
type uint8;
}
}
case vtn-tcp-match {
container tcp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container tcp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
case vtn-udp-match {
container udp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container udp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
}
uses vtn-flow-match-config;
}
leaf operation {
type vtn-update-operation-type;
}
leaf present {
type boolean;
}
uses vtn-flow-cond-config;
}
The schema path to identify an instance is
vtn-flow-condition/set-flow-condition/input
To create instances of this class use
SetFlowConditionInputBuilder
.
- SetFlowConditionInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- SetFlowConditionInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- SetFlowConditionInputBuilder(VtnFlowCondConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- SetFlowConditionInputBuilder(SetFlowConditionInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- setFlowConditionMatch(SetFlowConditionMatchInput) - Method in class org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager
-
Configure a flow match condition into the flow condition specified
by the flow condition name and match index.
- setFlowConditionMatch(SetFlowConditionMatchInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService
-
Configure a flow match condition into the flow condition specified by the flow
condition name and match index.
- SetFlowConditionMatchInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
This class represents the following YANG schema fragment defined in module
vtn-flow-condition
container input {
leaf name {
type string;
}
list flow-match-list {
key leaf index {
type int32;
}
container vtn-ether-match {
leaf source-address {
type mac-address;
}
leaf destination-address {
type mac-address;
}
leaf ether-type {
type ether-type;
}
leaf vlan-id {
type vlan-id;
}
leaf vlan-pcp {
type vlan-pcp;
}
uses vtn-ether-match-fields;
}
container vtn-inet-match {
leaf source-network {
type ip-prefix;
}
leaf destination-network {
type ip-prefix;
}
leaf protocol {
type uint8;
}
leaf dscp {
type dscp;
}
uses vtn-inet-match-fields;
}
choice vtn-layer4-match {
case vtn-icmp-match {
leaf icmp-type {
type uint8;
}
leaf icmp-code {
type uint8;
}
}
case vtn-tcp-match {
container tcp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container tcp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
case vtn-udp-match {
container udp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container udp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
}
uses vtn-flow-match-config;
}
}
The schema path to identify an instance is
vtn-flow-condition/set-flow-condition-match/input
To create instances of this class use
SetFlowConditionMatchInputBuilder
.
- SetFlowConditionMatchInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- SetFlowConditionMatchInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- SetFlowConditionMatchInputBuilder(SetFlowConditionMatchInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- SetFlowConditionMatchOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
This class represents the following YANG schema fragment defined in module
vtn-flow-condition
container output {
list set-match-result {
key leaf index {
type int32;
}
leaf status {
type vtn-update-type;
}
uses vtn-flow-match-result;
}
}
The schema path to identify an instance is
vtn-flow-condition/set-flow-condition-match/output
To create instances of this class use
SetFlowConditionMatchOutputBuilder
.
- SetFlowConditionMatchOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- SetFlowConditionMatchOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder
-
- SetFlowConditionMatchOutputBuilder(SetFlowConditionMatchOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder
-
- SetFlowConditionOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
This class represents the following YANG schema fragment defined in module
vtn-flow-condition
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-flow-condition/set-flow-condition/output
To create instances of this class use
SetFlowConditionOutputBuilder
.
- SetFlowConditionOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- SetFlowConditionOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- SetFlowConditionOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- SetFlowConditionOutputBuilder(SetFlowConditionOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- SetFlowConditionTask - Class in org.opendaylight.vtn.manager.internal.flow.cond
-
SetFlowConditionTask
describes the MD-SAL datastore transaction
task that creates or updates the specified flow condition configuration.
- setFlowFilter(SetFlowFilterInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTenantManager
-
Create or modify the flow filter.
- setFlowFilter(SetFlowFilterInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterService
-
Create or modify the flow filter.
- SetFlowFilterInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-flow-filter
container input {
leaf output {
type boolean;
}
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
list vtn-flow-filter {
key "index"
leaf condition {
type vnode-name;
}
leaf index {
type int32;
}
choice vtn-flow-filter-type {
case vtn-drop-filter-case {
container vtn-drop-filter {
}
}
case vtn-pass-filter-case {
container vtn-pass-filter {
}
}
case vtn-redirect-filter-case {
container vtn-redirect-filter {
container redirect-destination {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
uses vnode-path-fields;
}
leaf output {
type boolean;
}
uses vtn-redirect-filter-config;
}
}
}
list vtn-flow-action {
key "order"
leaf order {
type int32;
}
choice vtn-action {
case vtn-drop-action-case {
container vtn-drop-action {
}
}
case vtn-pop-vlan-action-case {
container vtn-pop-vlan-action {
}
}
case vtn-push-vlan-action-case {
container vtn-push-vlan-action {
leaf vlan-type {
type vlan-type;
}
}
}
case vtn-set-dl-dst-action-case {
container vtn-set-dl-dst-action {
leaf address {
type mac-address;
}
uses vtn-dladdr-action-fields;
}
}
case vtn-set-dl-src-action-case {
container vtn-set-dl-src-action {
leaf address {
type mac-address;
}
uses vtn-dladdr-action-fields;
}
}
case vtn-set-icmp-code-action-case {
container vtn-set-icmp-code-action {
leaf code {
type code;
}
}
}
case vtn-set-icmp-type-action-case {
container vtn-set-icmp-type-action {
leaf type {
type type;
}
}
}
case vtn-set-inet-dscp-action-case {
container vtn-set-inet-dscp-action {
leaf dscp {
type dscp;
}
}
}
case vtn-set-inet-dst-action-case {
container vtn-set-inet-dst-action {
choice address {
case ipv4 {
leaf ipv4-address {
type ipv4-prefix;
}
}
case ipv6 {
leaf ipv6-address {
type ipv6-prefix;
}
}
}
uses vtn-ipaddr-action-fields;
}
}
case vtn-set-inet-src-action-case {
container vtn-set-inet-src-action {
choice address {
case ipv4 {
leaf ipv4-address {
type ipv4-prefix;
}
}
case ipv6 {
leaf ipv6-address {
type ipv6-prefix;
}
}
}
uses vtn-ipaddr-action-fields;
}
}
case vtn-set-port-dst-action-case {
container vtn-set-port-dst-action {
leaf port {
type port;
}
uses vtn-port-action-fields;
}
}
case vtn-set-port-src-action-case {
container vtn-set-port-src-action {
leaf port {
type port;
}
uses vtn-port-action-fields;
}
}
case vtn-set-vlan-id-action-case {
container vtn-set-vlan-id-action {
leaf vlan-id {
type uint16;
}
}
}
case vtn-set-vlan-pcp-action-case {
container vtn-set-vlan-pcp-action {
leaf vlan-pcp {
type vlan-pcp;
}
}
}
}
uses vtn-ordered-flow-action;
}
uses vtn-flow-filter-config;
}
uses vtn-flow-filter-id;
uses vtn-flow-filter-list;
}
The schema path to identify an instance is
vtn-flow-filter/set-flow-filter/input
To create instances of this class use
SetFlowFilterInputBuilder
.
- SetFlowFilterInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
- SetFlowFilterInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- SetFlowFilterInputBuilder(VtnFlowFilterId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- SetFlowFilterInputBuilder(VnodePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- SetFlowFilterInputBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- SetFlowFilterInputBuilder(SetFlowFilterInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- SetFlowFilterOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-flow-filter
container output {
list flow-filter-result {
key leaf index {
type int32;
}
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
uses vtn-flow-filter-result;
}
The schema path to identify an instance is
vtn-flow-filter/set-flow-filter/output
To create instances of this class use
SetFlowFilterOutputBuilder
.
- SetFlowFilterOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
- SetFlowFilterOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- SetFlowFilterOutputBuilder(VtnFlowFilterResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- SetFlowFilterOutputBuilder(SetFlowFilterOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- setFlowFilterResult(List<FlowFilterResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutputBuilder
-
- setFlowFilterResult(List<FlowFilterResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder
-
- SetFlowFilterTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
SetFlowFilterTask
describes the MD-SAL datastore transaction task
that sets all the specified flow filter configurations into the flow filter
list in the specified virtual node.
- setFlowId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setFlowId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setFlowId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder
-
- setFlowId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- setFlowId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setFlowIdList(List<FlowIdList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- setFlowIdList(List<FlowIdList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- setFlowIdList(List<FlowIdList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- setFlowMatchList(List<FlowMatchList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- SetFlowMatchTask - Class in org.opendaylight.vtn.manager.internal.flow.cond
-
SetFlowMatchTask
describes the MD-SAL datastore transaction task
that set all the specified flow match configurations into the flow condition
configuration.
- setFlowModTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setFlowName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setFlowRemover(FlowRemover) - Method in class org.opendaylight.vtn.manager.internal.vnode.RemoveVirtualNodeTask
-
Set a
FlowRemover
instance that specifies the flow entries
to be removed.
- setFlowStatsHistory(FlowStatsHistory) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setFlowStatsRecord(List<FlowStatsRecord>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder
-
- setFlowTimeout(int, int) - Method in interface org.opendaylight.vtn.manager.internal.routing.PathMapContext
-
Set timeout for the ingress flow.
- setFlowTimeout(int, int) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Set timeout for the ingress flow.
- setFragmentOffset(short) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the IP fragmentation offset value.
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setHardTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- setHardwareAddressLength(byte) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the hardware address length for the current ARP object instance.
- setHardwareType(short) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the hardware Type for the current ARP object instance.
- setHeaderField(String, byte[]) - Method in class org.opendaylight.vtn.manager.packet.EtherTypePacket
-
Store the value of fields read from data stream.
- setHeaderField(String, byte[]) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the value of fields read from data stream.
- setHeaderField(String, byte[]) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Associate the specified value with the specified header field.
- setHeaderLenFlags(short) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP flags for the current TCP object instance.
- setHeaderLength(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the length of IP header in words (4 bytes).
- setHost(VlanHostDesc) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- setHosts(List<VlanHostDesc>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- setHostTracking(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setIcmpCode(short) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Set the ICMP code.
- setIcmpCode(short) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader
-
Set the ICMP code.
- setIcmpCode(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- setIcmpType(short) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket
-
Set the ICMP type.
- setIcmpType(short) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader
-
Set the ICMP type.
- setIcmpType(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- setId(VtnPathPolicyBuilder, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Set the path policy identifier into the given path policy builder.
- setId(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setId(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- setId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder
-
- setId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInputBuilder
-
- setId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- setId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- setId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- setIdentification(short) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the identification number from the header.
- setIdentifier(short) - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Sets the ICMP identifier for the current ICMP object instance.
- setIdentifier(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- setIdentifier(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- setIdentifier(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- setIdentifier(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setIdleTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- setIgnoredLink(List<IgnoredLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.remove.flow.condition.match.output.RemoveMatchResultBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- setIndex(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setIndices(List<Integer>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setInitState(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setInitTimeout(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setInstallHw(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setInstructions(Instructions) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setInt(byte[], int, int) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Set an integer value into the given byte array in network byte order.
- setInterfaceEnabled(TxContext, VInterfaceIdentifier<T>, boolean) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Set the enabled state to the specified virtual interface.
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- setInterfaceName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setIpAddresses(List<IpAddress>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setIpAddresses(List<IpAddress>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setIpProbeCount(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setKey(VtnFlowActionKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- setKey(VtnFlowMatchKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- setKey(VtnFlowConditionKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- setKey(VtnFlowFilterKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- setKey(FlowIdListKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder
-
- setKey(MatchFlowsKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder
-
- setKey(NodeFlowsKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- setKey(PortFlowsKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- setKey(SourceHostFlowsKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- setKey(VtnDataFlowKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setKey(FlowStatsRecordKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setKey(VtnFlowEntryKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setKey(VtnFlowTableKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setKey(VtnPortKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setKey(VtnNodeKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- setKey(PortLinkKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- setKey(MapReferenceListKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder
-
- setKey(MacMapAllowedKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- setKey(MacMapDeniedKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- setKey(PortMappingKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- setKey(VlanMappingKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- setKey(IgnoredLinkKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- setKey(VtnLinkKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- setKey(MappedHostKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- setKey(VlanMapKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- setKey(VtnPathMapKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setKey(VtnPathPolicyKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- setKey(VtnPathCostKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- setKey(VtnKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setKey(StaticSwitchLinkKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- setKey(StaticEdgePortKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- setKey(VlanHostDescListKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- setKey(TenantMacTableKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- setKey(MacTableEntryKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setKey(MacAddressTableKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- setKey(FaultedPathsKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- setKey(VbridgeKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setKey(VinterfaceKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setKey(VterminalKey) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- setL2FlowPriority(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setLength(short) - Method in class org.opendaylight.vtn.manager.packet.UDP
-
Set the UDP header length value for the current UDP object instance.
- setLinkId(LinkId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- setLinkId(LinkId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- setLinkId(LinkId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- setLinkId(LinkId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- setLinkId(LinkId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- setListId(FlowFilterListId) - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList
-
Set the identifier for this flow filter list.
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSourceBuilder
-
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder
-
- setMacAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setMacAddresses(List<MacAddress>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- setMacAddresses(List<MacAddress>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- setMacAddressTable(List<MacAddressTable>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- setMacMap(SetMacMapInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Configure MAC mapping in the specified vBridge.
- setMacMap(SetMacMapInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapService
-
Configure MAC mapping in the specified vBridge.
- setMacMap(MacMap) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setMacMapAcl(SetMacMapAclInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Configure MAC mapping in the specified vBridge.
- setMacMapAcl(SetMacMapAclInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapService
-
Configure MAC mapping in the specified vBridge.
- SetMacMapAclInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container input {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf acl-type {
type vtn-acl-type;
}
leaf operation {
type vtn-update-operation-type;
}
leaf-list hosts {
type vlan-host-desc;
}
uses vbridge-path-fields;
}
The schema path to identify an instance is
vtn-mac-map/set-mac-map-acl/input
To create instances of this class use
SetMacMapAclInputBuilder
.
- SetMacMapAclInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- SetMacMapAclInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- SetMacMapAclInputBuilder(VbridgePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- SetMacMapAclInputBuilder(SetMacMapAclInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- SetMacMapAclOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-mac-map/set-mac-map-acl/output
To create instances of this class use
SetMacMapAclOutputBuilder
.
- SetMacMapAclOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- SetMacMapAclOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- SetMacMapAclOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- SetMacMapAclOutputBuilder(SetMacMapAclOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- SetMacMapAclTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
SetMacMapAclTask
describes the MD-SAL datastore transaction task
that configures the access control list in the MAC mapping.
- setMacMapAllowed(List<MacMapAllowed>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- setMacMapConfig(MacMapConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder
-
- setMacMapDenied(List<MacMapDenied>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- SetMacMapInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container input {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf operation {
type vtn-update-operation-type;
}
leaf-list allowed-hosts {
type vlan-host-desc;
}
leaf-list denied-hosts {
type vlan-host-desc;
}
uses vbridge-path-fields;
}
The schema path to identify an instance is
vtn-mac-map/set-mac-map/input
To create instances of this class use
SetMacMapInputBuilder
.
- SetMacMapInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- SetMacMapInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- SetMacMapInputBuilder(VbridgePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- SetMacMapInputBuilder(SetMacMapInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- SetMacMapOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-mac-map
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-mac-map/set-mac-map/output
To create instances of this class use
SetMacMapOutputBuilder
.
- SetMacMapOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
- SetMacMapOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- SetMacMapOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- SetMacMapOutputBuilder(SetMacMapOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- setMacMappedHost(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder
-
- setMacMappedHost(List<MacMappedHost>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder
-
- setMacMapStatus(MacMapStatus) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder
-
- SetMacMapTask - Class in org.opendaylight.vtn.manager.internal.vnode
-
SetMacMapTask
describes the MD-SAL datastore transaction task
that configures a MAC mapping in the specified vBridge.
- setMacTableEntry(List<MacTableEntry>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- setMajor(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- setMapId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutputBuilder
-
- setMapId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutputBuilder
-
- setMapId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder
-
- setMapId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- setMapIds(List<String>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- setMapIndex(List<Integer>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInputBuilder
-
- setMappedHost(List<MappedHost>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatusBuilder
-
- setMappedPort(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- setMapping(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder
-
- setMapping(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder
-
- setMapping(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder
-
- setMapping(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- setMapReferenceList(List<MapReferenceList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedBuilder
-
- SetMapTask - Class in org.opendaylight.vtn.manager.internal.routing
-
SetMapTask
describes the MD-SAL datastore transaction task that
associates the path map with the specified index.
- setMatch(MatchBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder, IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder, IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder, IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(MatchBuilder, IpVersion) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Configure the condition represented by this instance into the given
MD-SAL flow match builder.
- setMatch(Match) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setMatchFlows(List<MatchFlows>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setMatchIndex(List<Integer>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInputBuilder
-
- SetMatchResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output
-
Describes pairs of match indices passed to the RPC input and results.
- SetMatchResultBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output
-
- SetMatchResultBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- SetMatchResultBuilder(VtnFlowMatchResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- SetMatchResultBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- SetMatchResultBuilder(SetMatchResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- SetMatchTask - Class in org.opendaylight.vtn.manager.internal.flow.cond
-
SetMatchTask
describes the MD-SAL datastore transaction task that
associates the flow match with the specified index in a flow condition.
- setMaxRedirections(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setMicro(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- setMinor(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- setMode(DataFlowMode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInputBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInputBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInputBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder
-
- setName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setName(VnodeName) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- setNextId(VtnFlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowIdBuilder
-
- setNoBytCounts(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowModFlagsBuilder
-
Set a value for NO_BYT_COUNTS bit.
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- setNode(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setNodeFlows(List<NodeFlows>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setNoPktCounts(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowModFlagsBuilder
-
Set a value for NO_PKT_COUNTS bit.
- setOpCode(short) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the opCode for the current ARP object instance.
- setOpenflowVersion(VtnOpenflowVersion) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setOperation(VtnUpdateOperationType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- setOptions(byte[]) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Store the options from IP header.
- setOrder(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- setOrder(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- setOrder(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- setOrder(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setOutGroup(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setOutPort(BigInteger) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setOutput(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setOutput(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setOutput(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- setPacketCount(BigDecimal) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- setPacketCount(Counter64) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder
-
- setPacketCount(Counter64) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setPathCost(SetPathCostInput) - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Associate the cost of transmitting a packet with the specified
switch port in the specified path policy.
- setPathCost(SetPathCostInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService
-
Associate the cost of transmitting a packet with the specified switch port in
the specified path policy.
- SetPathCostInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
This class represents the following YANG schema fragment defined in module
vtn-path-policy
container input {
leaf id {
type int32;
}
list path-cost-list {
key leaf port-desc {
type vtn-port-desc;
}
leaf cost {
type cost;
}
uses vtn-path-cost-config;
}
}
The schema path to identify an instance is
vtn-path-policy/set-path-cost/input
To create instances of this class use
SetPathCostInputBuilder
.
- SetPathCostInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- SetPathCostInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- SetPathCostInputBuilder(SetPathCostInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- setPathCostList(List<PathCostList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder
-
- SetPathCostOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
This class represents the following YANG schema fragment defined in module
vtn-path-policy
container output {
list set-path-cost-result {
key leaf port-desc {
type vtn-port-desc;
}
leaf status {
type vtn-update-type;
}
uses vtn-port-desc-result;
}
}
The schema path to identify an instance is
vtn-path-policy/set-path-cost/output
To create instances of this class use
SetPathCostOutputBuilder
.
- SetPathCostOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- SetPathCostOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutputBuilder
-
- SetPathCostOutputBuilder(SetPathCostOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutputBuilder
-
- SetPathCostResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output
-
Describes pairs of switch port descriptors passed to the RPC input and results.
- SetPathCostResultBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output
-
- SetPathCostResultBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- SetPathCostResultBuilder(VtnPortDescResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- SetPathCostResultBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- SetPathCostResultBuilder(SetPathCostResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- SetPathCostTask - Class in org.opendaylight.vtn.manager.internal.routing
-
SetPathCostTask
describes the MD-SAL transaction task that set
all the specified link cost configurations into the path policy
configuration.
- setPathFaults(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- setPathMap(SetPathMapInput) - Method in class org.opendaylight.vtn.manager.internal.routing.PathMapManager
-
Create or modify the global or VTN path map.
- setPathMap(SetPathMapInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapService
-
Create or modify the global or VTN path map.
- SetPathMapInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
This class represents the following YANG schema fragment defined in module
vtn-path-map
container input {
leaf tenant-name {
type string;
}
list path-map-list {
key leaf condition {
type vnode-name;
}
leaf policy {
type policy;
}
leaf idle-timeout {
type uint16;
}
leaf hard-timeout {
type uint16;
}
leaf index {
type int32;
}
uses vtn-path-map-config;
}
}
The schema path to identify an instance is
vtn-path-map/set-path-map/input
To create instances of this class use
SetPathMapInputBuilder
.
- SetPathMapInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
- SetPathMapInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- SetPathMapInputBuilder(SetPathMapInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- setPathMapList(List<PathMapList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- SetPathMapOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
This class represents the following YANG schema fragment defined in module
vtn-path-map
container output {
list set-path-map-result {
key leaf index {
type int32;
}
leaf status {
type vtn-update-type;
}
uses vtn-path-map-result;
}
}
The schema path to identify an instance is
vtn-path-map/set-path-map/output
To create instances of this class use
SetPathMapOutputBuilder
.
- SetPathMapOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
- SetPathMapOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder
-
- SetPathMapOutputBuilder(SetPathMapOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder
-
- SetPathMapResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output
-
Describes pairs of path map indices passed to the RPC input and results.
- SetPathMapResultBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output
-
- SetPathMapResultBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- SetPathMapResultBuilder(VtnPathMapResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- SetPathMapResultBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- SetPathMapResultBuilder(SetPathMapResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- SetPathMapTask - Class in org.opendaylight.vtn.manager.internal.routing
-
SetPathMapTask
describes the MD-SAL datastore transaction task
that set all the specified path map configurations into the global or VTN
path map configuration.
- setPathPolicy(SetPathPolicyInput) - Method in class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Create or modify the path policy.
- setPathPolicy(SetPathPolicyInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService
-
Create or modify the path policy.
- setPathPolicyId(int) - Method in class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Set the identifier of the path policy which routed this flow.
- setPathPolicyId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- SetPathPolicyInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
This class represents the following YANG schema fragment defined in module
vtn-path-policy
container input {
leaf id {
type int32;
}
leaf default-cost {
type default-cost;
}
list vtn-path-cost {
key "port-desc"
leaf port-desc {
type vtn-port-desc;
}
leaf cost {
type cost;
}
uses vtn-path-cost-config;
}
leaf operation {
type vtn-update-operation-type;
}
leaf present {
type boolean;
}
uses vtn-path-policy-config;
}
The schema path to identify an instance is
vtn-path-policy/set-path-policy/input
To create instances of this class use
SetPathPolicyInputBuilder
.
- SetPathPolicyInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- SetPathPolicyInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- SetPathPolicyInputBuilder(VtnPathPolicyConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- SetPathPolicyInputBuilder(SetPathPolicyInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- SetPathPolicyOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
This class represents the following YANG schema fragment defined in module
vtn-path-policy
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-path-policy/set-path-policy/output
To create instances of this class use
SetPathPolicyOutputBuilder
.
- SetPathPolicyOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- SetPathPolicyOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- SetPathPolicyOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- SetPathPolicyOutputBuilder(SetPathPolicyOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- SetPathPolicyTask - Class in org.opendaylight.vtn.manager.internal.routing
-
SetPathPolicyTask
describes the MD-SAL transaction task that
creates or updates the specified path policy configuration.
- setPayload(Packet) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set the payload of the Ethernet frame.
- setPayload(Packet) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Set the packet encapsulated by this IPv4 packet.
- setPayload(Packet) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Set the packet encapsulated by this packet.
- setPayloadClass(Class<? extends Packet>) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Set a class that specifies the type of packets encapsulated by this
packet.
- setPcp(byte) - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Sets the priority code point(PCP) for the current IEEE 802.1Q object
instance.
- setPeer(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder
-
- setPeriodic(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setPhysicalEgressPort(PhysicalEgressPort) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- setPhysicalIngressPort(PhysicalIngressPort) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder
-
- setPhysicalRoute(List<PhysicalRoute>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setPolicy(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder
-
- setPolicy(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- setPort(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- setPort(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- setPort(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder
-
- setPort(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- setPortDesc(VtnPathCostBuilder, VtnPortDesc) - Static method in class org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils
-
Set the switch port descriptor into the given path cost builder.
- setPortDesc(VtnPortDesc) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder
-
- setPortDesc(List<VtnPortDesc>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder
-
- setPortDesc(VtnPortDesc) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder
-
- setPortDesc(VtnPortDesc) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- setPortDesc(VtnPortDesc) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- setPortFlows(List<PortFlows>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setPortFrom(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpDestinationRangeBuilder
-
- setPortFrom(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder
-
- setPortFrom(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpDestinationRangeBuilder
-
- setPortFrom(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setPortId(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- setPortId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setPortLink(List<PortLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- setPortMap(TxContext, VTNPortMapConfig) - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Change the configuration for the port mapping.
- setPortMap(SetPortMapInput) - Method in class org.opendaylight.vtn.manager.internal.vnode.VInterfaceService
-
Configure the port mapping in the specified virtual interface.
- setPortMap(Port, OfNode, Long, String) - Method in class org.opendaylight.vtn.manager.neutron.impl.OVSDBEventHandler
-
Set PortMap for an Interface.
- setPortMap(SetPortMapInput) - Method in class org.opendaylight.vtn.manager.neutron.impl.VTNManagerService
-
Configure a port mapping into the virtual interface specified by the
given RPC input.
- setPortMap(SetPortMapInput) - Method in interface org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMapService
-
Configure port mapping in the specified virtual interface.
- setPortMapConfig(PortMapConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- SetPortMapInput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-port-map
container input {
leaf tenant-name {
type string;
}
leaf bridge-name {
type string;
}
leaf router-name {
type string;
}
leaf terminal-name {
type string;
}
leaf interface-name {
type string;
}
leaf vlan-id {
type vlan-id;
}
leaf node {
type node-id;
}
leaf port-id {
type string;
}
leaf port-name {
type string;
}
uses vnode-path-fields;
uses vtn-port-map-config;
}
The schema path to identify an instance is
vtn-port-map/set-port-map/input
To create instances of this class use
SetPortMapInputBuilder
.
- SetPortMapInputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
- SetPortMapInputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapInputBuilder(VnodePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapInputBuilder(VtnVlanIdField) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapInputBuilder(VtnPortLocation) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapInputBuilder(VtnSwitchPort) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapInputBuilder(SetPortMapInput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- SetPortMapOutput - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
This class represents the following YANG schema fragment defined in module
vtn-port-map
container output {
leaf status {
type vtn-update-type;
}
uses vtn-rpc-result;
}
The schema path to identify an instance is
vtn-port-map/set-port-map/output
To create instances of this class use
SetPortMapOutputBuilder
.
- SetPortMapOutputBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
- SetPortMapOutputBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- SetPortMapOutputBuilder(VtnRpcResult) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- SetPortMapOutputBuilder(SetPortMapOutput) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- setPortMapping(List<PortMapping>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- SetPortMapTask<B extends VtnPortMappableBridge> - Class in org.opendaylight.vtn.manager.internal.vnode
-
SetPortMapTask
describes the MD-SAL datastore transaction task
that configures the port mapping in the specified virtual interface.
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- setPortName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setPortTo(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpDestinationRangeBuilder
-
- setPortTo(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder
-
- setPortTo(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpDestinationRangeBuilder
-
- setPortTo(PortNumber) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder
-
- setPresent(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- setPresent(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- setPriority(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setProtocol(Short) - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Set the IP protocol number to match against packets.
- setProtocol(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the protocol value of the IP payload.
- setProtocol(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- setProtocol(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- setProtocolAddressLength(byte) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the Protocol address for the current ARP object instance.
- setProtocolType(short) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the protocol Type for the current ARP object instance.
- setQualifier(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder
-
- setRawPayload(byte[]) - Method in class org.opendaylight.vtn.manager.packet.Packet
-
Set a raw payload in the packet class.
- setReason(VirtualRouteReason) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- setRedirectDestination(RedirectDestination) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- setRemovedFlows(RemovedFlows) - Method in class org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoveContext
-
Set VTN data flows to be removed.
- setRemovedLink(List<RemovedLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder
-
- setRemoveMacEntryResult(List<RemoveMacEntryResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutputBuilder
-
- setRemoveMatchResult(List<RemoveMatchResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchOutputBuilder
-
- setRemovePathCostResult(List<RemovePathCostResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutputBuilder
-
- setRemovePathMapResult(List<RemovePathMapResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutputBuilder
-
- setRemoveVlanMapResult(List<RemoveVlanMapResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutputBuilder
-
- setReserved(byte) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP reserved bits for the current TCP object instance.
- setResetCounts(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowModFlagsBuilder
-
Set a value for RESET_COUNTS bit.
- setResult(T) - Method in class org.opendaylight.vtn.manager.internal.flow.common.FlowModContext
-
Set the result of the flow modification.
- setResult(T) - Method in class org.opendaylight.vtn.manager.internal.flow.reader.AbstractReadFlowFuture
-
Set the result of this future.
- setResult(T, Throwable) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Set the result of the task.
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- setRouterName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setSalFlowId(FlowId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setSenderHardwareAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the sender hardware address for the current ARP object instance.
- setSenderProtocolAddress(Ip4Network) - Method in class org.opendaylight.vtn.manager.internal.util.packet.ArpPacketBuilder
-
Set the sender protocol address.
- setSenderProtocolAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the sender protocol address for the current ARP object instance.
- setSendFlowRem(boolean) - Method in class org.opendaylight.vtn.manager.internal.util.flow.FlowModFlagsBuilder
-
Set a value for SEND_FLOW_REM bit.
- setSequenceNumber(short) - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Sets the ICMP sequence number for the current ICMP object instance.
- setSequenceNumber(int) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP sequence number for the current TCP object instance.
- setSetMatchResult(List<SetMatchResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder
-
- setSetPathCostResult(List<SetPathCostResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutputBuilder
-
- setSetPathMapResult(List<SetPathMapResult>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder
-
- setShort(byte[], int, short) - Static method in class org.opendaylight.vtn.manager.util.NumberUtils
-
Set a short integer value into the given byte array in network byte
order.
- setSource(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder
-
- setSource(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder
-
- setSource(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder
-
- setSource(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- setSource(NodeConnectorId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- setSource(NodeId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder
-
- setSourceAddress(EtherAddress) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set the source MAC address.
- setSourceAddress(IpNetwork) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet
-
Set the source IP address.
- setSourceAddress(EtherAddress) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Set the source MAC address.
- setSourceAddress(IpNetwork) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.InetHeader
-
Set the source IP address.
- setSourceAddress(Ip4Network) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the IP source address from the header.
- setSourceAddress(MacAddress) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- setSourceHostFlows(List<SourceHostFlows>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setSourceMACAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.Ethernet
-
Sets the source MAC address for the current Ethernet object.
- setSourceNetwork(IpPrefix) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- setSourcePort(int) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Set the source port number.
- setSourcePort(int) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader
-
Set the source port number.
- setSourcePort(short) - Method in class org.opendaylight.vtn.manager.packet.PortPacket
-
Set the source port number into this instance.
- setStartTime(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder
-
- setState(VnodeState) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder
-
- setState(VnodeState) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- setStaticEdgePort(List<StaticEdgePort>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder
-
- setStaticEdgePorts(StaticEdgePorts) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- setStaticLink(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- setStaticSwitchLink(List<StaticSwitchLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder
-
- setStaticSwitchLinks(StaticSwitchLinks) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.remove.flow.condition.match.output.RemoveMatchResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutputBuilder
-
- setStatus(VtnUpdateType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutputBuilder
-
- setStrict(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- setTableId(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- SettableVTNFuture<T> - Class in org.opendaylight.vtn.manager.internal.util.concurrent
-
An implementation of
VTNFuture
that requires the task result to be
set externally.
- SettableVTNFuture() - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
- setTargetHardwareAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the target hardware address for the current ARP object instance.
- setTargetProtocolAddress(byte[]) - Method in class org.opendaylight.vtn.manager.packet.ARP
-
Sets the target protocol address for the current ARP object instance.
- setTcpDestinationRange(TcpDestinationRange) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- setTcpSourceRange(TcpSourceRange) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- setTenantMacTable(List<TenantMacTable>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTablesBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInputBuilder
-
- setTenantName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInputBuilder
-
- setTerminalName(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- setThread(Thread) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Set a thread that is executing the task.
- setThread(Thread) - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture
-
Set a thread that is executing the task.
- setTime(Long) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder
-
- setToController(boolean) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Set a boolean value which indicates whether the packet is sent to the
controller or not.
- setTopologyWait(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- setTotalLength(short) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the total length of IPv4 packet in bytes.
- setTtl(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the TTL value.
- setType(byte) - Method in class org.opendaylight.vtn.manager.packet.ICMP
-
Sets the type for the current ICMP message.
- setType(Short) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeActionBuilder
-
- setUdpDestinationRange(UdpDestinationRange) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- setUdpSourceRange(UdpSourceRange) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- setUpdateMode(VnodeUpdateMode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder
-
- setUpdateMode(VnodeUpdateMode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder
-
- setUpdateMode(VnodeUpdateMode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder
-
- setUpdateMode(VnodeUpdateMode) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInputBuilder
-
- setUrgentPointer(short) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP Urgent Pointer for the current TCP object instance.
- setUsed(Boolean) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setVbridge(List<Vbridge>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setVbridgeConfig(VbridgeConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setVbridgeInputFilter(VbridgeInputFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setVbridgeOutputFilter(VbridgeOutputFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setVersion(byte) - Method in class org.opendaylight.vtn.manager.packet.IPv4
-
Stores the IP version from the header.
- setVid(short) - Method in class org.opendaylight.vtn.manager.packet.IEEE8021Q
-
Sets the VLAN identifier(VID) for the current IEEE 802.1Q instance.
- setVinterface(List<Vinterface>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setVinterface(List<Vinterface>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- setVinterfaceConfig(VinterfaceConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setVinterfaceInputFilter(VinterfaceInputFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setVinterfaceOutputFilter(VinterfaceOutputFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setVinterfaceStatus(VinterfaceStatus) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- setVirtualNodePath(VirtualNodePath) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- setVirtualRoute(List<VirtualRoute>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setVirtualRoute(List<VirtualRoute>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setVlanHostDescList(List<VlanHostDescList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHostsBuilder
-
- setVlanHostDescList(List<VlanHostDescList>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHostsBuilder
-
- setVlanId(int) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set the VLAN ID to the IEEE 802.1Q VLAN tag.
- setVlanId(int) - Method in interface org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterContext
-
Set VLAN ID used for packet matching.
- setVlanId(int) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Set the VLAN ID to the IEEE 802.1Q VLAN tag.
- setVlanId(int) - Method in class org.opendaylight.vtn.manager.internal.vnode.PacketContext
-
Set VLAN ID used for packet matching.
- setVlanId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdActionBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSourceBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- setVlanId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInputBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInputBuilder
-
- setVlanId(VlanId) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- setVlanId(Integer) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder
-
- setVlanMap(List<VlanMap>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- setVlanMapConfig(VlanMapConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- setVlanMapId(String) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder
-
- setVlanMapping(List<VlanMapping>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- setVlanMapStatus(VlanMapStatus) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- setVlanPcp(VlanPcp) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder
-
- setVlanPcp(VlanPcp) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- setVlanPriority(short) - Method in class org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket
-
Set the VLAN priority value to the IEEE 802.1Q VLAN tag.
- setVlanPriority(short) - Method in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
Set the VLAN priority value to the IEEE 802.1Q VLAN tag.
- setVlanType(VlanType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanActionBuilder
-
- setVtenantConfig(VtenantConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setVterminal(List<Vterminal>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setVterminalConfig(VterminalConfig) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- setVtn(List<Vtn>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder
-
- setVtnAction(VtnAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- setVtnDataFlow(List<VtnDataFlow>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- setVtnDropAction(VtnDropAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCaseBuilder
-
- setVtnDropFilter(VtnDropFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder
-
- setVtnEtherMatch(VtnEtherMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- setVtnEtherMatch(VtnEtherMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- setVtnEtherMatch(VtnEtherMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- setVtnFlowAction(List<VtnFlowAction>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- setVtnFlowAction(List<VtnFlowAction>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder
-
- setVtnFlowCondition(List<VtnFlowCondition>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder
-
- setVtnFlowEntry(List<VtnFlowEntry>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInputBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- setVtnFlowFilter(List<VtnFlowFilter>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- setVtnFlowFilterType(VtnFlowFilterType) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- setVtnFlowMatch(List<VtnFlowMatch>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder
-
- setVtnFlowMatch(List<VtnFlowMatch>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- setVtnFlowTable(List<VtnFlowTable>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder
-
- setVtnInetMatch(VtnInetMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- setVtnInetMatch(VtnInetMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- setVtnInetMatch(VtnInetMatch) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- setVtnInputFilter(VtnInputFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setVtnLayer4Match(VtnLayer4Match) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchListBuilder
-
- setVtnLayer4Match(VtnLayer4Match) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- setVtnLayer4Match(VtnLayer4Match) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder
-
- setVtnLink(List<VtnLink>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder
-
- setVtnNode(List<VtnNode>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder
-
- setVtnPassFilter(VtnPassFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder
-
- setVtnPathCost(List<VtnPathCost>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder
-
- setVtnPathCost(List<VtnPathCost>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- setVtnPathMap(List<VtnPathMap>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder
-
- setVtnPathMap(List<VtnPathMap>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- setVtnPathMaps(VtnPathMaps) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- setVtnPathPolicy(List<VtnPathPolicy>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder
-
- setVtnPopVlanAction(VtnPopVlanAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCaseBuilder
-
- setVtnPort(List<VtnPort>) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- setVtnPushVlanAction(VtnPushVlanAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCaseBuilder
-
- setVtnRedirectFilter(VtnRedirectFilter) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder
-
- setVtnSetDlDstAction(VtnSetDlDstAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder
-
- setVtnSetDlSrcAction(VtnSetDlSrcAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder
-
- setVtnSetIcmpCodeAction(VtnSetIcmpCodeAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCaseBuilder
-
- setVtnSetIcmpTypeAction(VtnSetIcmpTypeAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCaseBuilder
-
- setVtnSetInetDscpAction(VtnSetInetDscpAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCaseBuilder
-
- setVtnSetInetDstAction(VtnSetInetDstAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder
-
- setVtnSetInetSrcAction(VtnSetInetSrcAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder
-
- setVtnSetPortDstAction(VtnSetPortDstAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCaseBuilder
-
- setVtnSetPortSrcAction(VtnSetPortSrcAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCaseBuilder
-
- setVtnSetVlanIdAction(VtnSetVlanIdAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCaseBuilder
-
- setVtnSetVlanPcpAction(VtnSetVlanPcpAction) - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCaseBuilder
-
- setWindowSize(short) - Method in class org.opendaylight.vtn.manager.packet.TCP
-
Sets the TCP window size for the current TCP object instance.
- ShortAdapter - Class in org.opendaylight.vtn.manager.util.xml.adapters
-
ShortAdapter
establishes XML data binding between
Short
type and
String
.
- ShortAdapter() - Constructor for class org.opendaylight.vtn.manager.util.xml.adapters.ShortAdapter
-
- shortValue() - Method in enum org.opendaylight.vtn.manager.util.EtherTypes
-
Return the Ethernet type value as a short integer value.
- shortValue() - Method in enum org.opendaylight.vtn.manager.util.InetProtocols
-
Return the IP protocol number as a short integer value.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Shut down the VTN flow service.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Shutdown listener service.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool
-
Shut down the thread pool.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Shut down the timer.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Shut down the vBridge entity management.
- shutdown() - Method in class org.opendaylight.vtn.manager.internal.vnode.VTenantManager
-
Trigger the system shutdownn sequence.
- shutdownNow() - Method in class org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool
-
Shut down the thread pool, and attempt to stop all executing tasks.
- size() - Method in class org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpcList
-
Return the number of RPC invocations in this instance.
- SIZE - Static variable in class org.opendaylight.vtn.manager.util.EtherAddress
-
The number of octets in an ethernet address.
- SIZE - Static variable in class org.opendaylight.vtn.manager.util.Ip4Network
-
The number of octets in an IPv4 address.
- sortedCopy(List<T>, Comparator<? super T>) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Return the copy of the given list sorted by the given comparator.
- SourceHostFlows - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
A list of VTN data flow IDs indexed by source host.
- SourceHostFlowsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
- SourceHostFlowsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- SourceHostFlowsBuilder(VlanHost) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- SourceHostFlowsBuilder(VtnVlanIdField) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- SourceHostFlowsBuilder(FlowIdSet) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- SourceHostFlowsBuilder(SourceHostFlows) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder
-
- SourceHostFlowsKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
- SourceHostFlowsKey(MacAddress, VlanId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey
-
- SourceHostFlowsKey(SourceHostFlowsKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey
-
Creates a copy from Source Object.
- SpecificPortFilter - Class in org.opendaylight.vtn.manager.internal.util.inventory
-
An implementation of
PortFilter
that accepts
SalPort
instance which equals to the specified one.
- SpecificPortFilter(SalPort) - Constructor for class org.opendaylight.vtn.manager.internal.util.inventory.SpecificPortFilter
-
Construct a new instance.
- start(StatsReaderService) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.NodeFlowStatsReader
-
Start the flow statistics read transaction.
- start(SalNode, StatsReaderCallback) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService
-
Start the flow stats reader transaction for getting statistics
information about all flow entries present in the given switch.
- start(Timer) - Method in class org.opendaylight.vtn.manager.internal.flow.stats.StatsTimerTask
-
Start the periodic timer task that updates the flow statistics.
- start() - Method in class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Start the inventory service.
- start() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation
-
Start the observation of the RPC invocation.
- start() - Method in class org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl
-
Start the transaction queue processing.
- startAging() - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeEntity
-
Start the MAC address aging task for the target vBridge.
- STATE_CANCELED - Static variable in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Internal state that indicates the task has been canceled.
- STATE_COMPLETED - Static variable in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Internal state that indicates the task has completed.
- STATE_COMPLETING - Static variable in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Internal state that indicates the task is going to complete.
- STATE_EXECUTING - Static variable in class org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer
-
Internal state that indicates the task associated with the future is
executing.
- StaticEdgePort - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports
-
A list of switch ports to be treated as edge port.
- StaticEdgePortBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology.
- StaticEdgePortBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- StaticEdgePortBuilder(StaticEdgePort) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder
-
- StaticEdgePortKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports
-
- StaticEdgePortKey(NodeConnectorId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey
-
- StaticEdgePortKey(StaticEdgePortKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey
-
Creates a copy from Source Object.
- StaticEdgePorts - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology
-
The root container of static edge port configuration.
- StaticEdgePortsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology.
- StaticEdgePortsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder
-
- StaticEdgePortsBuilder(StaticEdgePorts) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder
-
- StaticSwitchLink - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links
-
A list of inter-switch links to be configured statically.
- StaticSwitchLinkBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology.
- StaticSwitchLinkBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- StaticSwitchLinkBuilder(VtnSwitchLink) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- StaticSwitchLinkBuilder(StaticSwitchLink) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder
-
- StaticSwitchLinkKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links
-
- StaticSwitchLinkKey(NodeConnectorId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey
-
- StaticSwitchLinkKey(StaticSwitchLinkKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey
-
Creates a copy from Source Object.
- StaticSwitchLinks - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology
-
The root container of static inter-switch link configuration.
- StaticSwitchLinksBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology.
- StaticSwitchLinksBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder
-
- StaticSwitchLinksBuilder(StaticSwitchLinks) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder
-
- StaticTopologyManager - Class in org.opendaylight.vtn.manager.internal.inventory
-
StaticTopologyManager
manages the static network topology
configured by user.
- StatsReaderCallback - Interface in org.opendaylight.vtn.manager.internal.flow.stats
-
StatsReaderCallback
is a callback for accepting flow statistics
information sent by a switch.
- StatsReaderService - Class in org.opendaylight.vtn.manager.internal.flow.stats
-
StatsReaderService
provides interfaces to fetch flow statistics
information from OpenFlow switch.
- StatsReaderService(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService
-
Construct a new instance.
- StatsTimerTask - Class in org.opendaylight.vtn.manager.internal.flow.stats
-
The timer task that collects flow statistics periodically.
- StatsTimerTask(TxQueue) - Constructor for class org.opendaylight.vtn.manager.internal.flow.stats.StatsTimerTask
-
Construct a new instance.
- stopAging(boolean) - Method in class org.opendaylight.vtn.manager.internal.vnode.VBridgeEntity
-
Stop the MAC address aging task associated with the target vBridge.
- submit(TxTask<?>) - Method in class org.opendaylight.vtn.manager.internal.inventory.InventoryMaintainer
-
Execute the given transaction task on the transaction queue.
- submit(ReadWriteTransaction, MacMapIdentifier) - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Put the MAC mapping status only if this instance is modified.
- submit(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Update the runtime status information in the MD-SAL datastore.
- submit(TxContext) - Method in class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Submit runtime status changes to the MD-SAL datastore.
- submitInitial(TxTask<?>) - Method in class org.opendaylight.vtn.manager.internal.inventory.InventoryMaintainer
-
Execute the given transaction task for initialization on the
transaction queue.
- SubSystemRegistry - Class in org.opendaylight.vtn.manager.internal.provider
-
SubSystemRegistry
keeps instances that manage subsystems in the
VTN Manager.
- SubSystemRegistry() - Constructor for class org.opendaylight.vtn.manager.internal.provider.SubSystemRegistry
-
Construct a new instance.
- validate() - Method in class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.AbstractVTNProviderModule
-
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.VTNEntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.internal.util.XmlConfigFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.util.EtherTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.vtn.manager.util.InetProtocols
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnAclType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.vnode.VNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.VTNEntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.internal.util.XmlConfigFile.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.util.EtherTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.vtn.manager.util.InetProtocols
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnAclType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VBridge - Class in org.opendaylight.vtn.manager.internal.vnode
-
VBridge
describes a configuration and runtime status for a vBridge.
- VBridge(BridgeIdentifier<Vbridge>) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridge
-
Construct a new instance.
- VBridge(BridgeIdentifier<Vbridge>, Vbridge) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridge
-
Construct a new instance.
- Vbridge - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list
-
vBridge is a virtual layer 2 switch inside VTN, and it represents one virtual
broadcast domain.
- VbridgeBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list
-
Class that builds
Vbridge
instances.
- VbridgeBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(VtnVbridgeInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(VtnVlanMappable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(VtnPortMappableBridge) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(VtnMappableVinterfaceList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(VtnMacMappable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeBuilder(Vbridge) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder
-
- VbridgeConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
The container which contains configuration for vBridge.
- VbridgeConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
- VbridgeConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- VbridgeConfigBuilder(VtnVbridgeConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- VbridgeConfigBuilder(VbridgeConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder
-
- VBridgeEntity - Class in org.opendaylight.vtn.manager.internal.vnode
-
VBridgeEntity
describes the entity of the vBridge in a cluster.
- VBridgeEntity(VTNManagerProvider, VBridgeIdentifier, VtnVbridgeConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridgeEntity
-
Construct a new instance.
- VBridgeIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VBridgeIdentifier
describes an identifier for a vBridge.
- VBridgeIdentifier(VnodeName, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Construct a new instance.
- VBridgeIdentifier(VNodeIdentifier<?>, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier
-
Construct a new instance.
- VBridgeIfIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VBridgeIfIdentifier
describes an identifier for a virtual interface
attached to a vBridge.
- VBridgeIfIdentifier(VnodeName, VnodeName, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Construct a new instance.
- VBridgeIfIdentifier(VBridgeIdentifier, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier
-
Construct a new instance.
- VbridgeInputFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
A list of flow filters applied to packets forwarded to the vBridge.
- VbridgeInputFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
- VbridgeInputFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- VbridgeInputFilterBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- VbridgeInputFilterBuilder(VbridgeInputFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilterBuilder
-
- VBridgeInterface - Class in org.opendaylight.vtn.manager.internal.vnode
-
VBridgeInterface
describes a configuration and runtime status for a
virtual interface inside vBridge.
- VBridgeInterface(VInterfaceIdentifier<Vbridge>, VtnVinterfaceConfig, VTNPortMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridgeInterface
-
Construct a new instance.
- VBridgeInterface(VInterfaceIdentifier<Vbridge>, Vinterface) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridgeInterface
-
Construct a new instance.
- VbridgeKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list
-
- VbridgeKey(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey
-
- VbridgeKey(VbridgeKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey
-
Creates a copy from Source Object.
- VBridgeManager - Class in org.opendaylight.vtn.manager.internal.vnode
-
VBridgeManager
provides services related to vBridge.
- VBridgeManager(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VBridgeManager
-
Construct a new instance.
- VBridgeMapIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VBridgeMapIdentifier
describes an identifier for a virtual mapping
configured in a vBridge.
- VbridgeOutputFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
A list of flow filters applied to packets transmitted to the physical network
mapped to the vBridge by VLAN mapping or MAC mapping.
- VbridgeOutputFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info
-
- VbridgeOutputFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- VbridgeOutputFilterBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- VbridgeOutputFilterBuilder(VbridgeOutputFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilterBuilder
-
- VbridgePathFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes a set of fields which specify the location of the vBridge inside the
VTN.
- VERBOSE_LOG - Static variable in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
A logger for extra verbose logging.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Verify the contents of this instance.
- verify(Logger, long, TimeUnit) - Method in class org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpcList
-
Verify the result of remove-flow RPC.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.inventory.MacVlan
-
Verify the contents of this instance.
- verify(MacAddress) - Static method in class org.opendaylight.vtn.manager.internal.util.MiscUtils
-
Verify the given MAC address.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Verify the contents of this instance.
- verify() - Method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Verify the contents of this instance.
- verifyChecksum(Inet4Packet, PortPacket<?>) - Static method in class org.opendaylight.vtn.manager.internal.packet.cache.PortProtoPacket
-
Verify the packet using the checksum.
- verifyDeniedHost(VlanHostDesc) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Verify a host information in the denied host set.
- verifyDeniedHost(MacVlan) - Static method in class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Verify a host information in the denied host set.
- verifyFlowTimeout(Integer, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Verify the given flow timeout values.
- verifyFlowTimeout(Integer, Integer, boolean) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
Verify the given flow timeout values.
- verifyFlowTimeout(VtnFlowTimeoutConfig) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.FlowUtils
-
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNDropFilter
-
This method does nothing.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter
-
Verify the contents of this instance.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNPassFilter
-
This method does nothing.
- verifyImpl() - Method in class org.opendaylight.vtn.manager.internal.util.flow.filter.VTNRedirectFilter
-
Verify the contents of this instance.
- verifyMapIndex(Set<Integer>, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Ensure that there is not duplicate map index in the path map list.
- verifyMapIndex(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils
-
Ensure that the given map index is valid.
- verifyMatchIndex(Set<Integer>, Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Ensure that there is no duplicate match index in the match list.
- verifyMatchIndex(Integer) - Static method in class org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils
-
Verify the given index number for a flow match in a flow condition.
- VInterface<B extends VtnPortMappableBridge> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VInterface
describes a configuration and runtime status for a
virtual interface.
- VInterface(VInterfaceIdentifier<B>, VtnVinterfaceConfig, VTNPortMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Construct a new instance.
- VInterface(VInterfaceIdentifier<B>, Vinterface) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VInterface
-
Construct a new instance.
- Vinterface - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list
-
Describes virtual interface which can contain port mapping configuration.
- VinterfaceBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list
-
- VinterfaceBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- VinterfaceBuilder(VtnMappableVinterface) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- VinterfaceBuilder(VtnPortMappable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- VinterfaceBuilder(VtnVinterfaceInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- VinterfaceBuilder(Vinterface) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder
-
- VinterfaceConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
The container which contains configuration for virtual interface.
- VinterfaceConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
- VinterfaceConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- VinterfaceConfigBuilder(VtnVinterfaceConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- VinterfaceConfigBuilder(VinterfaceConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder
-
- VInterfaceIdentifier<B extends VtnPortMappableBridge> - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VInterfaceIdentifier
describes an identifier for a virtual
interface which can have port mapping configuration.
- VinterfaceInputFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
A list of flow filters applied to packets received from this virtual interface.
- VinterfaceInputFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
- VinterfaceInputFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- VinterfaceInputFilterBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- VinterfaceInputFilterBuilder(VinterfaceInputFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilterBuilder
-
- VinterfaceKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list
-
- VinterfaceKey(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey
-
- VinterfaceKey(VinterfaceKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey
-
Creates a copy from Source Object.
- VinterfaceOutputFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
A list of flow filters applied to packets transmitted from this virtual
interface.
- VinterfaceOutputFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info
-
- VinterfaceOutputFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- VinterfaceOutputFilterBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- VinterfaceOutputFilterBuilder(VinterfaceOutputFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilterBuilder
-
- VInterfaceService - Class in org.opendaylight.vtn.manager.internal.vnode
-
VInterfaceService
provides RPC services related to virtual
interface.
- VInterfaceService(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VInterfaceService
-
Construct a new instance.
- VinterfaceStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface
-
The container which contains runtime status information about the virtual
interface which can contain port mapping configuration.
- VinterfaceStatusBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface
-
- VinterfaceStatusBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- VinterfaceStatusBuilder(VtnMappableVinterfaceStatus) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- VinterfaceStatusBuilder(VinterfaceStatus) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder
-
- VirtualBridge<T extends VtnPortMappableBridge> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VInterface
describes a configuration and runtime status for a
virtual bridge inside VTN.
- VirtualBridge(BridgeIdentifier<T>) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Construct a new instance.
- VirtualBridge(BridgeIdentifier<T>, T) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualBridge
-
Construct a new instance.
- VirtualElement<T extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VirtualNode
describes an abstracted data for a virtual network
element in the VTN.
- VirtualElement(I) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualElement
-
Construct a new instance.
- VirtualElement(I, T) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualElement
-
Construct a new instance.
- VirtualMapNode - Interface in org.opendaylight.vtn.manager.internal.vnode
-
VirtualMapNode
determines interfaces to be implemented by virtual
node classes which map the physical network element.
- VirtualMapRegistry<C extends MapCleaner> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VirtualMapRegistry
describes a base context for registering virtual
network mapping.
- VirtualMapRegistry(TxContext) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualMapRegistry
-
Construct a new instance.
- VirtualNode<T extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VirtualNode
describes an abstracted data for a virtual node.
- VirtualNode(I) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualNode
-
Construct a new instance.
- VirtualNode(I, T) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VirtualNode
-
Construct a new instance.
- VirtualNodePath - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info
-
Describes the location of the virtual node inside the VTN.
- VirtualNodePathBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info
-
- VirtualNodePathBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- VirtualNodePathBuilder(VnodePathFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- VirtualNodePathBuilder(VirtualNodePath) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder
-
- VirtualRoute - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common
-
A sequence of `virtual-route-info' which represents the packet route in the
virtual network.
- VirtualRouteBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common
-
- VirtualRouteBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- VirtualRouteBuilder(Ordered) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- VirtualRouteBuilder(VirtualRouteInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- VirtualRouteBuilder(VirtualRoute) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder
-
- VirtualRouteInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
This model is used to represent the virtual packet routing within the VTN.
- VirtualRouteReason - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
- VLAN_NONE - Static variable in interface org.opendaylight.vtn.manager.internal.util.packet.EtherHeader
-
A pseudo VLAN ID that indicates untagged ethernet frame.
- VLAN_UNSPEC - Static variable in class org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList
-
A pseudo VLAN ID which indicates the VLAN ID is not specified.
- VlanDescParser - Class in org.opendaylight.vtn.manager.internal.util
-
Utility class to parse a string that consists of an identifier string and
a VLAN ID.
- VlanDescParser(String, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.VlanDescParser
-
Construct a new instance.
- VlanHost - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the host in VLAN.
- VlanHostDesc - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the host in VLAN.
- VlanHostDesc(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDesc
-
- VlanHostDesc(VlanHostDesc) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDesc
-
Creates a copy from Source Object.
- VlanHostDescList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set
-
Describes a list of unique `vlan-host-desc' values.
- VlanHostDescListBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set
-
- VlanHostDescListBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- VlanHostDescListBuilder(VlanHostDescList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder
-
- VlanHostDescListKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set
-
- VlanHostDescListKey(VlanHostDesc) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey
-
- VlanHostDescListKey(VlanHostDescListKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey
-
Creates a copy from Source Object.
- VlanHostDescSet - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes a set of `vlan-host-desc' values.
- VlanIdAdapter - Class in org.opendaylight.vtn.manager.util.xml.adapters
-
VlanIdAdapter
establishes XML data binding between
VlanId
type and
Integer
.
- VlanIdAdapter() - Constructor for class org.opendaylight.vtn.manager.util.xml.adapters.VlanIdAdapter
-
- VlanMap - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable
-
A list of VLAN mappings configured in this data model.
- VlanMapBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable
-
Class that builds
VlanMap
instances.
- VlanMapBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- VlanMapBuilder(VtnVlanMapInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- VlanMapBuilder(VlanMap) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder
-
- VlanMapCleaner - Class in org.opendaylight.vtn.manager.internal.vnode
-
An implementation of
MapCleaner
that purges network resources
superseded by VLAN mappings.
- VlanMapCleaner() - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VlanMapCleaner
-
- VlanMapConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info
-
The container which contains configuration for VLAN mapping.
- VlanMapConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info
-
- VlanMapConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- VlanMapConfigBuilder(VtnVlanMapConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- VlanMapConfigBuilder(VtnVlanIdField) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- VlanMapConfigBuilder(VlanMapConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder
-
- VlanMapIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VlanMapIdentifier
describes an identifier for a VLAN mapping
configured in a vBridge.
- VlanMapIdentifier(VnodeName, VnodeName, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Construct a new instance.
- VlanMapIdentifier(BridgeIdentifier<Vbridge>, String) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier
-
Construct a new instance.
- VlanMapKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable
-
- VlanMapKey(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey
-
- VlanMapKey(VlanMapKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey
-
Creates a copy from Source Object.
- VlanMapping - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings
-
VLAN mapping configured in a vBridge.
- VlanMappingBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings
-
- VlanMappingBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- VlanMappingBuilder(VtnMapReference) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- VlanMappingBuilder(VtnMapReferenceField) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- VlanMappingBuilder(VlanMapping) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder
-
- VlanMappingKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings
-
- VlanMappingKey(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingKey
-
- VlanMappingKey(VlanMappingKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingKey
-
Creates a copy from Source Object.
- VlanMapPortFilter - Class in org.opendaylight.vtn.manager.internal.vnode
-
An implementation of
PortFilter
that accepts
SalPort
instances corresponding to switch ports mapped by the specified
VLAN mapping.
- VlanMapRegistry - Class in org.opendaylight.vtn.manager.internal.vnode
-
VlanMapRegistry
describes a context for registering VLAN mapping.
- VlanMapRegistry(TxContext, VlanMapIdentifier) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VlanMapRegistry
-
Construct a new instance.
- VlanMapStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info
-
The container which contains runtime status information about VLAN mapping.
- VlanMapStatusBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info
-
- VlanMapStatusBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder
-
- VlanMapStatusBuilder(VtnVlanMapStatus) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder
-
- VlanMapStatusBuilder(VlanMapStatus) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder
-
- VlanType - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VNodeFlowRemover - Class in org.opendaylight.vtn.manager.internal.flow.remove
-
An implementation of
FlowRemover
which removes
VTN data flows related to the specified virtual node.
- VNodeFlowRemover(VNodeIdentifier<?>) - Constructor for class org.opendaylight.vtn.manager.internal.flow.remove.VNodeFlowRemover
-
Construct a new instance.
- VNodeHop - Class in org.opendaylight.vtn.manager.internal.util.flow
-
VNodeHop
describes a hop in the virtual packet routing within the
VTN.
- VNodeHop() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.VNodeHop
-
Construct a new instance which indicates the data flow is terminated.
- VNodeHop(VNodeIdentifier<?>, VirtualRouteReason) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.VNodeHop
-
Construct a new instance.
- VNodeIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VNodeIdentifier
describes an identifier for the virtual node.
- VNodeIdentifierFactory - Interface in org.opendaylight.vtn.manager.internal.util.vnode
-
VNodeIdentifierFactory
describes an interface for factory class
of
VNodeIdentifier
.
- VNodeMapCleaner - Class in org.opendaylight.vtn.manager.internal.vnode
-
VNodeMapCleaner
purges network resources originated by the
specified virtual node.
- VNodeMapCleaner(VNodeIdentifier<?>) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VNodeMapCleaner
-
Construct a new instance.
- VnodeName - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
The name of the virtual node.
- VnodeName(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName
-
- VnodeName(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName
-
Creates a copy from Source Object.
- VnodeNameAdapter - Class in org.opendaylight.vtn.manager.util.xml.adapters
-
VnodeNameAdapter
establishes XML data binding between
VnodeName
type and
String
.
- VnodeNameAdapter() - Constructor for class org.opendaylight.vtn.manager.util.xml.adapters.VnodeNameAdapter
-
- VNodePathConverter - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VNodePathConverter
is a utility class that converts YANG
instance identifier into
VNodeIdentifier
instance.
- VNodePathConverter(InstanceIdentifier<?>) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VNodePathConverter
-
Construct a new instance.
- VnodePathFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes a set of fields which specify the location of the virtual node inside
the VTN.
- VNodeReader - Class in org.opendaylight.vtn.manager.internal.vnode
-
Helper class to read virtual node in the VTN tree using the specified
MD-SAL datastore transaction.
- VNodeReader(TxContext) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VNodeReader
-
Construct a new instance.
- VnodeState - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VNodeType - Enum in org.opendaylight.vtn.manager.internal.util.vnode
-
VNodeType
Describes a type of virtual node specified by
VNodeIdentifier
.
- VnodeUpdateMode - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VNodeWalker<T> - Class in org.opendaylight.vtn.manager.internal.vnode
-
VNodeWalker
describes a VTN task that walks all the virtual nodes
in the VTN model tree.
- VNodeWalker() - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VNodeWalker
-
Construct a new instance.
- VTenant - Class in org.opendaylight.vtn.manager.internal.vnode
-
VTenant
describes configuration for the VTN.
- VTenant(PacketContext, VTenantIdentifier, Vtn) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTenant
-
Construct a new instance.
- VtenantConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
The container which contains configuration for the Virtual Tenant Network (VTN).
- VtenantConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
- VtenantConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- VtenantConfigBuilder(VtnVtenantConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- VtenantConfigBuilder(VtnFlowTimeoutConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- VtenantConfigBuilder(VtenantConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder
-
- VTenantIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTenantIdentifier
describes an identifier for a VTN.
- VTenantIdentifier(VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier
-
Construct a new instance.
- VTenantManager - Class in org.opendaylight.vtn.manager.internal.vnode
-
Virtual tenant manager.
- VTenantManager(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTenantManager
-
Construct a new instance.
- VTerminal - Class in org.opendaylight.vtn.manager.internal.vnode
-
VTerminal
describes a configuration and runtime status for a
vTerminal.
- VTerminal(BridgeIdentifier<Vterminal>) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTerminal
-
Construct a new instance.
- VTerminal(BridgeIdentifier<Vterminal>, Vterminal) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTerminal
-
Construct a new instance.
- Vterminal - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list
-
vTerminal is isolated input and output terminal inside VTN. vTerminal can have
only one virtual interface, and it can map a physical switch port by port
mapping.
- VterminalBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list
-
- VterminalBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- VterminalBuilder(VtnVterminalInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- VterminalBuilder(VtnPortMappableBridge) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- VterminalBuilder(VtnMappableVinterfaceList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- VterminalBuilder(Vterminal) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder
-
- VterminalConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info
-
The container which contains configuration for vTerminal.
- VterminalConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info
-
- VterminalConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- VterminalConfigBuilder(VtnVterminalConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- VterminalConfigBuilder(VterminalConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder
-
- VTerminalIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTerminalIdentifier
describes an identifier for a vTerminal.
- VTerminalIdentifier(VnodeName, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Construct a new instance.
- VTerminalIdentifier(VNodeIdentifier<?>, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier
-
Construct a new instance.
- VTerminalIfIdentifier - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTerminalIfIdentifier
describes an identifier for a virtual
interface attached to a vTerminal.
- VTerminalIfIdentifier(VnodeName, VnodeName, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Construct a new instance.
- VTerminalIfIdentifier(VTerminalIdentifier, VnodeName) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier
-
Construct a new instance.
- VTerminalInterface - Class in org.opendaylight.vtn.manager.internal.vnode
-
VTerminalInterface
describes a configuration and runtime status for
a virtual interface inside vTerminal.
- VTerminalInterface(VInterfaceIdentifier<Vterminal>, VtnVinterfaceConfig, VTNPortMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTerminalInterface
-
Construct a new instance.
- VTerminalInterface(VInterfaceIdentifier<Vterminal>, Vinterface) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTerminalInterface
-
Construct a new instance.
- VterminalKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list
-
- VterminalKey(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey
-
- VterminalKey(VterminalKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey
-
Creates a copy from Source Object.
- VterminalPathFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes a set of fields which specify the location of the vTerminal inside
VTN.
- Vtn - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns
-
VTN is a virtual network environment that gets created inside the OpenDaylight
controller.
- VtnAclType - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VtnAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields
-
Describes the abstract type of flow action.
- VtnActionFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes the flow action fields supported by the VTN Manager.
- VTNActionList - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNActionList
is a utility to construct a list of flow actions
in a flow entry.
- VTNActionList() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNActionList
-
- VtnBridgeStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Describes runtime status information about a virtual bridge node in the VTN.
- VtnBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns
-
Class that builds
Vtn
instances.
- VtnBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- VtnBuilder(VtnInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- VtnBuilder(VtnVterminalList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- VtnBuilder(VtnVbridgeList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- VtnBuilder(Vtn) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder
-
- VTNConfig - Interface in org.opendaylight.vtn.manager.internal
-
VTNConfig
describes the global configuration of the VTN Manager.
- VtnConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209
-
The global configuration of the VTN Manager.
- VtnConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209
-
- VtnConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- VtnConfigBuilder(VtnConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder
-
- VtnConfigData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209
-
The module that describes runtime configuration for the VTN Manager.
- VTNConfigImpl - Class in org.opendaylight.vtn.manager.internal.config
-
Implementation of VTNConfig
interface.
- VTNConfigImpl() - Constructor for class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Construct a new instance which contains default parameter values.
- VTNConfigImpl(EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Construct a new instance which contains default parameter values.
- VTNConfigImpl(VtnConfig) - Constructor for class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Construct a new instance.
- VTNConfigImpl(VtnConfig, EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.config.VTNConfigImpl
-
Construct a new instance.
- VtnConfigListener - Class in org.opendaylight.vtn.manager.internal.config
-
The base class for data tree change listeners that listens vtn-config.
- VtnConfigListener() - Constructor for class org.opendaylight.vtn.manager.internal.config.VtnConfigListener
-
Consturct a new instance.
- VTNConfigManager - Class in org.opendaylight.vtn.manager.internal.config
-
VTN global configuration manager.
- VTNConfigManager(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.config.VTNConfigManager
-
Construct a new instance.
- VtnData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
The module that describes the configuration of the VTN (Virtual Tenant Network).
- VTNDataFlow - Interface in org.opendaylight.vtn.manager.internal.util.flow
-
VTNDataFlow
describes a VTN data flow information in the MD-SAL
datastore.
- VtnDataFlow - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
A list of data flows present in the VTN.
- VtnDataFlowBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
- VtnDataFlowBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- VtnDataFlowBuilder(VtnDataFlowFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- VtnDataFlowBuilder(VtnDataFlowCommon) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- VtnDataFlowBuilder(VtnFlowIdentifiable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- VtnDataFlowBuilder(VtnDataFlow) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder
-
- VtnDataFlowCommon - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
Describes a common information about a data flow established by the VTN Manager.
- VtnDataFlowFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313
-
Describes an internal information about data flow established by the VTN
Manager.
- VtnDataFlowInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
Describes a data flow established by the VTN Manager.
- VtnDataFlowKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info
-
- VtnDataFlowKey(VtnFlowId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey
-
- VtnDataFlowKey(VtnDataFlowKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey
-
Creates a copy from Source Object.
- VTNDlAddrAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNDlAddrAction
describes the flow action that sets the MAC address
into Ethernet header.
- VTNDlAddrAction(EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Construct a new instance without specifying action order.
- VTNDlAddrAction(EtherAddress, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Construct a new instance with specifying action order.
- VTNDlAddrAction(VtnDladdrActionFields, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDlAddrAction
-
Construct a new instance.
- VtnDladdrActionFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes the flow action fields that sets the MAC address into packet.
- VTNDropAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNDropAction
describes the flow action that discards every packet.
- VTNDropAction() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNDropAction
-
Construct a new instance without specifying action order.
- VtnDropAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action._case
-
Describes the flow action that drops every packet.
- VtnDropActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action.
- VtnDropActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action._case.VtnDropActionBuilder
-
- VtnDropActionBuilder(VtnDropAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.drop.action._case.VtnDropActionBuilder
-
- VtnDropActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-drop-action'.
- VtnDropActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnDropActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCaseBuilder
-
- VtnDropActionCaseBuilder(VtnDropActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnDropActionCaseBuilder
-
- VTNDropFilter - Class in org.opendaylight.vtn.manager.internal.util.flow.filter
-
VTNDropFilter
describes configuration information about flow
filter which discards packets.
- VtnDropFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case
-
Describes the DROP flow filter which discards the specified packet.
- VtnDropFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter.
- VtnDropFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder
-
- VtnDropFilterBuilder(VtnDropFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder
-
- VtnDropFilterCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
The branch of the `vtn-flow-filter-type' choice for the `vtn-drop-filter'.
- VtnDropFilterCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
- VtnDropFilterCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder
-
- VtnDropFilterCaseBuilder(VtnDropFilterCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder
-
- VTNEntityType - Enum in org.opendaylight.vtn.manager.internal.util
-
VTNEntityType
describes entities shared by VTN Managers in a
cluster.
- VtnErrorTag - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VTNEtherMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNEtherMatch
describes the condition for ethernet header to match
against packets.
- VTNEtherMatch() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Construct a new instance that matches every packet.
- VTNEtherMatch(Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Construct a new instance that matches the given Ethernet type.
- VTNEtherMatch(EtherAddress, EtherAddress, Integer, Integer, Short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Construct a new instance.
- VTNEtherMatch(VtnEtherMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
- VTNEtherMatch(EthernetMatchFields, VlanMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch
-
Construct a new instance from the given EthernetMatchFields
and
VlanMatchFields
instances.
- VtnEtherMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields
-
The flow condition to match against Ethernet header.
- VtnEtherMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields
-
- VtnEtherMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- VtnEtherMatchBuilder(VtnEtherMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- VtnEtherMatchBuilder(VtnEtherMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder
-
- VtnEtherMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the ethernet header and IEEE 802.1Q VLAN tag fields to match against
packets.
- VTNException - Exception in org.opendaylight.vtn.manager
-
VTNException
is an exception for notifying errors caused by the
VTN Manager.
- VTNException(VtnErrorTag, String) - Constructor for exception org.opendaylight.vtn.manager.VTNException
-
Consturct a new
VTNException
instance that internally stores
the given message and
VtnErrorTag
.
- VTNException(VtnErrorTag, String, Throwable) - Constructor for exception org.opendaylight.vtn.manager.VTNException
-
Consturct a new
VTNException
instance that internally stores
the given message
VtnErrorTag
.
- VTNException(String) - Constructor for exception org.opendaylight.vtn.manager.VTNException
-
Consturct a new VTNException
that indicates an internal error.
- VTNException(String, Throwable) - Constructor for exception org.opendaylight.vtn.manager.VTNException
-
Consturct a new VTNException
that indicates an internal error.
- VTNFlowAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNFlowAction
descrbes the abstracted flow action.
- VtnFlowAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list
-
Describes a list of flow actions supported by the VTN Manager.
- VtnFlowActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list
-
- VtnFlowActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- VtnFlowActionBuilder(Ordered) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- VtnFlowActionBuilder(VtnActionFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- VtnFlowActionBuilder(VtnFlowAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder
-
- VtnFlowActionKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list
-
- VtnFlowActionKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionKey
-
- VtnFlowActionKey(VtnFlowActionKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionKey
-
Creates a copy from Source Object.
- VtnFlowActionList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes a list of flow actions.
- VTNFlowBuilder - Class in org.opendaylight.vtn.manager.internal.util.flow
-
VTNFlowBuilder
describes a request for adding a new VTN data flow.
- VTNFlowBuilder(String, VTNMatch, int, int, int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder
-
Construct a new instance.
- VtnFlowCondConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the configuration for a VTN flow condition.
- VTNFlowCondition - Class in org.opendaylight.vtn.manager.internal.util.flow.cond
-
VTNFlowCondition
describes configuration for a flow condition.
- VTNFlowCondition(VtnFlowCondConfig) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition
-
- VtnFlowCondition - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions
-
A list of flow conditions shared with all VTNs.
- VtnFlowConditionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions
-
- VtnFlowConditionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- VtnFlowConditionBuilder(VtnFlowCondConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- VtnFlowConditionBuilder(VtnFlowCondition) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder
-
- VtnFlowConditionData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
The module that describes the flow condition to match against packets.
- VtnFlowConditionKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions
-
- VtnFlowConditionKey(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey
-
- VtnFlowConditionKey(VtnFlowConditionKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey
-
Creates a copy from Source Object.
- VtnFlowConditions - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
The root container of all the flow condition configuratins.
- VtnFlowConditionsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
- VtnFlowConditionsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder
-
- VtnFlowConditionsBuilder(VtnFlowConditions) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder
-
- VtnFlowConditionService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Interface for implementing the following YANG RPCs defined in module vtn-flow-condition
rpc remove-flow-condition {
"Remove the flow condition specified by the name.
- VtnFlowEntry - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields
-
A list of flow entries that establishes this data flow.
- VtnFlowEntryBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields
-
- VtnFlowEntryBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryBuilder(VtnFlowEntryInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryBuilder(Ordered) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryBuilder(Flow) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryBuilder(GenericFlowAttributes) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryBuilder(VtnFlowEntry) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder
-
- VtnFlowEntryInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313
-
Describes information about a flow entry.
- VtnFlowEntryKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields
-
- VtnFlowEntryKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryKey
-
- VtnFlowEntryKey(VtnFlowEntryKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryKey
-
Creates a copy from Source Object.
- VTNFlowFilter - Class in org.opendaylight.vtn.manager.internal.util.flow.filter
-
VTNFlowFilter
describes configuration information about flow filter.
- VtnFlowFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list
-
Describes a list of flow filters configured in a virtual node in VTN.
- VtnFlowFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list
-
- VtnFlowFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterBuilder(VtnFlowFilterConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterBuilder(VtnFlowFilterTypeFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterBuilder(VtnFlowActionList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterBuilder(VtnIndex) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterBuilder(VtnFlowFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder
-
- VtnFlowFilterConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Describes a rule of a packet filter applied to packets forwarded in VTN.
- VtnFlowFilterId - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Specifies the target list of flow filters for RPC.
- VtnFlowFilterKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list
-
- VtnFlowFilterKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey
-
- VtnFlowFilterKey(VtnFlowFilterKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey
-
Creates a copy from Source Object.
- VtnFlowFilterList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Describes a list of flow filters.
- VtnFlowFilterResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Describes pairs of flow filter indices and `vtn-update-type' values.
- VtnFlowFilterService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-flow-filter
rpc set-flow-filter {
"Create or modify the flow filter.
- VtnFlowFilterType - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields
-
Describes the abstract type of flow filter.
- VtnFlowFilterTypeFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Describes the type of flow filter.
- VtnFlowId - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
Identifier for a VTN data flow.
- VtnFlowId(BigInteger) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId
-
- VtnFlowId(VtnFlowId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId
-
Creates a copy from Source Object.
- VtnFlowId(FlowCookie) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId
-
Creates a new instance from FlowCookie
- VtnFlowIdentifiable - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
Describes an interface that specifies a VTN data flow.
- VtnFlowImplData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313
-
The internal module for entities implementing the VTN data flow.
- VTNFlowManager - Class in org.opendaylight.vtn.manager.internal.flow
-
Flow entry manager.
- VTNFlowManager(VTNManagerProvider, NotificationService) - Constructor for class org.opendaylight.vtn.manager.internal.flow.VTNFlowManager
-
Construct a new instance.
- VTNFlowManager.TxCounterCallback<T> - Class in org.opendaylight.vtn.manager.internal.flow
-
A callback for flow transaction future that decrements the transaction
counter.
- VTNFlowMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.cond
-
VTNFlowMatch
describes the condition to match against packtes
in a flow condition.
- VTNFlowMatch(VtnFlowMatchConfig) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowMatch
-
- VtnFlowMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config
-
A list of conditions to match against packets.
- VtnFlowMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config
-
- VtnFlowMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- VtnFlowMatchBuilder(VtnMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- VtnFlowMatchBuilder(VtnIndex) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- VtnFlowMatchBuilder(VtnFlowMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder
-
- VtnFlowMatchConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the configuration for a VTN flow match in a VTN flow condition.
- VtnFlowMatchKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config
-
- VtnFlowMatchKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchKey
-
- VtnFlowMatchKey(VtnFlowMatchKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchKey
-
Creates a copy from Source Object.
- VtnFlowMatchResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes a pair of VTN flow match index and `vtn-update-type'.
- VtnFlows - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313
-
Top level container that contains VTN data flow information.
- VtnFlowsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313
-
- VtnFlowsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder
-
- VtnFlowsBuilder(VtnFlows) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder
-
- VtnFlowService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410
-
Interface for implementing the following YANG RPCs defined in module vtn-flow
rpc get-data-flow {
"Return information about data flows specified by the RPC input.
- VtnFlowTable - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows
-
Information about data flows present in the VTN.
- VtnFlowTableBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows
-
- VtnFlowTableBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- VtnFlowTableBuilder(TenantFlowInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- VtnFlowTableBuilder(VtnFlowTable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder
-
- VtnFlowTableKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows
-
- VtnFlowTableKey(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey
-
- VtnFlowTableKey(VtnFlowTableKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey
-
Creates a copy from Source Object.
- VtnFlowTimeoutConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes configurations for flow entry timeout.
- VTNFuture<T> - Interface in org.opendaylight.vtn.manager.internal.util.concurrent
-
A
VTNFuture
is a
CheckedFuture
that wraps exception
in a
VTNException
.
- VTNFutureTask<T> - Class in org.opendaylight.vtn.manager.internal.util.concurrent
-
- VTNFutureTask(Callable<T>) - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.VTNFutureTask
-
Construct a new instance.
- VTNFutureTask(Runnable, T) - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.VTNFutureTask
-
Create a
VTNFutureTask
instance that will execute the given
runnable.
- VTNIcmpMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNIcmpMatch
describes the condition for ICMP header to match
against packets.
- VTNIcmpMatch() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Construct a new instance that matches every ICMP packet.
- VTNIcmpMatch(Short, Short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Construct a new instance.
- VTNIcmpMatch(VtnIcmpMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
- VTNIcmpMatch(Icmpv4MatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch
-
Create a new instance from the given Icmpv4MatchFields
instance.
- VtnIcmpMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
This class represents the following YANG schema fragment defined in module vtn-flow-condition
case vtn-icmp-match {
leaf icmp-type {
type uint8;
}
leaf icmp-code {
type uint8;
}
}
The schema path to identify an instance is
vtn-flow-condition/vtn-match-fields/vtn-layer4-match/vtn-icmp-match
- VtnIcmpMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
- VtnIcmpMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- VtnIcmpMatchBuilder(VtnIcmpMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- VtnIcmpMatchBuilder(VtnIcmpMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder
-
- VtnIcmpMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the ICMP header fields to match against packets.
- VTNIdentifiable<T extends Comparable> - Interface in org.opendaylight.vtn.manager.util
-
VTNIdentifiable
describes an object that can be identified by
a
Comparable
.
- VTNIdentifiableComparator<T extends Comparable<T>> - Class in org.opendaylight.vtn.manager.util
-
VTNIdentifiableComparator
provides a comparison function for
VTNIdentifiable
instances.
- VTNIdentifiableComparator(Class<T>) - Constructor for class org.opendaylight.vtn.manager.util.VTNIdentifiableComparator
-
Construct a new instance.
- VtnIndex - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes an int32 fields named `index' that determines the order of elements
a list.
- VtnIndexComparator - Class in org.opendaylight.vtn.manager.internal.util
-
- VtnIndexComparator() - Constructor for class org.opendaylight.vtn.manager.internal.util.VtnIndexComparator
-
- VTNInet4Match - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNInet4Match
describes the condition for IPv4 header to match
against packets.
- VTNInet4Match() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Construct a new instance that matches every IPv4 packet.
- VTNInet4Match(Short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Construct a new instance that matches the given IP protocol.
- VTNInet4Match(IpNetwork, IpNetwork, Short, Short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Construct a new instance.
- VTNInet4Match(VtnInetMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
- VTNInet4Match(IpMatchFields, Ipv4MatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match
-
Construct a new instance from the given IpMatchFields
and
Ipv4MatchFields
instances.
- VTNInetAddrAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNInetAddrAction
describes the flow action that sets the IP address
into IP header.
- VTNInetAddrAction(IpNetwork) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Construct a new instance without specifying action order.
- VTNInetAddrAction(IpNetwork, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Construct a new instance with specifying action order.
- VTNInetAddrAction(VtnIpaddrActionFields, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNInetAddrAction
-
Construct a new instance.
- VTNInetMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNInetMatch
describes the condition for IP header to match against
packets.
- VtnInetMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields
-
The flow condition to match against IP header.
- VtnInetMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields
-
- VtnInetMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- VtnInetMatchBuilder(VtnInetMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- VtnInetMatchBuilder(VtnInetMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder
-
- VtnInetMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the IP header fields to match against packets.
- VtnInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
Describes information about a VTN.
- VtnInputFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
A list of flow filters applied to incoming packet.
- VtnInputFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
- VtnInputFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- VtnInputFilterBuilder(VtnFlowFilterList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- VtnInputFilterBuilder(VtnInputFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilterBuilder
-
- VtnInventoryData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
The internal module for managing inventories.
- VTNInventoryListener - Interface in org.opendaylight.vtn.manager.internal.inventory
-
Interface for classes that listen change of VTN node information.
- VTNInventoryManager - Class in org.opendaylight.vtn.manager.internal.inventory
-
Internal inventory manager.
- VTNInventoryManager(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager
-
Construct a new instance.
- VtnIpaddrActionFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes the flow action fields that sets the IP address into packet.
- VtnKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns
-
- VtnKey(VnodeName) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey
-
- VtnKey(VtnKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey
-
Creates a copy from Source Object.
- VTNLayer4Match - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNLayer4Match
describes the condition for layer 4 protocol header
to match against packets.
- VtnLayer4Match - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields
-
The flow condition to match layer 4 protocol header.
- VTNLayer4PortMatch<H extends Layer4PortHeader> - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNLayer4PortMatch
describes the condition for IP port numbers
to match against packets.
- VtnLink - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology
-
A list of inter-switch links recognized by the VTN Manager.
- VtnLinkBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology
-
Class that builds
VtnLink
instances.
- VtnLinkBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- VtnLinkBuilder(VtnLinkInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- VtnLinkBuilder(VtnSwitchLink) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- VtnLinkBuilder(VtnLink) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder
-
- VtnLinkInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209
-
Information about inter-switch link.
- VtnLinkKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology
-
- VtnLinkKey(LinkId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey
-
- VtnLinkKey(VtnLinkKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey
-
Creates a copy from Source Object.
- VTNLogLevel - Enum in org.opendaylight.vtn.manager.internal.util.log
-
VTNLogLevel
defines a set of logging level for VTN internal
messages.
- VtnMacEntry - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907
-
Describes information about a MAC address learned inside vBridge.
- VTNMacMap - Class in org.opendaylight.vtn.manager.internal.vnode
-
VTNMacMap
describes a configuration and runtime status for a
MAC mapping.
- VTNMacMap(BridgeIdentifier<Vbridge>, VTNMacMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Construct a new instance.
- VTNMacMap(BridgeIdentifier<Vbridge>, MacMap) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTNMacMap
-
Construct a new instance.
- VTNMacMapConfig - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTNMacMapConfig
describes configuration information about a
MAC mapping configured in a vBridge.
- VTNMacMapConfig() - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Construct an empty MAC mapping configuration.
- VTNMacMapConfig(VtnMacMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig
-
Construct a new instance.
- VtnMacMapConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
Describes configuration for a MAC mapping.
- VtnMacMapInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
Describes information about MAC mapping, which maps hosts specified by MAC
address and VLAN ID to a vBridge.
- VtnMacMappable - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
Describes the data model which can contain MAC mapping configuration.
- VtnMacMapService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-mac-map
rpc set-mac-map {
"Configure MAC mapping in the specified vBridge.
- VTNMacMapStatus - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTNMacMapStatus
describes the runtime information about
a MAC mapping configured in a vBridge.
- VTNMacMapStatus() - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Construct an empty instance.
- VTNMacMapStatus(MacMapStatus) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus
-
Construct a new instance.
- VtnMacMapStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907
-
Describes runtime status information about MAC mapping.
- VtnMacTableData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907
-
The module that describes the data models for MAC address table, which keeps
addresses learned inside vBridge.
- VtnMacTableEntry - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907
-
Describes a set of MAC address entry in a MAC address table.
- VtnMacTableList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907
-
A list of MAC address tables.
- VtnMacTableService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-mac-table
rpc remove-mac-entry {
"Remove the specified MAC address information from the MAC address
table in the specified vBridge.
- VTNManager - Interface in org.opendaylight.vtn.manager
-
OSGi service interface associated with VTN Manager service.
- VTNManagerProvider - Interface in org.opendaylight.vtn.manager.internal
-
This interface defines an internal OSGi service which provides MD-SAL
VTN Manager services used by AD-SAL interface.
- VTNManagerProviderImpl - Class in org.opendaylight.vtn.manager.internal.provider
-
MD-SAL service provider of the VTN Manager.
- VTNManagerProviderImpl(BundleContext, DataBroker, RpcProviderRegistry, NotificationService, NotificationPublishService, EntityOwnershipService) - Constructor for class org.opendaylight.vtn.manager.internal.provider.VTNManagerProviderImpl
-
Construct a new instance.
- VTNManagerService - Class in org.opendaylight.vtn.manager.neutron.impl
-
VTNManagerService
provides interfaces to control VTN Manager.
- VTNManagerService(MdsalUtils, RpcConsumerRegistry) - Constructor for class org.opendaylight.vtn.manager.neutron.impl.VTNManagerService
-
Construct a new instance.
- VtnMappableVinterface - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Describes information about a virtual interface which can contain port mapping
configuration.
- VtnMappableVinterfaceList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Describes a list of virtual interfaces which can have port mapping
confuguration.
- VtnMappableVinterfaceStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Describes runtime status information about a virtual interface which can
port mapping configuration.
- VtnMappingData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
The internal module to maintain mappings between virtual nodes and physical
network elements.
- VtnMappings - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
The root container of mappings between virtual nodes and physical network
elements.
- VtnMappingsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
- VtnMappingsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- VtnMappingsBuilder(VtnMappings) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder
-
- VtnMapReference - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
Describes a virtual network mapping associated with physical network element.
- VtnMapReferenceField - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
Describes a field that keeps a virtual network mapping.
- VtnMapReferenceList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
Describes a set of virtual network mappings.
- VtnMapReferenceSet - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001
-
Describes a set of virtual network mappings associated with physical network
element.
- VTNMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNMatch
describes the condition to match against packtes.
- VTNMatch() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Create a new flow match that matches every packet.
- VTNMatch(VTNEtherMatch, VTNInetMatch, VTNLayer4Match) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Construct a new flow match.
- VTNMatch(Match) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch
-
Construct a new flow match from the given Match
instance.
- VtnMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the configuration for a VTN flow match that specifies the condition
match against packets.
- VtnNeutronConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701
-
The configuration for VTN neutron service.
- VtnNeutronConfigBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701
-
- VtnNeutronConfigBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- VtnNeutronConfigBuilder(VtnNeutronConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfigBuilder
-
- VtnNeutronConfigData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701
-
The module that describes the configuration for VTN neutron service.
- VTNNeutronUtils - Class in org.opendaylight.vtn.manager.neutron.impl
-
Base utility functions used by neutron handlers.
- VtnNode - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes
-
A list of nodes managed by the VTN Manager.
- VtnNodeBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes
-
Class that builds
VtnNode
instances.
- VtnNodeBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- VtnNodeBuilder(VtnNodeInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- VtnNodeBuilder(VtnNode) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder
-
- VtnNodeEvent - Class in org.opendaylight.vtn.manager.internal.inventory
-
VtnNodeEvent
describes an event which notifies a VTN node has been
added or removed.
- VtnNodeEventHandler - Class in org.opendaylight.vtn.manager.internal.vnode
-
VtnNodeEventHandler
delivers VTN node events to all the virtual
nodes in the VTN tree.
- VtnNodeEventHandler() - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VtnNodeEventHandler
-
- VtnNodeInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
Generic information about a node managed by the VTN Manager.
- VtnNodeKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes
-
- VtnNodeKey(NodeId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey
-
- VtnNodeKey(VtnNodeKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey
-
Creates a copy from Source Object.
- VtnNodeManager - Class in org.opendaylight.vtn.manager.internal.inventory
-
NodeManager
keeps all the VTN nodes in the vtn-nodes container.
- VtnNodeManager() - Constructor for class org.opendaylight.vtn.manager.internal.inventory.VtnNodeManager
-
- VtnNodes - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
The root container of all nodes managed by the VTN Manager.
- VtnNodesBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
- VtnNodesBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder
-
- VtnNodesBuilder(VtnNodes) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder
-
- VtnOpenflowVersion - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
- VtnOrderedFlowAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes the flow action fields with `order' field.
- VTNOutputAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNOutputAction
describes the flow action that transmits packet to
the specified switch port.
- VTNOutputAction(SalPort) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNOutputAction
-
Construct a new instance that transmits packet to the given switch port.
- VTNPacketListener - Interface in org.opendaylight.vtn.manager.internal.packet
-
Interface for classes that listens packets sent by switches.
- VTNPacketService - Class in org.opendaylight.vtn.manager.internal.packet
-
Provider of internal packet services.
- VTNPacketService(VTNManagerProvider, NotificationService) - Constructor for class org.opendaylight.vtn.manager.internal.packet.VTNPacketService
-
Construct a new instance.
- VTNPassFilter - Class in org.opendaylight.vtn.manager.internal.util.flow.filter
-
VTNPassFilter
describes configuration information about flow
filter which lets packets through the virtual node in the VTN.
- VtnPassFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case
-
Describes the PASS flow filter which lets the specified packet through the
virtual node in the VTN.
- VtnPassFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter.
- VtnPassFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder
-
- VtnPassFilterBuilder(VtnPassFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder
-
- VtnPassFilterCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
The branch of the `vtn-flow-filter-type' choice for the `vtn-pass-filter'.
- VtnPassFilterCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
- VtnPassFilterCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder
-
- VtnPassFilterCaseBuilder(VtnPassFilterCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder
-
- VtnPathCost - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config
-
A list of costs of switch links for transmitting.
- VtnPathCostBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config
-
- VtnPathCostBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- VtnPathCostBuilder(VtnPathCostConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- VtnPathCostBuilder(VtnPathCost) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder
-
- VtnPathCostConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
Describes the cost of using specific switch link for packet transmission.
- VtnPathCostKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config
-
- VtnPathCostKey(VtnPortDesc) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey
-
- VtnPathCostKey(VtnPathCostKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey
-
Creates a copy from Source Object.
- VtnPathMap - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list
-
A list of path maps.
- VtnPathMapBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list
-
- VtnPathMapBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- VtnPathMapBuilder(VtnPathMapConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- VtnPathMapBuilder(VtnIndex) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- VtnPathMapBuilder(VtnFlowTimeoutConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- VtnPathMapBuilder(VtnPathMap) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder
-
- VtnPathMapConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
Describes configuration for a path map.
- VtnPathMapData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
The module that describes the path map configuration.
- VtnPathMapKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list
-
- VtnPathMapKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey
-
- VtnPathMapKey(VtnPathMapKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey
-
Creates a copy from Source Object.
- VtnPathMapList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
A container that holds a list of path map configurations.
- VtnPathMapResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
Describes a pair of path map index and `vtn-update-type'.
- VtnPathMaps - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
A list of VTN path maps affect flows in this VTN.
- VtnPathMapsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info
-
- VtnPathMapsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- VtnPathMapsBuilder(VtnPathMapList) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- VtnPathMapsBuilder(VtnPathMaps) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder
-
- VtnPathMapService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328
-
Interface for implementing the following YANG RPCs defined in module vtn-path-map
rpc remove-path-map {
"Remove the path map configuration in the global or VTN path map.
- VtnPathPolicies - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
The root container of all the path policy configurations.
- VtnPathPoliciesBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
- VtnPathPoliciesBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder
-
- VtnPathPoliciesBuilder(VtnPathPolicies) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder
-
- VtnPathPolicy - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies
-
A list of path policies shared with all VTNs.
- VtnPathPolicyBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies
-
- VtnPathPolicyBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- VtnPathPolicyBuilder(VtnPathPolicyConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- VtnPathPolicyBuilder(VtnPathPolicy) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder
-
- VtnPathPolicyConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
Describes configuration for a path policy.
- VtnPathPolicyData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
The module that describes the path policy configuration.
- VtnPathPolicyKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies
-
- VtnPathPolicyKey(Integer) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey
-
- VtnPathPolicyKey(VtnPathPolicyKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey
-
Creates a copy from Source Object.
- VtnPathPolicyService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
Interface for implementing the following YANG RPCs defined in module vtn-path-policy
rpc remove-path-cost {
"Remove link cost configurations for all the given switch ports in
the given path policy configuration.
- VTNPopVlanAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNPopVlanAction
describes the flow action that strips the outermost
VLAN tag.
- VTNPopVlanAction() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPopVlanAction
-
Construct a new instance without specifying action order.
- VtnPopVlanAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action._case
-
Describes the flow action that strips the outermost VLAN tag.
- VtnPopVlanActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action.
- VtnPopVlanActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action._case.VtnPopVlanActionBuilder
-
- VtnPopVlanActionBuilder(VtnPopVlanAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.pop.vlan.action._case.VtnPopVlanActionBuilder
-
- VtnPopVlanActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-pop-vlan-action'.
- VtnPopVlanActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnPopVlanActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCaseBuilder
-
- VtnPopVlanActionCaseBuilder(VtnPopVlanActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPopVlanActionCaseBuilder
-
- VtnPort - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info
-
A list of physical switch ports that belong this node.
- VTNPortAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNPortAction
describes the flow action that sets the port number
for IP transport layer protocol into packet.
- VTNPortAction(int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Construct a new instance without specifying action order.
- VTNPortAction(int, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Construct a new instance with specifying action order.
- VTNPortAction(VtnPortActionFields, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPortAction
-
Construct a new instance.
- VtnPortActionFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410
-
Describes the flow action fields that sets the port number for IP transport
layer protocol into packet.
- VtnPortBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info
-
Class that builds
VtnPort
instances.
- VtnPortBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- VtnPortBuilder(VtnPortInfo) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- VtnPortBuilder(VtnPort) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder
-
- VtnPortDesc - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the location of the physical switch port.
- VtnPortDesc(String) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc
-
- VtnPortDesc(VtnPortDesc) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc
-
Creates a copy from Source Object.
- VtnPortDescAdapter - Class in org.opendaylight.vtn.manager.util.xml.adapters
-
VtnPortDescAdapter
establishes XML data binding between
VtnPortDesc
type and
String
.
- VtnPortDescAdapter() - Constructor for class org.opendaylight.vtn.manager.util.xml.adapters.VtnPortDescAdapter
-
- VtnPortDescResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209
-
Describes a pair of `vtn-port-desc' and `vtn-update-type'.
- VtnPortEvent - Class in org.opendaylight.vtn.manager.internal.inventory
-
VtnPortEvent
describes an event which notifies a VTN port has been
added, changed, orremoved.
- VtnPortEventHandler - Class in org.opendaylight.vtn.manager.internal.vnode
-
VtnPortEventHandler
delivers VTN port events to all the virtual
nodes in the VTN tree.
- VtnPortEventHandler() - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VtnPortEventHandler
-
- VtnPortInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209
-
Generic information about a switch port managed by the VTN Manager.
- VtnPortKey - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info
-
- VtnPortKey(NodeConnectorId) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey
-
- VtnPortKey(VtnPortKey) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey
-
Creates a copy from Source Object.
- VtnPortLocation - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the location of the physical switch port.
- VTNPortMapConfig - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTNPortMapConfig
describes configuration information about a
port mapping configured in a virtual interface.
- VTNPortMapConfig(VtnPortMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig
-
Construct a new instance.
- VtnPortMapConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
Describes configuration for a port mapping.
- VtnPortMappable - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
Describes the data model which can contain port mapping configuration.
- VtnPortMappableBridge - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Describes a virtual node in the VTN, which contains a list of port-mappable
virtual interfaces.
- VtnPortMapService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-port-map
rpc set-port-map {
"Configure port mapping in the specified virtual interface.
- VTNPortRange - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNPortRange
describes the range of IP transport layer protocol
such as TCP.
- VTNPortRange(int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Construct a new instance which specifies the given port number.
- VTNPortRange(VtnPortRange) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Construct a new instance from the given
VtnPortRange
instance.
- VTNPortRange(PortNumber) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange
-
Construct a new instance which specifies the given port number
explicitly.
- VtnPortRange - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the range of IP transport layer protocol such as TCP.
- VtnProvider - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.modules.module.configuration
-
This class represents the following YANG schema fragment defined in module vtn-provider
case vtn-provider {
}
The schema path to identify an instance is
vtn-provider/modules/module/configuration/(urn:opendaylight:vtn:impl:provider?
- VtnProvider - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209
-
This class represents the following YANG schema fragment defined in module vtn-provider
identity vtn-provider {
base "()IdentityEffectiveStatementImpl{qname=(urn:opendaylight:params:xml:ns:yang:controller:config?
- VtnProvider() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.VtnProvider
-
- VtnProviderBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.modules.module.configuration
-
- VtnProviderBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.modules.module.configuration.VtnProviderBuilder
-
- VtnProviderBuilder(VtnProvider) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.modules.module.configuration.VtnProviderBuilder
-
- VTNProviderModule - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209
-
Config subsystem module for the VTN Manager service.
- VTNProviderModule(ModuleIdentifier, DependencyResolver) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.VTNProviderModule
-
Construct a VTN Manager provider module.
- VTNProviderModule(ModuleIdentifier, DependencyResolver, VTNProviderModule, AutoCloseable) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.VTNProviderModule
-
Construct a VTN Manager provider module.
- VTNProviderModuleFactory - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209
-
Factory class for VTN Manager provider module.
- VTNProviderModuleFactory() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209.VTNProviderModuleFactory
-
- VTNProviderModuleMXBean - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.provider.rev150209
-
- VTNPushVlanAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNPushVlanAction
describes the flow action that adds a VLAN tag
into packet.
- VTNPushVlanAction() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Construct a new instance that adds an IEEE 802.1q VLAN tag.
- VTNPushVlanAction(VlanType) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNPushVlanAction
-
Construct a new instance.
- VtnPushVlanAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case
-
Describes the flow action that adds a VLAN tag into packet.
- VtnPushVlanActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action.
- VtnPushVlanActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanActionBuilder
-
- VtnPushVlanActionBuilder(VtnPushVlanAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.push.vlan.action._case.VtnPushVlanActionBuilder
-
- VtnPushVlanActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-push-vlan-action'.
- VtnPushVlanActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnPushVlanActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCaseBuilder
-
- VtnPushVlanActionCaseBuilder(VtnPushVlanActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnPushVlanActionCaseBuilder
-
- VTNRedirectFilter - Class in org.opendaylight.vtn.manager.internal.util.flow.filter
-
VTNRedirectFilter
describes configuration information about flow
filter which forwards packets to another virtual interface.
- VtnRedirectFilter - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case
-
Describes the REDIRECT flow filter which forwards the specified packet to
another virtual interface in the VTN.
- VtnRedirectFilterBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter.
- VtnRedirectFilterBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- VtnRedirectFilterBuilder(VtnRedirectFilterConfig) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- VtnRedirectFilterBuilder(VtnRedirectFilter) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder
-
- VtnRedirectFilterCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
The branch of the `vtn-flow-filter-type' choice for the `vtn-redirect-filter'.
- VtnRedirectFilterCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type
-
- VtnRedirectFilterCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder
-
- VtnRedirectFilterCaseBuilder(VtnRedirectFilterCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder
-
- VtnRedirectFilterConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907
-
Describes the configuration for the redirect flow filter.
- VTNRoutingListener - Interface in org.opendaylight.vtn.manager.internal.routing
-
Interface for classes that listen routing resolver events.
- VTNRoutingManager - Class in org.opendaylight.vtn.manager.internal.routing
-
Internal routing manager.
- VTNRoutingManager(VTNManagerProvider) - Constructor for class org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager
-
Construct a new instance.
- VtnRpcResult - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the generic information of the RPC result.
- Vtns - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
The root container of all VTNs (Virtual Tenant Network).
- VtnsBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
Class that builds
Vtns
instances.
- VtnsBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder
-
- VtnsBuilder(Vtns) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder
-
- VtnService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
Interface for implementing the following YANG RPCs defined in module vtn
rpc remove-vtn {
"Remove the VTN specified by the name.
- VTNSetDlDstAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetDlDstAction
describes the flow action that sets the
destination MAC address into Ethernet header.
- VTNSetDlDstAction(EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Construct a new instance without specifying action order.
- VTNSetDlDstAction(EtherAddress, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Construct a new instance with specifying action order.
- VTNSetDlDstAction(VtnSetDlDstActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction
-
Construct a new instance.
- VtnSetDlDstAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case
-
Describes the flow action that sets the specified destination MAC address into
the Ethernet header.
- VtnSetDlDstActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action.
- VtnSetDlDstActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- VtnSetDlDstActionBuilder(VtnDladdrActionFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- VtnSetDlDstActionBuilder(VtnSetDlDstAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder
-
- VtnSetDlDstActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-dl-dst-action'.
- VtnSetDlDstActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetDlDstActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder
-
- VtnSetDlDstActionCaseBuilder(VtnSetDlDstActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder
-
- VTNSetDlSrcAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetDlSrcAction
describes the flow action that sets the source
MAC address into Ethernet header.
- VTNSetDlSrcAction(EtherAddress) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Construct a new instance without specifying action order.
- VTNSetDlSrcAction(EtherAddress, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Construct a new instance with specifying action order.
- VTNSetDlSrcAction(VtnSetDlSrcActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction
-
Construct a new instance.
- VtnSetDlSrcAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case
-
Describes the flow action that sets the specified source MAC address into the
Ethernet header.
- VtnSetDlSrcActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action.
- VtnSetDlSrcActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- VtnSetDlSrcActionBuilder(VtnDladdrActionFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- VtnSetDlSrcActionBuilder(VtnSetDlSrcAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder
-
- VtnSetDlSrcActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-dl-src-action'.
- VtnSetDlSrcActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetDlSrcActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder
-
- VtnSetDlSrcActionCaseBuilder(VtnSetDlSrcActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder
-
- VTNSetIcmpCodeAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetIcmpCodeAction
describes the flow action that sets the
ICMP code into ICMP header.
- VTNSetIcmpCodeAction(short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Construct a new instance without specifying action order.
- VTNSetIcmpCodeAction(short, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Construct a new instance with specifying action order.
- VTNSetIcmpCodeAction(VtnSetIcmpCodeActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction
-
Construct a new instance.
- VtnSetIcmpCodeAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case
-
Describes the flow action that sets the specified ICMP code into the ICMP
header.
- VtnSetIcmpCodeActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action.
- VtnSetIcmpCodeActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeActionBuilder
-
- VtnSetIcmpCodeActionBuilder(VtnSetIcmpCodeAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.code.action._case.VtnSetIcmpCodeActionBuilder
-
- VtnSetIcmpCodeActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-icmp-code-action'.
- VtnSetIcmpCodeActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetIcmpCodeActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCaseBuilder
-
- VtnSetIcmpCodeActionCaseBuilder(VtnSetIcmpCodeActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCaseBuilder
-
- VTNSetIcmpTypeAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetIcmpTypeAction
describes the flow action that sets the
ICMP type into ICMP header.
- VTNSetIcmpTypeAction(short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Construct a new instance without specifying action order.
- VTNSetIcmpTypeAction(short, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Construct a new instance without specifying action order.
- VTNSetIcmpTypeAction(VtnSetIcmpTypeActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction
-
Construct a new instance.
- VtnSetIcmpTypeAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case
-
Describes the flow action that sets the specified ICMP type into the ICMP
header.
- VtnSetIcmpTypeActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action.
- VtnSetIcmpTypeActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeActionBuilder
-
- VtnSetIcmpTypeActionBuilder(VtnSetIcmpTypeAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.icmp.type.action._case.VtnSetIcmpTypeActionBuilder
-
- VtnSetIcmpTypeActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-icmp-type-action'.
- VtnSetIcmpTypeActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetIcmpTypeActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCaseBuilder
-
- VtnSetIcmpTypeActionCaseBuilder(VtnSetIcmpTypeActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCaseBuilder
-
- VTNSetInetDscpAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetInetDscpAction
describes the flow action that sets the DSCP
value into IP header.
- VTNSetInetDscpAction(short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Construct a new instance without specifying action order.
- VTNSetInetDscpAction(short, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Construct a new instance with specifying action order.
- VTNSetInetDscpAction(VtnSetInetDscpActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction
-
Construct a new instance.
- VtnSetInetDscpAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case
-
Describes the flow action that sets the specified IP DSCP value into the IP
header.
- VtnSetInetDscpActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action.
- VtnSetInetDscpActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder
-
- VtnSetInetDscpActionBuilder(VtnSetInetDscpAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder
-
- VtnSetInetDscpActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-inet-dscp-action'.
- VtnSetInetDscpActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetInetDscpActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCaseBuilder
-
- VtnSetInetDscpActionCaseBuilder(VtnSetInetDscpActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCaseBuilder
-
- VTNSetInetDstAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetInetDstAction
describes the flow action that sets the
destination IP address into IP header.
- VTNSetInetDstAction(IpNetwork) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Construct a new instance without specifying action order.
- VTNSetInetDstAction(IpNetwork, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Construct a new instance with specifying action order.
- VTNSetInetDstAction(VtnSetInetDstActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction
-
Construct a new instance.
- VtnSetInetDstAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case
-
Describes the flow action that sets the specified destination IP address into
the IP header.
- VtnSetInetDstActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action.
- VtnSetInetDstActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- VtnSetInetDstActionBuilder(Address) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- VtnSetInetDstActionBuilder(VtnSetInetDstAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dst.action._case.VtnSetInetDstActionBuilder
-
- VtnSetInetDstActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-inet-dst-action'.
- VtnSetInetDstActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetInetDstActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder
-
- VtnSetInetDstActionCaseBuilder(VtnSetInetDstActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder
-
- VTNSetInetSrcAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetInetSrcAction
describes the flow action that sets the
source IP address into IP header.
- VTNSetInetSrcAction(IpNetwork) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Construct a new instance without specifying action order.
- VTNSetInetSrcAction(IpNetwork, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Construct a new instance with specifying action order.
- VTNSetInetSrcAction(VtnSetInetSrcActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction
-
Construct a new instance.
- VtnSetInetSrcAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case
-
Describes the flow action that sets the specified source IP address into the IP
header.
- VtnSetInetSrcActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action.
- VtnSetInetSrcActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- VtnSetInetSrcActionBuilder(Address) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- VtnSetInetSrcActionBuilder(VtnSetInetSrcAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.src.action._case.VtnSetInetSrcActionBuilder
-
- VtnSetInetSrcActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-inet-src-action'.
- VtnSetInetSrcActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetInetSrcActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder
-
- VtnSetInetSrcActionCaseBuilder(VtnSetInetSrcActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder
-
- VTNSetPortDstAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetPortDstAction
describes the flow action that sets the
destination port number for IP transport layer protocol into packet.
- VTNSetPortDstAction(int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Construct a new instance without specifying action order.
- VTNSetPortDstAction(int, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Construct a new instance with specifying action order.
- VTNSetPortDstAction(VtnSetPortDstActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction
-
Construct a new instance.
- VtnSetPortDstAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case
-
Describes the flow action that sets the specified destination port number into
the TCP or UDP header.
- VtnSetPortDstActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action.
- VtnSetPortDstActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- VtnSetPortDstActionBuilder(VtnPortActionFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- VtnSetPortDstActionBuilder(VtnSetPortDstAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.dst.action._case.VtnSetPortDstActionBuilder
-
- VtnSetPortDstActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-port-dst-action'.
- VtnSetPortDstActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetPortDstActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCaseBuilder
-
- VtnSetPortDstActionCaseBuilder(VtnSetPortDstActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCaseBuilder
-
- VTNSetPortSrcAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetPortSrcAction
describes the flow action that sets the source
port number for IP transport layer protocol into packet.
- VTNSetPortSrcAction(int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Construct a new instance without specifying action order.
- VTNSetPortSrcAction(int, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Construct a new instance with specifying action order.
- VTNSetPortSrcAction(VtnSetPortSrcActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction
-
Construct a new instance.
- VtnSetPortSrcAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case
-
Describes the flow action that sets the specified source port number into the
TCP or UDP header.
- VtnSetPortSrcActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action.
- VtnSetPortSrcActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- VtnSetPortSrcActionBuilder(VtnPortActionFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- VtnSetPortSrcActionBuilder(VtnSetPortSrcAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.port.src.action._case.VtnSetPortSrcActionBuilder
-
- VtnSetPortSrcActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-port-src-action'.
- VtnSetPortSrcActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetPortSrcActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCaseBuilder
-
- VtnSetPortSrcActionCaseBuilder(VtnSetPortSrcActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCaseBuilder
-
- VTNSetVlanIdAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetVlanIdAction
describes the flow action that sets the VLAN ID
into VLAN tag.
- VTNSetVlanIdAction(int) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanIdAction
-
Construct a new instance that sets the VLAN ID into VLAN tag.
- VtnSetVlanIdAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case
-
Describes the flow action that sets the specified VLAN ID into the IEEE 802.1Q
VLAN tag.
- VtnSetVlanIdActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action.
- VtnSetVlanIdActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdActionBuilder
-
- VtnSetVlanIdActionBuilder(VtnSetVlanIdAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.id.action._case.VtnSetVlanIdActionBuilder
-
- VtnSetVlanIdActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-vlan-id-action'.
- VtnSetVlanIdActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetVlanIdActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCaseBuilder
-
- VtnSetVlanIdActionCaseBuilder(VtnSetVlanIdActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanIdActionCaseBuilder
-
- VTNSetVlanPcpAction - Class in org.opendaylight.vtn.manager.internal.util.flow.action
-
VTNSetVlanPcpAction
describes the flow action that sets the VLAN
priority into the IEEE 802.1Q VLAN tag.
- VTNSetVlanPcpAction(short) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Construct a new instane without specifying action order.
- VTNSetVlanPcpAction(short, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Construct a new instane with specifying action order.
- VTNSetVlanPcpAction(VtnSetVlanPcpActionCase, Integer) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction
-
Construct a new instance.
- VtnSetVlanPcpAction - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case
-
Describes the flow action that sets the specified VLAN priority into the IEEE
802.1Q VLAN tag.
- VtnSetVlanPcpActionBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action.
- VtnSetVlanPcpActionBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder
-
- VtnSetVlanPcpActionBuilder(VtnSetVlanPcpAction) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder
-
- VtnSetVlanPcpActionCase - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
The branch of the `vtn-action' choice for the `vtn-set-vlan-pcp-action'.
- VtnSetVlanPcpActionCaseBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action
-
- VtnSetVlanPcpActionCaseBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCaseBuilder
-
- VtnSetVlanPcpActionCaseBuilder(VtnSetVlanPcpActionCase) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCaseBuilder
-
- VtnStaticTopology - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801
-
The root container that keeps configuration for static network topology.
- VtnStaticTopologyBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801
-
Class that builds {@link org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology.
- VtnStaticTopologyBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- VtnStaticTopologyBuilder(VtnStaticTopology) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder
-
- VtnStaticTopologyData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801
-
The module that describes the static network topology configuration used by the
VTN Manager.
- VTNSubSystem - Interface in org.opendaylight.vtn.manager.internal
-
VTNSubSystem
describes a manager instance for a subsystem in the
VTN Manager.
- VtnSwitchLink - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes an inter-switch link.
- VtnSwitchPort - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes the location of the physical swtich port.
- VTNTcpMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNTcpMatch
describes the condition for TCP header to match against
packets.
- VTNTcpMatch() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Construct a new instance that matches every TCP packet.
- VTNTcpMatch(VTNPortRange, VTNPortRange) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Construct a new instance.
- VTNTcpMatch(VtnTcpMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
- VTNTcpMatch(TcpMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch
-
Construct a new instance from the given TcpMatchFields
instance.
- VtnTcpMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
This class represents the following YANG schema fragment defined in module vtn-flow-condition
case vtn-tcp-match {
container tcp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container tcp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
The schema path to identify an instance is
vtn-flow-condition/vtn-match-fields/vtn-layer4-match/vtn-tcp-match
- VtnTcpMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
- VtnTcpMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- VtnTcpMatchBuilder(VtnTcpMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- VtnTcpMatchBuilder(VtnTcpMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnTcpMatchBuilder
-
- VtnTcpMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the range of TCP port numbers.
- VTNThreadPool - Class in org.opendaylight.vtn.manager.internal.util.concurrent
-
VTNThreadPool
implements thread pool which executes each
submitted task using pooled threads.
- VTNThreadPool(String) - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool
-
Construct a new thread pool which has a single worker thread.
- VTNThreadPool(String, int, long) - Constructor for class org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool
-
Construct a new thread pool.
- VTNThreadPool.WorkerThread - Class in org.opendaylight.vtn.manager.internal.util.concurrent
-
WorkerThread
class implements worker threads in thread pool.
- VTNTimer - Class in org.opendaylight.vtn.manager.internal.util
-
VTNTimer
describes a thread to schedule timer tasks.
- VTNTimer(String) - Constructor for class org.opendaylight.vtn.manager.internal.util.VTNTimer
-
Construct a new timer thread associated with the given name.
- VtnTopology - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209
-
The root container of all inter-switch links recognized by the VTN Manager.
- VtnTopologyBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209
-
- VtnTopologyBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder
-
- VtnTopologyBuilder(VtnTopology) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder
-
- VtnTopologyData - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209
-
The internal module for managing network topology.
- VtnTopologyListener - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209
-
Interface for receiving the following YANG notifications defined in module vtn-topology
notification routing-updated {
description
"A notification which indicates that the packet routing table
has been updated
- VTNUdpMatch - Class in org.opendaylight.vtn.manager.internal.util.flow.match
-
VTNUdpMatch
describes the condition for UDP header to match against
packets.
- VTNUdpMatch() - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Construct a new instance that matches every UDP packet.
- VTNUdpMatch(VTNPortRange, VTNPortRange) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Construct a new instance.
- VTNUdpMatch(VtnUdpMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
- VTNUdpMatch(UdpMatchFields) - Constructor for class org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch
-
Construct a new instance from the given UdpMatchFields
instance.
- VtnUdpMatch - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
This class represents the following YANG schema fragment defined in module vtn-flow-condition
case vtn-udp-match {
container udp-source-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
container udp-destination-range {
leaf port-from {
type port-number;
}
leaf port-to {
type port-number;
}
uses vtn-port-range;
}
}
The schema path to identify an instance is
vtn-flow-condition/vtn-match-fields/vtn-layer4-match/vtn-udp-match
- VtnUdpMatchBuilder - Class in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match
-
- VtnUdpMatchBuilder() - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- VtnUdpMatchBuilder(VtnUdpMatchFields) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- VtnUdpMatchBuilder(VtnUdpMatch) - Constructor for class org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnUdpMatchBuilder
-
- VtnUdpMatchFields - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313
-
Describes the range of UDP port numbers.
- VtnUpdateOperationType - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VtnUpdateType - Enum in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
- VtnVbridgeConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Describes configuration for a vBridge.
- VtnVbridgeInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Describes information about vBridge.
- VtnVbridgeList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Describes a list of vBridges.
- VtnVbridgeService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-vbridge
rpc remove-vbridge {
"Remove the specified vBridge.
- VtnVersionService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901
-
Interface for implementing the following YANG RPCs defined in module vtn-version
rpc get-manager-version {
"Return the version information of the VTN Manager
- VtnVinterfaceConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Describes configuration for a virtual interface.
- VtnVinterfaceInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Describes information about virtual interface.
- VtnVinterfaceService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-vinterface
rpc update-vinterface {
"Create or modify the specified virtual interface.
- VtnVlanIdField - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209
-
Describes a field which specifies the VLAN ID.
- VTNVlanMap - Class in org.opendaylight.vtn.manager.internal.vnode
-
VTNVlanMap
describes a configuration and runtime status for a
VLAN mapping.
- VTNVlanMap(BridgeIdentifier<Vbridge>, VTNVlanMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Construct a new instance.
- VTNVlanMap(BridgeIdentifier<Vbridge>, VlanMap) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Construct a new instance.
- VTNVlanMap(VlanMapIdentifier, VlanMap) - Constructor for class org.opendaylight.vtn.manager.internal.vnode.VTNVlanMap
-
Construct a new instance.
- VTNVlanMapConfig - Class in org.opendaylight.vtn.manager.internal.util.vnode
-
VTNVlanMapConfig
describes configuration information about a
VLAN mapping configured in a vBridge.
- VTNVlanMapConfig(VtnVlanMapConfig) - Constructor for class org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig
-
Construct a new instance.
- VtnVlanMapConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
Describes configuration for a VLAN mapping.
- VtnVlanMapInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
Describes information about VLAN mapping, which associates a VLAN with a
in VTN.
- VtnVlanMappable - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
Describes the data model which can contain VLAN mapping configuration.
- VtnVlanMapService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-vlan-map
rpc add-vlan-map {
"Configure VLAN mapping in the specified vBridge.
- VtnVlanMapStatus - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907
-
Describes runtime status information about VLAN mapping.
- VtnVtenantConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328
-
Describes configuration for a VTN.
- VtnVterminalConfig - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907
-
Describes configuration for a vTerminal.
- VtnVterminalInfo - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907
-
Describes information about vTerminal.
- VtnVterminalList - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907
-
Describes a list of vTerminals.
- VtnVterminalService - Interface in org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907
-
Interface for implementing the following YANG RPCs defined in module vtn-vterminal
rpc remove-vterminal {
"Remove the specified vTerminal.