vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ScheduledTaskSpec(vim.scheduler.ScheduledTaskSpec)
- Parameter to
- CreateObjectScheduledTask, CreateScheduledTask, ReconfigureScheduledTask
- Extended by
- ScheduledTaskInfo
- Extends
- DynamicData
- See also
- Action, TaskScheduler
- Since
- 2.0
Data Object Description
Parameters for scheduled task creation.Properties
Name | Type | Description |
---|---|---|
action | Action |
The action of the scheduled task, to be done when the scheduled task runs.
|
description | xsd:string |
Description of the scheduled task.
|
enabled | xsd:boolean |
Flag to indicate whether the scheduled task is enabled or disabled.
|
name | xsd:string |
Name of the scheduled task.
|
notification* | xsd:string |
The email notification.
If not set, this property is set to empty string, indicating no notification.
|
scheduler | TaskScheduler |
The time scheduler that determines when the scheduled task runs.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |