public class ApplyHostProfileConfigurationSpec extends ProfileExecuteResult
Java class for ApplyHostProfileConfigurationSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplyHostProfileConfigurationSpec">
<complexContent>
<extension base="{urn:vim25}ProfileExecuteResult">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="taskListRequirement" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="taskDescription" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="rebootStateless" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rebootHost" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="faultData" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
faultData |
protected ManagedObjectReference |
host |
protected Boolean |
rebootHost |
protected Boolean |
rebootStateless |
protected List<LocalizableMessage> |
taskDescription |
protected List<String> |
taskListRequirement |
configSpec, error, inapplicablePath, requireInput, status| Constructor and Description |
|---|
ApplyHostProfileConfigurationSpec() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFaultData()
Gets the value of the faultData property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
List<LocalizableMessage> |
getTaskDescription()
Gets the value of the taskDescription property.
|
List<String> |
getTaskListRequirement()
Gets the value of the taskListRequirement property.
|
Boolean |
isRebootHost()
Gets the value of the rebootHost property.
|
Boolean |
isRebootStateless()
Gets the value of the rebootStateless property.
|
void |
setFaultData(LocalizedMethodFault value)
Sets the value of the faultData property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setRebootHost(Boolean value)
Sets the value of the rebootHost property.
|
void |
setRebootStateless(Boolean value)
Sets the value of the rebootStateless property.
|
getConfigSpec, getError, getInapplicablePath, getRequireInput, getStatus, setConfigSpec, setStatusprotected ManagedObjectReference host
protected List<LocalizableMessage> taskDescription
protected Boolean rebootStateless
protected Boolean rebootHost
protected LocalizedMethodFault faultData
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic 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
public 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 Boolean isRebootStateless()
Booleanpublic void setRebootStateless(Boolean value)
value - allowed object is
Booleanpublic Boolean isRebootHost()
Booleanpublic void setRebootHost(Boolean value)
value - allowed object is
Booleanpublic LocalizedMethodFault getFaultData()
LocalizedMethodFaultpublic void setFaultData(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.