Skip navigation links
A B C D E F G H I L M N O P R S T U V X 

A

AbstractInstanceHandler - Class in org.opencord.cordvtn.impl.handler
Provides default virtual network connectivity for service instances.
AbstractInstanceHandler() - Constructor for class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
AccessAgentInstanceHandler - Class in org.opencord.cordvtn.impl.handler
Provides network connectivity for access agent instances.
AccessAgentInstanceHandler() - Constructor for class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.codec.CodecRegistrator
 
activate() - Method in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
activate() - Method in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
activate() - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
activate() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
activate() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
activate() - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
activate() - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
activate() - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
activate() - Method in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
activate() - Method in class org.opencord.cordvtn.impl.InstanceManager
 
activate() - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
addInstance(ConnectPoint) - Method in interface org.opencord.cordvtn.api.core.InstanceService
Adds a service instance on a given connect point.
addInstance(HostId, HostDescription) - Method in interface org.opencord.cordvtn.api.core.InstanceService
Adds a host with a given host ID and host description.
addInstance(ConnectPoint) - Method in class org.opencord.cordvtn.impl.InstanceManager
 
addInstance(HostId, HostDescription) - Method in class org.opencord.cordvtn.impl.InstanceManager
 
addIp(Session, CidrAddr, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Adds a given IP address to a given device.
AddressPair - Class in org.opencord.cordvtn.api.net
Representation of the IP and MAC address pair.
addressPairs() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns additional floating address pairs of the service port.
addressPairs(Set<AddressPair>) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied address pairs.
addressPairs() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
addressPairs(Set<AddressPair>) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
ApiDocRegistrator - Class in org.opencord.cordvtn.rest
 
ApiDocRegistrator() - Constructor for class org.opencord.cordvtn.rest.ApiDocRegistrator
 
appId - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 

B

build() - Method in class org.opencord.cordvtn.api.net.Provider.Builder
Builds an immutable provider network.
build() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Builds an immutable service network instance.
build() - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Builds an immutable service port instance.
build() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns new cordvtn node.
build() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
build() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
build() - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
build() - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient.Builder
Builds immutable XOS service networking instance.
builder() - Static method in class org.opencord.cordvtn.api.net.Provider
Returns new provider network builder instance.
builder() - Static method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
Returns new node builder instance.
builder() - Static method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
Returns new service network builder instance.
builder(ServiceNetwork) - Static method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
Returns new service network builder instance with copy of the given service network.
builder(ServiceNetwork, ServiceNetwork) - Static method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
Returns service network builder instance with updated values.
builder() - Static method in class org.opencord.cordvtn.impl.DefaultServicePort
Returns new service port builder instance.
builder(ServicePort) - Static method in class org.opencord.cordvtn.impl.DefaultServicePort
Returns new builder instance with copy of the supplied service port.
builder(ServicePort, ServicePort) - Static method in class org.opencord.cordvtn.impl.DefaultServicePort
Returns service port builder instance with updated values.
builder() - Static method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
Returns new XOS service networking builder instance.

C

cidr() - Method in class org.opencord.cordvtn.api.net.CidrAddr
Converts a network address to a CIDR notation.
CidrAddr - Class in org.opencord.cordvtn.api.net
Representation of a network address with CIDR notation.
CidrAddr(IpAddress, IpPrefix) - Constructor for class org.opencord.cordvtn.api.net.CidrAddr
Constructor for a given IP address and prefix.
cleanupPipeline() - Method in interface org.opencord.cordvtn.api.core.CordVtnPipeline
Clean up the pipeline for all nodes.
cleanupPipeline() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
clear() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Purges the service network store.
clear() - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
clusterService - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
clusterService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
clusterService - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
clusterService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
CodecRegistrator - Class in org.opencord.cordvtn.codec
Implementation of the JSON codec brokering service for VTN.
CodecRegistrator() - Constructor for class org.opencord.cordvtn.codec.CodecRegistrator
 
codecService - Variable in class org.opencord.cordvtn.codec.CodecRegistrator
 
compConfigService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
completeNodes() - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeService
Returns nodes in complete state.
completeNodes() - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
configRegistry - Variable in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
configService - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
configService - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
configService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
connect(SshAccessInfo) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Creates a new session with a given access information.
connected(Device) - Method in interface org.opencord.cordvtn.api.node.DeviceHandler
Processes the connected device.
Constants - Class in org.opencord.cordvtn.api
Provides constants used in CORD VTN services.
controllers() - Method in class org.opencord.cordvtn.api.CordVtnConfig
Returns controllers for the integration bridge.
cordConfig - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
CORDVTN_APP_ID - Static variable in class org.opencord.cordvtn.api.Constants
 
CordVtnArpProxy - Class in org.opencord.cordvtn.impl
Handles ARP requests for virtual network service IPs.
CordVtnArpProxy() - Constructor for class org.opencord.cordvtn.impl.CordVtnArpProxy
 
CordVtnConfig - Class in org.opencord.cordvtn.api
Configuration object for CordVtn service.
CordVtnConfig() - Constructor for class org.opencord.cordvtn.api.CordVtnConfig
 
CordVtnDhcpProxy - Class in org.opencord.cordvtn.impl
Handles DHCP requests for the virtual instances.
CordVtnDhcpProxy() - Constructor for class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
CordVtnNetworkListCommand - Class in org.opencord.cordvtn.cli
Lists VTN networks.
CordVtnNetworkListCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnNetworkListCommand
 
CordVtnNode - Interface in org.opencord.cordvtn.api.node
Representation of a compute node for service instance provisioning.
CordVtnNode.Builder - Interface in org.opencord.cordvtn.api.node
Builder of cordvtn node entities.
CordVtnNodeAdminService - Interface in org.opencord.cordvtn.api.node
Service for administering the inventory of CordVtnNode.
CordVtnNodeCheckCommand - Class in org.opencord.cordvtn.cli
Checks detailed node init state.
CordVtnNodeCheckCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnNodeCheckCommand
 
CordVtnNodeDeleteCommand - Class in org.opencord.cordvtn.cli
Deletes nodes from the service.
CordVtnNodeDeleteCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnNodeDeleteCommand
 
CordVtnNodeEvent - Class in org.opencord.cordvtn.api.node
Describes cordvtn node events.
CordVtnNodeEvent(CordVtnNodeEvent.Type, CordVtnNode) - Constructor for class org.opencord.cordvtn.api.node.CordVtnNodeEvent
Creates an event of a given type and the specified node.
CordVtnNodeEvent.Type - Enum in org.opencord.cordvtn.api.node
 
CordVtnNodeHandler - Interface in org.opencord.cordvtn.api.node
Service providing cordvtn node bootstrapping.
CordVtnNodeInitCommand - Class in org.opencord.cordvtn.cli
Initializes nodes for CordVtn service.
CordVtnNodeInitCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnNodeInitCommand
 
CordVtnNodeListCommand - Class in org.opencord.cordvtn.cli
Lists all nodes registered to the service.
CordVtnNodeListCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnNodeListCommand
 
CordVtnNodeListener - Interface in org.opencord.cordvtn.api.node
Listener for cordvtn node event.
CordVtnNodeManager - Class in org.opencord.cordvtn.impl
Manages the inventory of the cordvtn nodes provided via network configuration.
CordVtnNodeManager() - Constructor for class org.opencord.cordvtn.impl.CordVtnNodeManager
 
cordVtnNodes() - Method in class org.opencord.cordvtn.api.CordVtnConfig
Returns the set of nodes read from network config.
CordVtnNodeService - Interface in org.opencord.cordvtn.api.node
Service for interfacing with the inventory of CordVtnNode.
CordVtnNodeState - Enum in org.opencord.cordvtn.api.node
Entity that defines possible init state of the cordvtn node.
CordVtnNodeStore - Interface in org.opencord.cordvtn.api.node
Manages the inventory of cordvtn nodes; not intended for direct use.
CordVtnNodeStoreDelegate - Interface in org.opencord.cordvtn.api.node
CordVtn Node store delegate.
CordVtnPipeline - Interface in org.opencord.cordvtn.api.core
Service providing cordvtn pipeline.
CordVtnPortListCommand - Class in org.opencord.cordvtn.cli
Lists VTN networks.
CordVtnPortListCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnPortListCommand
 
CordVtnPurgeRulesCommand - Class in org.opencord.cordvtn.cli
Purges all flow rules installed by CORD VTN service.
CordVtnPurgeRulesCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnPurgeRulesCommand
 
CordVtnPurgeStatesCommand - Class in org.opencord.cordvtn.cli
Purges internal network states.
CordVtnPurgeStatesCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnPurgeStatesCommand
 
CordVtnSyncNeutronStatesCommand - Class in org.opencord.cordvtn.cli
Synchronizes network states with OpenStack Neutron.
CordVtnSyncNeutronStatesCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnSyncNeutronStatesCommand
 
CordVtnSyncXosStatesCommand - Class in org.opencord.cordvtn.cli
Synchronizes network states with XOS VTN service.
CordVtnSyncXosStatesCommand() - Constructor for class org.opencord.cordvtn.cli.CordVtnSyncXosStatesCommand
 
CordVtnWebApplication - Class in org.opencord.cordvtn.rest
CORD VTN Web application.
CordVtnWebApplication() - Constructor for class org.opencord.cordvtn.rest.CordVtnWebApplication
 
CordVtnWebLoggingFilter - Class in org.opencord.cordvtn.rest
Implementation of a logging filter to warn any unsuccessful request.
CordVtnWebLoggingFilter() - Constructor for class org.opencord.cordvtn.rest.CordVtnWebLoggingFilter
 
coreService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
coreService - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
coreService - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
coreService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
coreService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
coreService - Variable in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
coreService - Variable in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
coreService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
coreService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
coreService - Variable in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
CREATE_TIME - Static variable in class org.opencord.cordvtn.api.core.Instance
 
createNetwork(InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2NetworksWebResource
Creates a network from the JSON input stream.
createNode(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeAdminService
Creates a new node.
createNode(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeStore
Creates a new node.
createNode(CordVtnNode) - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
createNode(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
createPorts(InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2PortsWebResource
Creates a port from the JSON input stream.
createServiceNetwork(ServiceNetwork) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Creates a service network with the given information.
createServiceNetwork(ServiceNetwork) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Creates new service network.
createServiceNetwork(ServiceNetwork) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
createServiceNetwork(ServiceNetwork) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
createServiceNetwork(InputStream) - Method in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
Creates a service network from the JSON input stream.
createServicePort(ServicePort) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Creates a service port with the given information.
createServicePort(ServicePort) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Creates service port.
createServicePort(ServicePort) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
createServicePort(ServicePort) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
createServicePort(InputStream) - Method in class org.opencord.cordvtn.rest.ServicePortWebResource
Creates a service port from the JSON input stream.
createSubnet(InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2SubnetsWebResource
Creates a subnet from the JSON input stream.

D

dataInterface(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied data interface.
dataInterface() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the data network interface name.
dataInterface(String) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
dataInterface() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
dataIp(CidrAddr) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied data IP.
dataIp() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the data network IP address of the node.
dataIp(CidrAddr) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
dataIp() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
dataIp(DeviceId) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
dataPort(DeviceId) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.codec.CodecRegistrator
 
deactivate() - Method in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
deactivate() - Method in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
deactivate() - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
deactivate() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
deactivate() - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
deactivate() - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
deactivate() - Method in class org.opencord.cordvtn.impl.InstanceManager
 
deactivate() - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
decode(ObjectNode, CodecContext) - Method in class org.opencord.cordvtn.codec.ServiceNetworkCodec
 
decode(ObjectNode, CodecContext) - Method in class org.opencord.cordvtn.codec.ServicePortCodec
 
DEFAULT_GATEWAY_MAC_STR - Static variable in class org.opencord.cordvtn.api.Constants
 
DEFAULT_OF_PORT - Static variable in class org.opencord.cordvtn.api.Constants
 
DEFAULT_OF_PROTOCOL - Static variable in class org.opencord.cordvtn.api.Constants
 
DEFAULT_OVSDB_PORT - Static variable in class org.opencord.cordvtn.api.Constants
 
DEFAULT_TUNNEL - Static variable in class org.opencord.cordvtn.api.Constants
 
DefaultCordVtnNode - Class in org.opencord.cordvtn.impl
Representation of a compute infrastructure node for CORD VTN service.
DefaultCordVtnNode.Builder - Class in org.opencord.cordvtn.impl
 
DefaultCordVtnNodeHandler - Class in org.opencord.cordvtn.impl
Implementation of the CordVtnNodeHandler with OVSDB and SSH exec channel.
DefaultCordVtnNodeHandler() - Constructor for class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
DefaultCordVtnPipeline - Class in org.opencord.cordvtn.impl
Implementation of cordvtn pipeline.
DefaultCordVtnPipeline() - Constructor for class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
DefaultInstanceHandler - Class in org.opencord.cordvtn.impl.handler
Provides network connectivity for default service instances.
DefaultInstanceHandler() - Constructor for class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
DefaultServiceNetwork - Class in org.opencord.cordvtn.impl
Implementation of ServiceNetwork.
DefaultServiceNetwork.Builder - Class in org.opencord.cordvtn.impl
 
DefaultServicePort - Class in org.opencord.cordvtn.impl
Implementation of ServicePort.
DefaultServicePort.Builder - Class in org.opencord.cordvtn.impl
 
deleteIp(Session, IpAddress, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Removes the IP address from a given device.
deleteNetwork(String) - Method in class org.opencord.cordvtn.rest.NeutronMl2NetworksWebResource
Removes the service network.
deletePorts(String) - Method in class org.opencord.cordvtn.rest.NeutronMl2PortsWebResource
Removes the port with the given id.
deleteServiceNetwork(String) - Method in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
Removes the service network.
deleteServicePort(String) - Method in class org.opencord.cordvtn.rest.ServicePortWebResource
Removes the service port.
deleteSubnet(String) - Method in class org.opencord.cordvtn.rest.NeutronMl2SubnetsWebResource
Removes the subnet.
DependencyHandler - Class in org.opencord.cordvtn.impl.handler
Provisions service dependencies between service networks.
DependencyHandler() - Constructor for class org.opencord.cordvtn.impl.handler.DependencyHandler
 
deviceAdminService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
DeviceHandler - Interface in org.opencord.cordvtn.api.node
Entity capable of handling a device state updates.
deviceId() - Method in class org.opencord.cordvtn.api.core.Instance
Returns device ID of this host.
deviceService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
deviceService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
deviceService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
deviceService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
deviceService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
disconnect(Session) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Closes a connection.
disconnected(Device) - Method in interface org.opencord.cordvtn.api.node.DeviceHandler
Processes the disconnected device.
DistributedCordVtnNodeStore - Class in org.opencord.cordvtn.impl
Manages the inventory of cordvtn nodes using a ConsistentMap.
DistributedCordVtnNodeStore() - Constructor for class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
DistributedServiceNetworkStore - Class in org.opencord.cordvtn.impl
Manages the inventory of VTN networks using a ConsistentMap.
DistributedServiceNetworkStore() - Constructor for class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 

E

encode(ServiceNetwork, CodecContext) - Method in class org.opencord.cordvtn.codec.ServiceNetworkCodec
 
encode(ServicePort, CodecContext) - Method in class org.opencord.cordvtn.codec.ServicePortCodec
 
endpoint(String) - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient.Builder
Returns XOS service networking builder with the supplied endpoint.
endpoint() - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
Returns endpoint url for the XOS service API access.
equals(Object) - Method in class org.opencord.cordvtn.api.net.AddressPair
 
equals(Object) - Method in class org.opencord.cordvtn.api.net.CidrAddr
 
equals(Object) - Method in class org.opencord.cordvtn.api.net.Provider
 
equals(Object) - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
 
equals(Object) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
equals(Object) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
equals(Object) - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
ERR_VTN_NETWORK - Static variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
ERR_VTN_PORT - Static variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
eventExecutor - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnNetworkListCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnNodeCheckCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnNodeDeleteCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnNodeInitCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnNodeListCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnPortListCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnPurgeRulesCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnPurgeStatesCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnSyncNeutronStatesCommand
 
execute() - Method in class org.opencord.cordvtn.cli.CordVtnSyncXosStatesCommand
 

F

filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.opencord.cordvtn.rest.CordVtnWebLoggingFilter
 
FlatInstanceHandler - Class in org.opencord.cordvtn.impl.handler
Provides provider network connectivity to the instance.
FlatInstanceHandler() - Constructor for class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
flowRuleService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
flowRuleService - Variable in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
flushIp(Session, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Removes all IP address on a given device.

G

getAnnotation(String) - Method in class org.opencord.cordvtn.api.core.Instance
Returns annotation value with a given key.
getClasses() - Method in class org.opencord.cordvtn.rest.CordVtnWebApplication
 
getCurrentIps(Session, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Returns a set of IP address that a given device has.
getInstances(NetworkId) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
getServiceNetwork(Instance) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
getServiceNetwork(String) - Method in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
Returns the service network with the specified identifier.
getServiceNetworks() - Method in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
Returns all service networks.
getServicePort(Instance) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
getServicePort(String) - Method in class org.opencord.cordvtn.rest.ServicePortWebResource
Returns the service port with the specified identifier.
getServicePorts() - Method in class org.opencord.cordvtn.rest.ServicePortWebResource
Returns all service ports.
groupService - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 

H

hashCode() - Method in class org.opencord.cordvtn.api.net.AddressPair
 
hashCode() - Method in class org.opencord.cordvtn.api.net.CidrAddr
 
hashCode() - Method in class org.opencord.cordvtn.api.net.Provider
 
hashCode() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
 
hashCode() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
hashCode() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
hashCode() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
host() - Method in class org.opencord.cordvtn.api.core.Instance
Returns host object of this instance.
hostListener - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
hostManagementInterface(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied host management interface.
hostManagementInterface() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns host management network interface name.
hostManagementInterface(String) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
hostManagementInterface() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
hostManagementIp(CidrAddr) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied host management IP.
hostManagementIp() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the host management IP address of the node.
hostManagementIp(CidrAddr) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
hostManagementIp() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
hostManagementPort(DeviceId) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
hostname(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied hostname.
hostname() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the hostname of the node.
hostname(String) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
hostname() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
hostProviderRegistry - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
hostService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
hostService - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
hostService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
hostService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
hostService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
hostService - Variable in class org.opencord.cordvtn.impl.ServiceNetworkManager
 

I

id(NetworkId) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied identifier.
id() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the service network identifier.
id(PortId) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied identifier.
id() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns the port identifier.
id(NetworkId) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
id() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
id(PortId) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
id() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
initPipeline(CordVtnNode) - Method in interface org.opencord.cordvtn.api.core.CordVtnPipeline
Initializes the pipeline for the supplied node.
initPipeline(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
Instance - Class in org.opencord.cordvtn.api.core
Provides methods to help to handle network network instance.
instanceDetected(Instance) - Method in interface org.opencord.cordvtn.api.core.InstanceHandler
Handles newly detected instance.
instanceDetected(Instance) - Method in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
instanceDetected(Instance) - Method in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
instanceDetected(Instance) - Method in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
instanceDetected(Instance) - Method in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
instanceDetected(Instance) - Method in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
InstanceHandler - Interface in org.opencord.cordvtn.api.core
Handles service instance detection and removal.
InstanceManager - Class in org.opencord.cordvtn.impl
Adds or removes instances to network services.
InstanceManager() - Constructor for class org.opencord.cordvtn.impl.InstanceManager
Creates an cordvtn host location provider.
instanceRemoved(Instance) - Method in interface org.opencord.cordvtn.api.core.InstanceHandler
Handles removed instance.
instanceRemoved(Instance) - Method in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
instanceRemoved(Instance) - Method in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
instanceRemoved(Instance) - Method in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
instanceRemoved(Instance) - Method in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
instanceRemoved(Instance) - Method in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
InstanceService - Interface in org.opencord.cordvtn.api.core
Provides service instance addition or removal.
instanceService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
instanceService - Variable in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
instanceUpdated(Instance) - Method in interface org.opencord.cordvtn.api.core.InstanceHandler
Handles updated instance.
instanceUpdated(Instance) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
instanceUpdated(Instance) - Method in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
INTEGRATION_BRIDGE - Static variable in class org.opencord.cordvtn.api.Constants
 
integrationBridgeId(DeviceId) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied integration bridge identifier.
integrationBridgeId() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the integration bridge device identifier.
integrationBridgeId(DeviceId) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
integrationBridgeId() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
ip() - Method in class org.opencord.cordvtn.api.net.AddressPair
Returns the IP address.
ip() - Method in class org.opencord.cordvtn.api.net.CidrAddr
Returns the IP address value of the network address.
ip(IpAddress) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied IP address.
ip() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns the fixed IP address of the service port.
ip(IpAddress) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
ip() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
ipAddress() - Method in class org.opencord.cordvtn.api.core.Instance
Returns IP address of this instance.
isAdditionalInstance() - Method in class org.opencord.cordvtn.api.core.Instance
Returns if the instance is original instance or additional one.
isInterfaceUp(Session, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Checks if a given interface is up or not.
isValid() - Method in class org.opencord.cordvtn.api.CordVtnConfig
 

L

leadershipService - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
leadershipService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
leadershipService - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
leadershipService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
localManagementIp(CidrAddr) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied local management IP.
localManagementIp() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the local management IP address of the node.
localManagementIp(CidrAddr) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
localManagementIp() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
log - Variable in class org.opencord.cordvtn.api.CordVtnConfig
 
log - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
log - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
log - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
log - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
log - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
log - Variable in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
log - Variable in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
log - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
log - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
log - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
log - Static variable in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
 
log - Variable in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
log - Variable in class org.opencord.cordvtn.rest.CordVtnWebLoggingFilter
 
log - Variable in class org.opencord.cordvtn.rest.NeutronMl2NetworksWebResource
 
log - Variable in class org.opencord.cordvtn.rest.NeutronMl2PortsWebResource
 
log - Variable in class org.opencord.cordvtn.rest.NeutronMl2SubnetsWebResource
 
log - Variable in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
 
log - Variable in class org.opencord.cordvtn.rest.ServicePortWebResource
 
log - Variable in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
 

M

mac() - Method in class org.opencord.cordvtn.api.core.Instance
Returns MAC address of this instance.
mac() - Method in class org.opencord.cordvtn.api.net.AddressPair
Returns the MAC address.
mac(MacAddress) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied MAC address.
mac() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns the MAC address of the service port.
mac(MacAddress) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
mac() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
ManagementInstanceHandler - Class in org.opencord.cordvtn.impl.handler
Provides local management network connectivity to the instance.
ManagementInstanceHandler() - Constructor for class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
mastershipService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
modified(ComponentContext) - Method in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
modified(ComponentContext) - Method in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
MSG_NO - Static variable in class org.opencord.cordvtn.api.Constants
 
MSG_OK - Static variable in class org.opencord.cordvtn.api.Constants
 

N

name(String) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied name.
name() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the service network name.
name(String) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied name.
name() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns the port name on a switch.
name(String) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
name() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
name(String) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
name() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
netConfigService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
netId() - Method in class org.opencord.cordvtn.api.core.Instance
Returns network ID of a given host.
netType() - Method in class org.opencord.cordvtn.api.core.Instance
Returns network type of a given host.
netTypes - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
NETWORK_ID - Static variable in class org.opencord.cordvtn.api.core.Instance
 
NETWORK_TYPE - Static variable in class org.opencord.cordvtn.api.core.Instance
 
NetworkId - Class in org.opencord.cordvtn.api.net
Representation of the network identifier.
networkId(NetworkId) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied network identifier.
networkId() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns associated network identifier of the service port.
networkId(NetworkId) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
networkId() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
NeutronMl2NetworksWebResource - Class in org.opencord.cordvtn.rest
Neutron ML2 mechanism driver implementation for the network resource.
NeutronMl2NetworksWebResource() - Constructor for class org.opencord.cordvtn.rest.NeutronMl2NetworksWebResource
 
NeutronMl2PortsWebResource - Class in org.opencord.cordvtn.rest
Neutron ML2 mechanism driver implementation for the port resource.
NeutronMl2PortsWebResource() - Constructor for class org.opencord.cordvtn.rest.NeutronMl2PortsWebResource
 
NeutronMl2SubnetsWebResource - Class in org.opencord.cordvtn.rest
Neutron ML2 mechanism driver implementation for the subnet resource.
NeutronMl2SubnetsWebResource() - Constructor for class org.opencord.cordvtn.rest.NeutronMl2SubnetsWebResource
 
nextState() - Method in enum org.opencord.cordvtn.api.node.CordVtnNodeState
Returns the next node state.
node(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeService
Returns the node with the given hostname.
node(DeviceId) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeService
Returns the node with the given integration bridge device identifier.
node(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeStore
Returns the node with the given hostname.
node(String) - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
node(DeviceId) - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
node(String) - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
nodeAdminService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
nodes() - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeService
Returns all nodes.
nodes() - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeStore
Returns all nodes.
nodes() - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
nodes() - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
nodeService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
nodeService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
nodeService - Variable in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
nodeStore - Variable in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
NOT_APPLICABLE - Static variable in class org.opencord.cordvtn.api.Constants
 

O

of(Host) - Static method in class org.opencord.cordvtn.api.core.Instance
Returns new instance.
of(IpAddress, MacAddress) - Static method in class org.opencord.cordvtn.api.net.AddressPair
Returns an address pair instance with the given ip and mac address.
of(String) - Static method in class org.opencord.cordvtn.api.net.NetworkId
Returns the network identifier with the supplied value.
of(String) - Static method in class org.opencord.cordvtn.api.net.PortId
Returns the port identifier with the supplied value.
of(Long) - Static method in class org.opencord.cordvtn.api.net.SegmentId
Returns the segmentation identifier with the supplied value.
org.opencord.cordvtn.api - package org.opencord.cordvtn.api
API for CORD VTN application.
org.opencord.cordvtn.api.core - package org.opencord.cordvtn.api.core
CORD VTN core API definitions.
org.opencord.cordvtn.api.net - package org.opencord.cordvtn.api.net
CORD VTN network API definitions.
org.opencord.cordvtn.api.node - package org.opencord.cordvtn.api.node
CORD VTN node API definitions.
org.opencord.cordvtn.cli - package org.opencord.cordvtn.cli
Console commands to manage OVSDB nodes for cordvtn.
org.opencord.cordvtn.codec - package org.opencord.cordvtn.codec
JSON codecs for the web resources.
org.opencord.cordvtn.impl - package org.opencord.cordvtn.impl
Implementation for CORD VTN application.
org.opencord.cordvtn.impl.handler - package org.opencord.cordvtn.impl.handler
Implementation of instance handlers for various network services.
org.opencord.cordvtn.rest - package org.opencord.cordvtn.rest
REST APIs for CORD VTN.
ORIGINAL_HOST_ID - Static variable in class org.opencord.cordvtn.api.core.Instance
 
ovsdbController - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
ovsdbId() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the identifier of the OVSDB device.
ovsdbId() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
ovsdbPort(TpPort) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied OVSDB port.
ovsdbPort() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the port number of the OVSDB server.
ovsdbPort(TpPort) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
ovsdbPort() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 

P

packetService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
packetService - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
password(String) - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient.Builder
Returns XOS service networking builder with the supplied password credential.
password() - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
Returns password for the XOS service API access.
pipeline - Variable in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
pipeline - Variable in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
pipeline - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
pipeline - Variable in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
pipeline - Variable in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
pipelineService - Variable in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
port() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
Returns the port number.
PORT_ID - Static variable in class org.opencord.cordvtn.api.core.Instance
 
portAdded(Port) - Method in interface org.opencord.cordvtn.api.node.DeviceHandler
Processes newly added port.
portId() - Method in class org.opencord.cordvtn.api.core.Instance
Returns port ID of a given host.
PortId - Class in org.opencord.cordvtn.api.net
Representation of the port identifier.
portNumber() - Method in class org.opencord.cordvtn.api.core.Instance
Returns the port number where this host is.
portRemoved(Port) - Method in interface org.opencord.cordvtn.api.node.DeviceHandler
Processes the removed port.
portUpdated(Port) - Method in interface org.opencord.cordvtn.api.node.DeviceHandler
Processes the updated port.
prefix() - Method in class org.opencord.cordvtn.api.net.CidrAddr
Returns the IP prefix value of the network address.
PRIORITY_DEFAULT - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
PRIORITY_HIGH - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
PRIORITY_LOW - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
PRIORITY_MANAGEMENT - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
PRIORITY_ZERO - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
privateKey() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
Returns the private key path.
process(CordVtnNodeHandler, CordVtnNode) - Method in enum org.opencord.cordvtn.api.node.CordVtnNodeState
Processes the current node state to proceed to the next state.
processCompleteState(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeHandler
Processes the complete state node.
processCompleteState(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
processDeviceCreatedState(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeHandler
Processes the device created state node.
processDeviceCreatedState(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
processFlowRule(boolean, FlowRule) - Method in interface org.opencord.cordvtn.api.core.CordVtnPipeline
Processes the given flow rule.
processFlowRule(boolean, FlowRule) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnPipeline
 
processInitState(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeHandler
Processes the init state node.
processInitState(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
processPortCreatedState(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeHandler
Processes the port created state node.
processPortCreatedState(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNodeHandler
 
PROPERTY_TUNNEL_DST - Static variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
provider() - Method in class org.opencord.cordvtn.api.core.ServiceNetworkEvent
Returns the provider of the service network.
Provider - Class in org.opencord.cordvtn.api.net
Representation of a provider network.
provider(ServiceNetwork) - Method in class org.opencord.cordvtn.api.net.Provider.Builder
Returns provider network with the supplied provider.
provider() - Method in class org.opencord.cordvtn.api.net.Provider
Returns provider network.
Provider.Builder - Class in org.opencord.cordvtn.api.net
Builder of the provider network entities.
providers(Map<NetworkId, ServiceNetwork.DependencyType>) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied providers.
providers() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the providers of the service network.
providers(Map<NetworkId, ServiceNetwork.DependencyType>) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
providers() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
publicGateways() - Method in class org.opencord.cordvtn.api.CordVtnConfig
Returns public network gateway IP and MAC address pairs.
purgeStates() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Purges internal network states.
purgeStates() - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 

R

remoteIp() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
Returns the remote IP address.
RemoteIpCommandUtil - Class in org.opencord.cordvtn.impl
RemoteIpCommandUtil provides methods to help execute Linux IP commands to a remote server.
removeInstance(ConnectPoint) - Method in interface org.opencord.cordvtn.api.core.InstanceService
Removes a service instance from a given connect point.
removeInstance(HostId) - Method in interface org.opencord.cordvtn.api.core.InstanceService
Removes host with host ID.
removeInstance(ConnectPoint) - Method in class org.opencord.cordvtn.impl.InstanceManager
 
removeInstance(HostId) - Method in class org.opencord.cordvtn.impl.InstanceManager
 
removeNode(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeAdminService
Removes the node with the supplied hostname.
removeNode(String) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeStore
Removes the node with the supplied hostname.
removeNode(String) - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
removeNode(String) - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
removeServiceNetwork(NetworkId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Removes a service network with the given network id.
removeServiceNetwork(NetworkId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Removes the service network with the given network id.
removeServiceNetwork(NetworkId) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
removeServiceNetwork(NetworkId) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
removeServicePort(PortId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Removes a service port with the given port id.
removeServicePort(PortId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Removes service port.
removeServicePort(PortId) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
removeServicePort(PortId) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
requestSync() - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
 

S

SegmentId - Class in org.opencord.cordvtn.api.net
Representation of the network segmentation identifier.
segmentId(SegmentId) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied segmentation id.
segmentId() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the service network segmentation identifier.
segmentId(SegmentId) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
segmentId() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
serviceIp(IpAddress) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied service IP address.
serviceIp() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the service IP address of the service network.
serviceIp(IpAddress) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
serviceIp() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
serviceNetwork(NetworkId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkService
Returns the service network with the supplied network ID.
serviceNetwork(NetworkId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Returns the service network with the given network id.
ServiceNetwork - Interface in org.opencord.cordvtn.api.net
Representation of a service network.
serviceNetwork(NetworkId) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
serviceNetwork(NetworkId) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
ServiceNetwork.Builder - Interface in org.opencord.cordvtn.api.net
Builder of new service network entities.
ServiceNetwork.DependencyType - Enum in org.opencord.cordvtn.api.net
 
ServiceNetwork.NetworkType - Enum in org.opencord.cordvtn.api.net
 
ServiceNetworkAdminService - Interface in org.opencord.cordvtn.api.core
Service for administering the inventory of ServiceNetwork.
ServiceNetworkCodec - Class in org.opencord.cordvtn.codec
Service network JSON codec.
ServiceNetworkCodec() - Constructor for class org.opencord.cordvtn.codec.ServiceNetworkCodec
 
ServiceNetworkEvent - Class in org.opencord.cordvtn.api.core
Describes service network event.
ServiceNetworkEvent(ServiceNetworkEvent.Type, ServiceNetwork) - Constructor for class org.opencord.cordvtn.api.core.ServiceNetworkEvent
Creates an event of a given type and for the specified service network and the current time.
ServiceNetworkEvent(ServiceNetworkEvent.Type, ServiceNetwork, ServicePort) - Constructor for class org.opencord.cordvtn.api.core.ServiceNetworkEvent
Creates an event of a given type and for the specified service network, port and the current time.
ServiceNetworkEvent(ServiceNetworkEvent.Type, ServiceNetwork, Provider) - Constructor for class org.opencord.cordvtn.api.core.ServiceNetworkEvent
Creates an event of a given type and for the specified service network, provider, dependency type with the provider, and the current time.
ServiceNetworkEvent.Type - Enum in org.opencord.cordvtn.api.core
Type of service network event.
ServiceNetworkListener - Interface in org.opencord.cordvtn.api.core
Listener for service network event.
ServiceNetworkManager - Class in org.opencord.cordvtn.impl
Provides implementation of administering and interfacing service network and port.
ServiceNetworkManager() - Constructor for class org.opencord.cordvtn.impl.ServiceNetworkManager
 
serviceNetworks() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkService
Returns all service networks registered in the service.
serviceNetworks() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Returns all service networks.
serviceNetworks() - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
serviceNetworks() - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
ServiceNetworkService - Interface in org.opencord.cordvtn.api.core
Service for interacting with the inventory of ServiceNetwork and ServicePort.
ServiceNetworkStore - Interface in org.opencord.cordvtn.api.core
Manages inventory of service networks; not intended for direct use.
ServiceNetworkStoreDelegate - Interface in org.opencord.cordvtn.api.core
VTN store delegate abstraction.
ServiceNetworkWebResource - Class in org.opencord.cordvtn.rest
Query and manage service networks.
ServiceNetworkWebResource() - Constructor for class org.opencord.cordvtn.rest.ServiceNetworkWebResource
 
servicePort() - Method in class org.opencord.cordvtn.api.core.ServiceNetworkEvent
Returns the service port subject.
servicePort(PortId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkService
Returns the service port with the supplied port ID.
servicePort(PortId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Returns the service port with the given port id.
ServicePort - Interface in org.opencord.cordvtn.api.net
Representation of a service port.
servicePort(PortId) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
servicePort(PortId) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
ServicePort.Builder - Interface in org.opencord.cordvtn.api.net
Builder of new service port entities.
ServicePortCodec - Class in org.opencord.cordvtn.codec
Service port JSON codec.
ServicePortCodec() - Constructor for class org.opencord.cordvtn.codec.ServicePortCodec
 
servicePorts() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkService
Returns all service ports registered in the service.
servicePorts(NetworkId) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkService
Returns all service ports associated with the supplied network.
servicePorts() - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Returns all service ports.
servicePorts() - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
servicePorts() - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
servicePorts(NetworkId) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
ServicePortWebResource - Class in org.opencord.cordvtn.rest
Query and manage service ports.
ServicePortWebResource() - Constructor for class org.opencord.cordvtn.rest.ServicePortWebResource
 
setInterfaceUp(Session, String) - Static method in class org.opencord.cordvtn.impl.RemoteIpCommandUtil
Sets link state up for a given device.
snetService - Variable in class org.opencord.cordvtn.impl.CordVtnArpProxy
 
snetService - Variable in class org.opencord.cordvtn.impl.CordVtnDhcpProxy
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.AccessAgentInstanceHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.DefaultInstanceHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.DependencyHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.FlatInstanceHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.handler.ManagementInstanceHandler
 
snetService - Variable in class org.opencord.cordvtn.impl.InstanceManager
 
snetStore - Variable in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
SshAccessInfo - Class in org.opencord.cordvtn.api.node
Representation of SSH access information.
SshAccessInfo(Ip4Address, TpPort, String, String) - Constructor for class org.opencord.cordvtn.api.node.SshAccessInfo
Creates a new SSH access information.
sshInfo(SshAccessInfo) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied SSH access information.
sshInfo() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the SSH access information.
sshInfo(SshAccessInfo) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
sshInfo() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
state(CordVtnNodeState) - Method in interface org.opencord.cordvtn.api.node.CordVtnNode.Builder
Returns cordvtn node builder with the supplied initialize state.
state() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns the state of the node.
state(CordVtnNodeState) - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode.Builder
 
state() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
storageService - Variable in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
storageService - Variable in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
subnet(IpPrefix) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied subnet.
subnet() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the subnet of the service network.
subnet(IpPrefix) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
subnet() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
systemInterfaces() - Method in interface org.opencord.cordvtn.api.node.CordVtnNode
Returns system interfaces of the node.
systemInterfaces() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 

T

TABLE_ACCESS - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_DST - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_IN_PORT - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_IN_SERVICE - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_TUNNEL_IN - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_VLAN - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
TABLE_ZERO - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
toString() - Method in class org.opencord.cordvtn.api.core.Instance
 
toString() - Method in class org.opencord.cordvtn.api.core.ServiceNetworkEvent
 
toString() - Method in class org.opencord.cordvtn.api.net.AddressPair
 
toString() - Method in class org.opencord.cordvtn.api.net.CidrAddr
 
toString() - Method in class org.opencord.cordvtn.api.net.Provider
 
toString() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
 
toString() - Method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
 
toString() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 
toString() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 
triggerProbe(Host) - Method in class org.opencord.cordvtn.impl.InstanceManager
 
tunnelDstTreatment(DeviceId, Ip4Address) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
tunnelPort(DeviceId) - Method in class org.opencord.cordvtn.impl.handler.AbstractInstanceHandler
 
type(ServiceNetwork.DependencyType) - Method in class org.opencord.cordvtn.api.net.Provider.Builder
Returns provider network with the supplied type.
type() - Method in class org.opencord.cordvtn.api.net.Provider
Returns direct access type between subscriber and provider networks.
type(ServiceNetwork.NetworkType) - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork.Builder
Returns service network builder with the supplied type.
type() - Method in interface org.opencord.cordvtn.api.net.ServiceNetwork
Returns the type of the service network.
type(ServiceNetwork.NetworkType) - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork.Builder
 
type() - Method in class org.opencord.cordvtn.impl.DefaultServiceNetwork
 

U

updatedState(CordVtnNode, CordVtnNodeState) - Static method in class org.opencord.cordvtn.impl.DefaultCordVtnNode
Returns cordvtn node with the new state.
updateNetwork(String, InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2NetworksWebResource
Updates the network with the specified identifier.
updateNode(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeAdminService
Updates the node.
updateNode(CordVtnNode) - Method in interface org.opencord.cordvtn.api.node.CordVtnNodeStore
Updates the node.
updateNode(CordVtnNode) - Method in class org.opencord.cordvtn.impl.CordVtnNodeManager
 
updateNode(CordVtnNode) - Method in class org.opencord.cordvtn.impl.DistributedCordVtnNodeStore
 
updatePort(String, InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2PortsWebResource
Updates the port with the specified identifier.
updateServiceNetwork(ServiceNetwork) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Updates a service network with the given information.
updateServiceNetwork(ServiceNetwork) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Updates the service network.
updateServiceNetwork(ServiceNetwork) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
updateServiceNetwork(ServiceNetwork) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
updateServiceNetwork(String, InputStream) - Method in class org.opencord.cordvtn.rest.ServiceNetworkWebResource
Updates the service network with the specified identifier.
updateServicePort(ServicePort) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkAdminService
Updates a service port with the given information.
updateServicePort(ServicePort) - Method in interface org.opencord.cordvtn.api.core.ServiceNetworkStore
Updates the service port.
updateServicePort(ServicePort) - Method in class org.opencord.cordvtn.impl.DistributedServiceNetworkStore
 
updateServicePort(ServicePort) - Method in class org.opencord.cordvtn.impl.ServiceNetworkManager
 
updateServicePort(String, InputStream) - Method in class org.opencord.cordvtn.rest.ServicePortWebResource
Updates the service port with the given identifier.
updateSubnet(String, InputStream) - Method in class org.opencord.cordvtn.rest.NeutronMl2SubnetsWebResource
Updates the subnet with the specified identifier.
user() - Method in class org.opencord.cordvtn.api.node.SshAccessInfo
Returns the user name.
user(String) - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient.Builder
Returns XOS service networking builder with the supplied user credential.
user() - Method in class org.opencord.cordvtn.rest.XosVtnNetworkingClient
Returns user name for the XOS service API access.

V

valueOf(String) - Static method in enum org.opencord.cordvtn.api.core.ServiceNetworkEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.opencord.cordvtn.api.net.CidrAddr
Converts a CIDR notation string into a network address.
valueOf(String) - Static method in enum org.opencord.cordvtn.api.net.ServiceNetwork.DependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencord.cordvtn.api.net.ServiceNetwork.NetworkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencord.cordvtn.api.node.CordVtnNodeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencord.cordvtn.api.node.CordVtnNodeState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opencord.cordvtn.api.core.ServiceNetworkEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencord.cordvtn.api.net.ServiceNetwork.DependencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencord.cordvtn.api.net.ServiceNetwork.NetworkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencord.cordvtn.api.node.CordVtnNodeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencord.cordvtn.api.node.CordVtnNodeState
Returns an array containing the constants of this enum type, in the order they are declared.
VLAN_WAN - Static variable in interface org.opencord.cordvtn.api.core.CordVtnPipeline
 
vlanId(VlanId) - Method in interface org.opencord.cordvtn.api.net.ServicePort.Builder
Returns service port builder with the supplied VLAN.
vlanId() - Method in interface org.opencord.cordvtn.api.net.ServicePort
Returns VLAN of service the port.
vlanId(VlanId) - Method in class org.opencord.cordvtn.impl.DefaultServicePort.Builder
 
vlanId() - Method in class org.opencord.cordvtn.impl.DefaultServicePort
 

X

XosVtnNetworkingClient - Class in org.opencord.cordvtn.rest
Implementation of REST client for XOS VTN networking service.
XosVtnNetworkingClient.Builder - Class in org.opencord.cordvtn.rest
Builder of the XOS service networking entities.
A B C D E F G H I L M N O P R S T U V X 
Skip navigation links

Copyright © 2018. All rights reserved.