Interface ClusterNetworksService

    • Method Detail

      • add

        ClusterNetworksService.AddRequest add()
        Assigns the network to a cluster. Post a request like in the example below to assign the network to a cluster: [source] ---- POST /ovirt-engine/api/clusters/123/networks ---- Use the following example in its body: [source,xml] ---- ----
      • networkService

        ClusterNetworkService networkService​(String id)
        Access the cluster network service that manages the cluster network specified by an ID.
      • service

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