public class ScheduledTaskSpec extends DynamicData
Java class for ScheduledTaskSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduledTaskSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="scheduler" type="{urn:vim25}TaskScheduler"/>
<element name="action" type="{urn:vim25}Action"/>
<element name="notification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Action |
action |
protected String |
description |
protected boolean |
enabled |
protected String |
name |
protected String |
notification |
protected TaskScheduler |
scheduler |
| Constructor and Description |
|---|
ScheduledTaskSpec() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Gets the value of the action property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotification()
Gets the value of the notification property.
|
TaskScheduler |
getScheduler()
Gets the value of the scheduler property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotification(String value)
Sets the value of the notification property.
|
void |
setScheduler(TaskScheduler value)
Sets the value of the scheduler property.
|
protected String name
protected String description
protected boolean enabled
protected TaskScheduler scheduler
protected Action action
protected String notification
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public TaskScheduler getScheduler()
TaskSchedulerpublic void setScheduler(TaskScheduler value)
value - allowed object is
TaskSchedulerpublic Action getAction()
Actionpublic void setAction(Action value)
value - allowed object is
Actionpublic String getNotification()
StringCopyright © 2018. All rights reserved.