Interface ClusterNetworksService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterNetworksService

    public static interface ClusterNetworksService.AddResponse
    extends Response
    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] ---- ----
    • Method Detail

      • network

        Network network()
        The network object to be assigned to the cluster.