DesktopPoolInstantClonePushImageSettings
DesktopPoolInstantClonePushImageSettings
Settings for the push image operation.
JSON Example
{
"add_virtual_tpm": false,
"logoff_policy": "WAIT_FOR_LOGOFF",
"start_time": 1587081283000,
"stop_on_first_error": true
}
boolean
add_virtual_tpm
Optional
Whether to add Virtual TPM device.
string
logoff_policy
Optional
Determines when to perform the operation on machines which have an active session.
- FORCE_LOGOFF: Users will be forced to log off when the system is ready to execute the operation. Before being forcibly logged off, users may have a grace period in which to save their work which can be configured in Global Settings.
- WAIT_FOR_LOGOFF: Wait for connected users to disconnect before the task starts. The operation starts immediately when there are no active sessions.
Possible values are : FORCE_LOGOFF, WAIT_FOR_LOGOFF,
integer As int64 As int64
start_time
Optional
When to start the operation. If unset or the time is in the past, the operation will begin immediately. Measured as epoch time.
boolean
stop_on_first_error
Optional
Indicates that the operation should stop on first error.