Data Object - FarmRecurringMaintenanceSettings

Class
VMware.Hv.RecurringMaintenanceSettings
Property of
FarmMaintenanceSpec, FarmScheduledMaintenanceData
Since
Horizon 7.1

Data Object Description

Settings for recurring maintenance operations.

Data Object Properties

Properties

Name Type Description
startTimexsd:string

Configured start time for the recurring maintenance.
  • This property must be in the form hh:mm in 24 hours format.
maintenancePeriodxsd:string

This represents the frequency at which to perform recurring maintenance.
  • This property will be one of:
    Value Description
    "DAILY"Daily recurring maintenance
    "WEEKLY"Weekly recurring maintenance
    "MONTHLY"Monthly recurring maintenance
startIntxsd:int

Start index for weekly or monthly maintenance. Weekly: 1-7 (Sun-Sat), Monthly: 1-31
  • This property need not be set.
  • This property has a minimum value of 1.
  • This property has a maximum value of 31.
  • This property is required if maintenancePeriod is set to "WEEKLY"or "MONTHLY".
everyIntxsd:int

How frequently to repeat maintenance, expressed as a multiple of the maintenance period. e.g. Every 2 weeks.
  • This property has a default value of 1.
  • This property need not be set.
  • This property has a minimum value of 1.
  • This property has a maximum value of 100.