- AbstractChoicesCompleter - Class in org.onosproject.cli
-
Abstraction of a completer with preset choices.
- AbstractChoicesCompleter() - Constructor for class org.onosproject.cli.AbstractChoicesCompleter
-
- AbstractCompleter - Class in org.onosproject.cli
-
Abstract argument completer.
- AbstractCompleter() - Constructor for class org.onosproject.cli.AbstractCompleter
-
- AbstractMapper<E extends Throwable> - Class in org.onlab.rest.exceptions
-
Base exception mapper implementation.
- AbstractMapper() - Constructor for class org.onlab.rest.exceptions.AbstractMapper
-
- AbstractShellCommand - Class in org.onosproject.cli
-
Base abstraction of Karaf shell commands.
- AbstractShellCommand() - Constructor for class org.onosproject.cli.AbstractShellCommand
-
- AbstractWebApplication - Class in org.onlab.rest
-
Base web application.
- AbstractWebApplication() - Constructor for class org.onlab.rest.AbstractWebApplication
-
- activate() - Method in class org.onosproject.cli.CliComponent
-
- activate() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- activate() - Method in class org.onosproject.virtualbng.VbngManager
-
- activate() - Method in class org.onosproject.virtualbng.VirtualPublicHosts
-
- AddHostToHostIntentCommand - Class in org.onosproject.cli.net
-
Installs host-to-host connectivity intent.
- AddHostToHostIntentCommand() - Constructor for class org.onosproject.cli.net.AddHostToHostIntentCommand
-
- AddMeterCommand - Class in org.onosproject.cli.net
-
Add a meter to a device.
- AddMeterCommand() - Constructor for class org.onosproject.cli.net.AddMeterCommand
-
- AddMplsIntent - Class in org.onosproject.cli.net
-
- AddMplsIntent() - Constructor for class org.onosproject.cli.net.AddMplsIntent
-
Deprecated.
- AddMultiPointToSinglePointIntentCommand - Class in org.onosproject.cli.net
-
Installs connectivity intent between multiple ingress devices and a single egress device.
- AddMultiPointToSinglePointIntentCommand() - Constructor for class org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand
-
- AddPointToPointIntentCommand - Class in org.onosproject.cli.net
-
Installs point-to-point connectivity intents.
- AddPointToPointIntentCommand() - Constructor for class org.onosproject.cli.net.AddPointToPointIntentCommand
-
- AddSinglePointToMultiPointIntentCommand - Class in org.onosproject.cli.net
-
Installs connectivity intent between a single ingress device and multiple egress devices.
- AddSinglePointToMultiPointIntentCommand() - Constructor for class org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand
-
- AddTestFlowsCommand - Class in org.onosproject.cli.net
-
Installs bulk flows.
- AddTestFlowsCommand() - Constructor for class org.onosproject.cli.net.AddTestFlowsCommand
-
- AddTunnelCommand - Class in org.onosproject.cli.net
-
Installs intent domain tunnel primitive.
- AddTunnelCommand() - Constructor for class org.onosproject.cli.net.AddTunnelCommand
-
- AllApplicationNamesCompleter - Class in org.onosproject.cli.app
-
All installed application name completer.
- AllApplicationNamesCompleter() - Constructor for class org.onosproject.cli.app.AllApplicationNamesCompleter
-
- AllocationsCommand - Class in org.onosproject.cli.net
-
Lists allocated resources.
- AllocationsCommand() - Constructor for class org.onosproject.cli.net.AllocationsCommand
-
- AnnotateDeviceCommand - Class in org.onosproject.cli.net
-
Annotates network device model.
- AnnotateDeviceCommand() - Constructor for class org.onosproject.cli.net.AnnotateDeviceCommand
-
- annotations(Annotations) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a string image of the specified key/value annotations.
- annotations(Annotations, Set<String>) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a string image of the specified key/value annotations.
- annotations(ObjectMapper, Annotations) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a JSON object from the specified key/value annotations.
- ANY - Static variable in class org.onosproject.cli.net.FlowsListCommand
-
- ANY - Static variable in class org.onosproject.cli.net.GroupsListCommand
-
- appId() - Method in class org.onosproject.cli.AbstractShellCommand
-
Returns application ID for the CLI.
- appId() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
-
- appId() - Method in class org.onosproject.cli.net.RandomIntentCommand
-
- ApplicationCommand - Class in org.onosproject.cli.app
-
Manages application inventory.
- ApplicationCommand() - Constructor for class org.onosproject.cli.app.ApplicationCommand
-
- ApplicationCommandCompleter - Class in org.onosproject.cli.app
-
Application command completer.
- ApplicationCommandCompleter() - Constructor for class org.onosproject.cli.app.ApplicationCommandCompleter
-
- ApplicationIdListCommand - Class in org.onosproject.cli.app
-
Lists application ID information.
- ApplicationIdListCommand() - Constructor for class org.onosproject.cli.app.ApplicationIdListCommand
-
- ApplicationIdWithIntentNameCompleter - Class in org.onosproject.cli.app
-
Application name completer.
- ApplicationIdWithIntentNameCompleter() - Constructor for class org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter
-
- ApplicationNameCompleter - Class in org.onosproject.cli.app
-
Application name completer.
- ApplicationNameCompleter() - Constructor for class org.onosproject.cli.app.ApplicationNameCompleter
-
- ApplicationsListCommand - Class in org.onosproject.cli.app
-
Lists application information.
- ApplicationsListCommand() - Constructor for class org.onosproject.cli.app.ApplicationsListCommand
-
- assignSpecifiedPublicIp(IpAddress, IpAddress) - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- assignSpecifiedPublicIp(IpAddress, IpAddress) - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Tries to assign a given public IP address to a private IP address.
- get(Class<T>) - Method in class org.onlab.rest.BaseResource
-
Returns reference to the specified service implementation.
- get(Class<T>) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Returns the reference to the implementation of the specified service.
- getArgumentList() - Method in class org.onosproject.cli.AbstractCompleter
-
Returns the argument list.
- getAssignedPublicIpAddress(IpAddress) - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getAssignedPublicIpAddress(IpAddress) - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the public IP address already assigned for a private IP address.
- getAvailablePublicIpAddress(IpAddress) - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getAvailablePublicIpAddress(IpAddress) - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets an available public IP address from local public IP prefixes.
- getClasses(Class<?>...) - Method in class org.onlab.rest.AbstractWebApplication
-
Returns the aggregate set of resources, writers and mappers combined
with a default set of such web entities.
- getClasses() - Method in class org.onlab.rest.AbstractWebApplication
-
- getClientBuilder(String) - Method in class org.onosproject.virtualbng.RestClient
-
Gets a client web resource builder.
- GetFlowStatisticsCommand - Class in org.onosproject.cli.net
-
Fetches flow statistics with a flow type and instruction type.
- GetFlowStatisticsCommand() - Constructor for class org.onosproject.cli.net.GetFlowStatisticsCommand
-
- getHosts() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
- getIpAddressMappings() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getIpAddressMappings() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets all the mapping entries from private IP address to public IP
address.
- getLocalPublicIpPrefixes() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
Gets a list of public IP prefixes configured for local SDN network.
- getNextHopIpAddress() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
Gets the IP address configured for the next hop (upstream gateway).
- getNextHopIpAddress() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getNextHopIpAddress() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the IP address configured for the next hop.
- getNodeToPort() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getNodeToPort() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the host to port map.
- getPublicFacingMac() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
Gets the MAC address configured for all the public IP addresses.
- getPublicFacingMac() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getPublicFacingMac() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the MAC address configured for all the public IP addresses.
- getRest() - Method in class org.onosproject.virtualbng.RestClient
-
Builds a REST client and fetches XOS mapping data in JSON format.
- getService(Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
-
- getSize(ObjectNode, Class<?>, Type, Annotation[], MediaType) - Method in class org.onlab.rest.JsonBodyWriter
-
- getSortedDeviceKeys(DeviceKeyService) - Method in class org.onosproject.cli.net.DeviceKeyListCommand
-
Returns the list of devices keys sorted using the device key identifier.
- getSortedDevices(DeviceService) - Static method in class org.onosproject.cli.net.DevicesListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedFlows(DeviceService, FlowRuleService, CoreService) - Method in class org.onosproject.cli.net.FlowsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedGroups(DeviceService, GroupService) - Method in class org.onosproject.cli.net.GroupsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedHosts(HostService) - Method in class org.onosproject.cli.net.HostsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedRegions(RegionService) - Method in class org.onosproject.cli.net.RegionListCommand
-
Returns the list of regions sorted using the region identifier.
- getSortedTableStats(DeviceService, FlowRuleService) - Method in class org.onosproject.cli.net.TableStatisticsCommand
-
Returns the list of table statistics sorted using the device ID URIs and table IDs.
- GetStatisticsCommand - Class in org.onosproject.cli.net
-
Fetches statistics.
- GetStatisticsCommand() - Constructor for class org.onosproject.cli.net.GetStatisticsCommand
-
- getXosIpAddress() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
Gets the IP address configured for XOS server.
- getXosIpAddress() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getXosIpAddress() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the IP address configured for XOS server.
- getXosRestPort() - Method in class org.onosproject.virtualbng.VbngConfiguration
-
Gets the REST communication port configured for XOS server.
- getXosRestPort() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- getXosRestPort() - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Gets the REST communication port configured for XOS server.
- GlobalLabelApplyCommand - Class in org.onosproject.cli.net
-
- GlobalLabelApplyCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelApplyCommand
-
- GlobalLabelCommand - Class in org.onosproject.cli.net
-
- GlobalLabelCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelCommand
-
- GlobalLabelPoolCreateCommand - Class in org.onosproject.cli.net
-
create label resource pool by specific device id.
- GlobalLabelPoolCreateCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelPoolCreateCommand
-
- GlobalLabelPoolDestoryCommand - Class in org.onosproject.cli.net
-
- GlobalLabelPoolDestoryCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelPoolDestoryCommand
-
- GlobalLabelReleaseCommand - Class in org.onosproject.cli.net
-
- GlobalLabelReleaseCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelReleaseCommand
-
- GroupsListCommand - Class in org.onosproject.cli.net
-
Lists all groups in the system.
- GroupsListCommand() - Constructor for class org.onosproject.cli.net.GroupsListCommand
-
- GroupStatusCompleter - Class in org.onosproject.cli.net
-
Group status completer.
- GroupStatusCompleter() - Constructor for class org.onosproject.cli.net.GroupStatusCompleter
-
- PacketProcessorsListCommand - Class in org.onosproject.cli.net
-
Lists packet processors.
- PacketProcessorsListCommand() - Constructor for class org.onosproject.cli.net.PacketProcessorsListCommand
-
- PacketRequestsListCommand - Class in org.onosproject.cli.net
-
Lists packet requests.
- PacketRequestsListCommand() - Constructor for class org.onosproject.cli.net.PacketRequestsListCommand
-
- packetService - Variable in class org.onosproject.virtualbng.VirtualPublicHosts
-
- parseFromString(String) - Static method in enum org.onosproject.cli.net.EthType
-
Parse a string input that could contain an EthType value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.ExtHeader
-
Parse a string input that could contain an ExtHeader value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Parse a string input that could contain an Icmp6Code value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Parse a string input that could contain an Icmp6Type value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.IpProtocol
-
Parse a string input that could contain an IpProtocol value.
- parseInt(String) - Method in class org.onosproject.cli.net.AddMplsIntent
-
Deprecated.
- PartitionsListCommand - Class in org.onosproject.cli.net
-
Command to list the database partitions in the system.
- PartitionsListCommand() - Constructor for class org.onosproject.cli.net.PartitionsListCommand
-
- PathListCommand - Class in org.onosproject.cli.net
-
Lists all shortest-paths paths between the specified source and
destination devices.
- PathListCommand() - Constructor for class org.onosproject.cli.net.PathListCommand
-
- pathString(Path) - Method in class org.onosproject.cli.net.PathListCommand
-
Produces a formatted string representing the specified path.
- PlaceholderCompleter - Class in org.onosproject.cli
-
A completer that can be used as a placeholder for arguments that don't
need/want completers.
- PlaceholderCompleter() - Constructor for class org.onosproject.cli.PlaceholderCompleter
-
- PortNumberCompleter - Class in org.onosproject.cli.net
-
PortNumber completer.
- PortNumberCompleter() - Constructor for class org.onosproject.cli.net.PortNumberCompleter
-
- PortQueryVlansCommand - Class in org.onosproject.cli.net
-
Command to show the list of unused vlan-ids.
- PortQueryVlansCommand() - Constructor for class org.onosproject.cli.net.PortQueryVlansCommand
-
- PortStateCompleter - Class in org.onosproject.cli.net
-
PortState completer.
- PortStateCompleter() - Constructor for class org.onosproject.cli.net.PortStateCompleter
-
- print(String, Object...) - Method in class org.onosproject.cli.AbstractShellCommand
-
Prints the arguments using the specified format.
- printDevice(DeviceService, Device) - Method in class org.onosproject.cli.net.DevicesListCommand
-
Prints information about the specified device.
- printFlows(Device, List<FlowEntry>, CoreService) - Method in class org.onosproject.cli.net.FlowsListCommand
-
Prints flows.
- printHost(Host) - Method in class org.onosproject.cli.net.HostsListCommand
-
Prints information about a host.
- printPorts(DeviceService, Device) - Method in class org.onosproject.cli.net.DevicePortsListCommand
-
- printRoles(MastershipService, DeviceId) - Method in class org.onosproject.cli.RolesCommand
-
Prints the role information for a device.
- printTableStats(Device, List<TableStatisticsEntry>) - Method in class org.onosproject.cli.net.TableStatisticsCommand
-
Prints flow table statistics.
- priority() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
-
Gets the priority to use for the intent.
- privateIpAddNotification(String, String, String) - Method in class org.onosproject.virtualbng.VbngResource
-
Create a new virtual BNG connection.
- privateIpDeleteNotification(String) - Method in class org.onosproject.virtualbng.VbngResource
-
Delete a virtual BNG connection.
- privateIpDeleteNotification() - Method in class org.onosproject.virtualbng.VbngResource
-
Query virtual BNG map.
- RandomIntentCommand - Class in org.onosproject.cli.net
-
Installs bulk host-to-host intents between hosts of the network.
- RandomIntentCommand() - Constructor for class org.onosproject.cli.net.RandomIntentCommand
-
- readConfiguration() - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
Instructs the configuration reader to read the configuration from the
file.
- recycleAssignedPublicIpAddress(IpAddress) - Method in class org.onosproject.virtualbng.VbngConfigurationManager
-
- recycleAssignedPublicIpAddress(IpAddress) - Method in interface org.onosproject.virtualbng.VbngConfigurationService
-
Recycles the public IP address assigned for a private IP address, and
at the same time deletes the mapping entry from this private IP address
to the public IP address.
- RegionAddCommand - Class in org.onosproject.cli.net
-
Add a new region.
- RegionAddCommand() - Constructor for class org.onosproject.cli.net.RegionAddCommand
-
- RegionAddDevicesCommand - Class in org.onosproject.cli.net
-
Add a set of devices into existing region.
- RegionAddDevicesCommand() - Constructor for class org.onosproject.cli.net.RegionAddDevicesCommand
-
- RegionIdCompleter - Class in org.onosproject.cli.net
-
Region ID completer.
- RegionIdCompleter() - Constructor for class org.onosproject.cli.net.RegionIdCompleter
-
- RegionListCommand - Class in org.onosproject.cli.net
-
List Region details including membership.
- RegionListCommand() - Constructor for class org.onosproject.cli.net.RegionListCommand
-
- RegionRemoveCommand - Class in org.onosproject.cli.net
-
Removes a region from the existing region list.
- RegionRemoveCommand() - Constructor for class org.onosproject.cli.net.RegionRemoveCommand
-
- RegionRemoveDevicesCommand - Class in org.onosproject.cli.net
-
Remove a set of devices from existing region.
- RegionRemoveDevicesCommand() - Constructor for class org.onosproject.cli.net.RegionRemoveDevicesCommand
-
- RegionTypeCompleter - Class in org.onosproject.cli.net
-
Region type completer.
- RegionTypeCompleter() - Constructor for class org.onosproject.cli.net.RegionTypeCompleter
-
- RegionUpdateCommand - Class in org.onosproject.cli.net
-
Update an existing region.
- RegionUpdateCommand() - Constructor for class org.onosproject.cli.net.RegionUpdateCommand
-
- ResourcesCommand - Class in org.onosproject.cli.net
-
Lists registered resources.
- ResourcesCommand() - Constructor for class org.onosproject.cli.net.ResourcesCommand
-
- response(Response.Status, Throwable) - Method in class org.onlab.rest.exceptions.AbstractMapper
-
Produces a response builder primed with the supplied status code
and JSON entity with the status code and exception message.
- responseStatus() - Method in class org.onlab.rest.exceptions.AbstractMapper
-
Returns the response status to be given when the exception occurs.
- responseStatus() - Method in class org.onlab.rest.exceptions.BadRequestMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.EntityNotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.IllegalArgumentExceptionMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.IllegalStateExceptionMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.NotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.ServerErrorMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.ServiceNotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.WebApplicationExceptionMapper
-
- RestClient - Class in org.onosproject.virtualbng
-
- ReviewApplicationNameCompleter - Class in org.onosproject.cli.security
-
Application name completer for security review command.
- ReviewApplicationNameCompleter() - Constructor for class org.onosproject.cli.security.ReviewApplicationNameCompleter
-
- ReviewCommand - Class in org.onosproject.cli.security
-
Application security policy review commands.
- ReviewCommand() - Constructor for class org.onosproject.cli.security.ReviewCommand
-
- RoleCompleter - Class in org.onosproject.cli.net
-
Device mastership role completer.
- RoleCompleter() - Constructor for class org.onosproject.cli.net.RoleCompleter
-
- RolesCommand - Class in org.onosproject.cli
-
Lists mastership roles of nodes for each device.
- RolesCommand() - Constructor for class org.onosproject.cli.RolesCommand
-
- RouteAddCommand - Class in org.onosproject.cli.net
-
Command to add a route to the routing table.
- RouteAddCommand() - Constructor for class org.onosproject.cli.net.RouteAddCommand
-
- RouteRemoveCommand - Class in org.onosproject.cli.net
-
Command to remove a route from the routing table.
- RouteRemoveCommand() - Constructor for class org.onosproject.cli.net.RouteRemoveCommand
-
- RoutesListCommand - Class in org.onosproject.cli.net
-
Command to show the routes in the routing tables.
- RoutesListCommand() - Constructor for class org.onosproject.cli.net.RoutesListCommand
-
- value() - Method in enum org.onosproject.cli.net.EthType
-
Gets the value to use for this EthType.
- value() - Method in enum org.onosproject.cli.net.ExtHeader
-
Gets the value to use for this ExtHeader.
- value() - Method in enum org.onosproject.cli.net.Icmp6Code
-
Gets the value to use for this Icmp6Code.
- value() - Method in enum org.onosproject.cli.net.Icmp6Type
-
Gets the value to use for this Icmp6Type.
- value() - Method in enum org.onosproject.cli.net.IpProtocol
-
Gets the value to use for this IpProtocol.
- valueOf(String) - Static method in enum org.onosproject.cli.net.EthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.ExtHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.IpProtocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.onosproject.cli.net.EthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.ExtHeader
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.IpProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vbngConfigService - Variable in class org.onosproject.virtualbng.VirtualPublicHosts
-
- VbngConfiguration - Class in org.onosproject.virtualbng
-
Contains the configuration data for virtual BNG that has been read from a
JSON-formatted configuration file.
- VbngConfiguration(List<IpPrefix>, IpAddress, MacAddress, IpAddress, int, Map<String, ConnectPointConfiguration>) - Constructor for class org.onosproject.virtualbng.VbngConfiguration
-
Constructor.
- VbngConfigurationManager - Class in org.onosproject.virtualbng
-
Implementation of ConfigurationService which reads virtual BNG
configuration from a file.
- VbngConfigurationManager() - Constructor for class org.onosproject.virtualbng.VbngConfigurationManager
-
- VbngConfigurationService - Interface in org.onosproject.virtualbng
-
Provides information about the virtual BNG configuration.
- vbngConfigurationService - Variable in class org.onosproject.virtualbng.VbngManager
-
- VbngManager - Class in org.onosproject.virtualbng
-
This is a virtual Broadband Network Gateway (BNG) application.
- VbngManager() - Constructor for class org.onosproject.virtualbng.VbngManager
-
- VbngResource - Class in org.onosproject.virtualbng
-
REST services to interact with the virtual BNG.
- VbngResource() - Constructor for class org.onosproject.virtualbng.VbngResource
-
- VbngService - Interface in org.onosproject.virtualbng
-
Provides service of the virtual BNG.
- VirtualDeviceCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual device.
- VirtualDeviceCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand
-
- VirtualDeviceListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual devices for the network ID.
- VirtualDeviceListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceListCommand
-
- VirtualDeviceRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual device.
- VirtualDeviceRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand
-
- VirtualHostCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual host.
- VirtualHostCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostCreateCommand
-
- VirtualHostListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual hosts for the network ID.
- VirtualHostListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostListCommand
-
- VirtualHostRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual host.
- VirtualHostRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostRemoveCommand
-
- VirtualLinkCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual link.
- VirtualLinkCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkCreateCommand
-
- VirtualLinkListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual links for the network ID.
- VirtualLinkListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkListCommand
-
- VirtualLinkRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual link.
- VirtualLinkRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand
-
- VirtualNetworkCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual network.
- VirtualNetworkCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand
-
- VirtualNetworkIntentCreateCommand - Class in org.onosproject.cli.net.vnet
-
Installs virtual network intents.
- VirtualNetworkIntentCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand
-
- VirtualNetworkIntentRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual network intent.
- VirtualNetworkIntentRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand
-
- VirtualNetworkListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual networks for the tenant ID.
- VirtualNetworkListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkListCommand
-
- VirtualNetworkRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual network.
- VirtualNetworkRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand
-
- VirtualPortBindCommand - Class in org.onosproject.cli.net.vnet
-
Binds an existing virtual port with a physical port.
- VirtualPortBindCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortBindCommand
-
- VirtualPortCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual port.
- VirtualPortCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortCreateCommand
-
- VirtualPortListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual ports for the network ID.
- VirtualPortListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortListCommand
-
- VirtualPortRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual port.
- VirtualPortRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortRemoveCommand
-
- VirtualPublicHosts - Class in org.onosproject.virtualbng
-
When the upstream gateway which is outside local SDN network wants to send
packets to our local public IP addresses, it will send out ARP requests to
get the MAC address of each public IP address.
- VirtualPublicHosts() - Constructor for class org.onosproject.virtualbng.VirtualPublicHosts
-