public class HostProfileManagerConfigTaskList extends DynamicData
Java class for HostProfileManagerConfigTaskList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileManagerConfigTaskList">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="configSpec" type="{urn:vim25}HostConfigSpec" minOccurs="0"/>
<element name="taskDescription" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="taskListRequirement" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostConfigSpec |
configSpec |
protected List<LocalizableMessage> |
taskDescription |
protected List<String> |
taskListRequirement |
| Constructor and Description |
|---|
HostProfileManagerConfigTaskList() |
| Modifier and Type | Method and Description |
|---|---|
HostConfigSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
List<LocalizableMessage> |
getTaskDescription()
Gets the value of the taskDescription property.
|
List<String> |
getTaskListRequirement()
Gets the value of the taskListRequirement property.
|
void |
setConfigSpec(HostConfigSpec value)
Sets the value of the configSpec property.
|
protected HostConfigSpec configSpec
protected List<LocalizableMessage> taskDescription
public HostConfigSpec getConfigSpec()
HostConfigSpecpublic void setConfigSpec(HostConfigSpec value)
value - allowed object is
HostConfigSpecpublic List<LocalizableMessage> getTaskDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taskDescription property.
For example, to add a new item, do as follows:
getTaskDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
public List<String> getTaskListRequirement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taskListRequirement property.
For example, to add a new item, do as follows:
getTaskListRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.