Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - RecurrentTaskScheduler(vim.scheduler.RecurrentTaskScheduler)
- Extended by
- HourlyTaskScheduler
- Extends
- TaskScheduler
- Since
- 2.0
Data Object Description
The RecurrentTaskScheduler data object is the base type for the hierarchy that includes hourly, daily, weekly, and monthly task schedulers.Properties
Name | Type | Description |
---|---|---|
interval | xsd:int |
How often to run the scheduled task. The value must be greater than
or equal to 1 and less than 1000. The default value is 1.
The interval acts as a multiplier for the unit of time associated
with a particular scheduler (hours, days, weeks, or months).
For example, setting the HourlyTaskScheduler interval
to 4 causes the task to run every 4 hours.
|
Properties inherited from TaskScheduler | ||
activeTime, expireTime | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |