Interface HostNicsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    HostNicsServiceImpl

    public interface HostNicsService
    extends Service
    A service to manage the network interfaces of a host.
    • Method Detail

      • list

        HostNicsService.ListRequest list()
        Returns the list of network interfaces of the host. The order of the returned list of network interfaces isn't guaranteed.
      • nicService

        HostNicService nicService​(String id)
        Reference to the service that manages a single network interface.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.