Skip to content

Data Object - FarmRecurringMaintenanceSettings

Java Class

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

Property of

FarmMaintenanceSpec, FarmScheduledMaintenanceData

Since

Horizon 7.1

Data Object Description

Settings for recurring maintenance operations.

Data Object Properties

Name Type Description
startTime xsd:string Configured start time for the recurring maintenance. 4
maintenancePeriod xsd:string This represents the frequency at which to perform recurring maintenance.
* This property will be one of:
ValueDescription
"DAILY"Daily recurring maintenance
"WEEKLY"Weekly recurring maintenance
"MONTHLY"Monthly recurring maintenance
startInt xsd:int Start index for weekly or monthly maintenance. Weekly: 1-7 (Sun-Sat), Monthly: 1-31 1 2 6 7
everyInt xsd:int How frequently to repeat maintenance, expressed as a multiple of the maintenance period. e.g. Every 2 weeks. 3 1 2 5

  1. This property need not be set. 

  2. This property has a minimum value of 1. 

  3. This property has a default value of 1. 

  4. This property must be in the form hh:mm in 24 hours format. 

  5. This property has a maximum value of 100. 

  6. This property has a maximum value of 31. 

  7. This property is required if maintenancePeriod is set to 'WEEKLY' or 'MONTHLY'.