DesktopPoolTaskInfo

DesktopPoolTaskInfo
DesktopPoolTaskInfo

Information related to Desktop Pool Task.

JSON Example
{
    "cancelled_vmtask_count": 3,
    "description": "Changing 10 user(s) to image /Datacenter/vm/VMs/Win10 - Snapshot1. This task will start at Jan 12, 2021 12:00 AM and will wait for users to log off before the push operation is started.",
    "error_vmtask_count": 2,
    "halted_vmtask_count": 1,
    "id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
    "operation": "PUSH_IMAGE",
    "remaining_vmtask_count": 10,
    "schedule_time": 1587081283000
}
integer As int32 As int32
cancelled_vmtask_count
Optional

Number of VMs whose task is in cancelled state.

string
description
Optional

Description of the desktop pool task.

integer As int32 As int32
error_vmtask_count
Optional

Number of VMs whose task is in fault state.

integer As int32 As int32
halted_vmtask_count
Optional

Number of VMs whose task is in holding state.

string
id
Optional

Unique ID representing Desktop Pool Task.

string
operation
Optional

The current desktop pool operation.

  • ARCHIVE: An archive operation.
  • ATTACH: A persistent disk attach operation.
  • DETACH: A persistent disk detach operation.
  • PUSH_IMAGE: A push image operation.
  • TAGGING: A tagging operation.
Possible values are : ARCHIVE, ATTACH, DETACH, PUSH_IMAGE, TAGGING,
integer As int32 As int32
remaining_vmtask_count
Optional

Number of VMs whose task is scheduled or running.

integer As int64 As int64
schedule_time
Optional

Time at which desktop pool task is scheduled to start.