Interface VmService.StartResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.StartResponse
    extends Response
    Starts the virtual machine. If the virtual environment is complete and the virtual machine contains all necessary components to function, it can be started. This example starts the virtual machine: [source] ---- POST /ovirt-engine/api/vms/123/start ---- With a request body: [source,xml] ---- ----