Interface HostService.CopyHostNetworksResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    HostService

    public static interface HostService.CopyHostNetworksResponse
    extends Response
    Copy the network configuration of the specified host to current host. IMPORTANT: Any network attachments that are not present on the source host will be erased from the target host by the copy operation. To copy networks from another host, send a request like this: [source] ---- POST /ovirt-engine/api/hosts/123/copyhostnetworks ---- With a request body like this: [source,xml] ---- ----