Data Object - FarmScheduledMaintenanceData

Class
VMware.Hv.ScheduledMaintenanceData
Property of
FarmInstantCloneProvisioningStatusData
See also
FarmRecurringMaintenanceSettings
Since
Horizon 7.1

Data Object Description

Data for scheduled maintenance operations.

Data Object Properties

Properties

Name Type Description
nextScheduledTimexsd:dateTime

Time when next scheduled maintenance would happen.
  • This property need not be set.
immediateMaintenanceScheduledxsd:boolean

True if immediate maintenance is scheduled.

Since Horizon 7.4
  • This property has a default value of false.
  • This property need not be set.
logoffSettingxsd: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:
    Value Description
    "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.
stopOnFirstErrorxsd:boolean

Indicates that the operation should stop on first error.

Since Horizon 7.4
  • This property has a default value of true.
recurringMaintenanceSettingsFarmRecurringMaintenanceSettings

Settings for recurring maintenance operations.
  • This property need not be set.