Interface InstanceTypeService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    InstanceTypeService

    public static interface InstanceTypeService.RemoveResponse
    extends Response
    Removes a specific instance type from the system. If a virtual machine was created using an instance type X after removal of the instance type the virtual machine's instance type will be set to `custom`. [source] ---- DELETE /ovirt-engine/api/instancetypes/123 ----