Skip to content

Data Object - FarmScheduledMaintenanceData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.ScheduledMaintenanceData

Property of

FarmInstantCloneProvisioningStatusData

See also

FarmRecurringMaintenanceSettings

Since

Horizon 7.1

Data Object Description

Data for scheduled maintenance operations.

Data Object Properties

Name Type Description
nextScheduledTime xsd:dateTime Time when next scheduled maintenance would happen. 1
immediateMaintenanceScheduled xsd:boolean True if immediate maintenance is scheduled. Since Horizon 7.4 2 1
logoffSetting xsd:string Determines when to perform the operation on RDS servers which have an active session. Since Horizon 7.4
* This property will be one of:
ValueDescription
"FORCE_LOGOFF"Users will be forced to log off when the system is ready to operate on their RDS Servers. Before being forcibly logged off, users may have a grace period in which to save their work (Global Settings).
"WAIT_FOR_LOGOFF"Wait for connected users to disconnect before the task starts. The operation starts immediately on RDS Servers without active sessions.
stopOnFirstError xsd:boolean Indicates that the operation should stop on first error. Since Horizon 7.4 3
recurringMaintenanceSettings FarmRecurringMaintenanceSettings Settings for recurring maintenance operations. 1

  1. This property need not be set. 

  2. This property has a default value of false. 

  3. This property has a default value of true.