Data Object - FarmMaintenanceSpec

Class
VMware.Hv.MaintenanceSpec
Parameter to
Farm_ScheduleMaintenance
See also
FarmImageMaintenanceSettings, FarmRecurringMaintenanceSettings
Since
Horizon 7.1

Data Object Description

Settings for maintenance operations. This is applicable only for RDSH Instant Clone Farm

Data Object Properties

Properties

Name Type Description
maintenanceModexsd:string

The mode of schedule maintenance for Instant Clone Farm
  • This property will be one of:
    Value Description
    "IMMEDIATE"All server VMs will be refreshed once, immediately or at user scheduled time.
    "RECURRING"All server VMs will be periodically refreshed based on FarmInstantCloneRecurringMaintenancePeriod and StartTime
scheduledTimexsd:dateTime

When to actually perform the next maintenance. For IMMEDIATE if unset, maintenance will begin immediately. For RECURRING If unset, will be calculated based on current recurring maintenance configuration. If in the past, maintenance will begin immediately.
  • This property need not be set.
logoffSettingxsd:string

Determines when to perform the operation on machines which have an active session.
  • 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.
  • This property has a default value of true.
  • This property need not be set.
recurringMaintenanceSettingsFarmRecurringMaintenanceSettings

Recurring maintenance configuration settings. Required only if maintenanceMode == RECURRING
  • This property need not be set.
  • This property is required if maintenanceMode is set to "RECURRING".
imageMaintenanceSettingsFarmImageMaintenanceSettings

Settings for the Image maintenance.
  • This property need not be set.