public class ProfileExecuteResult extends DynamicData
Java class for ProfileExecuteResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileExecuteResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configSpec" type="{urn:vim25}HostConfigSpec" minOccurs="0"/>
<element name="inapplicablePath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="requireInput" type="{urn:vim25}ProfileDeferredPolicyOptionParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="error" type="{urn:vim25}ProfileExecuteError" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostConfigSpec |
configSpec |
protected List<ProfileExecuteError> |
error |
protected List<String> |
inapplicablePath |
protected List<ProfileDeferredPolicyOptionParameter> |
requireInput |
protected String |
status |
| Constructor and Description |
|---|
ProfileExecuteResult() |
| Modifier and Type | Method and Description |
|---|---|
HostConfigSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
List<ProfileExecuteError> |
getError()
Gets the value of the error property.
|
List<String> |
getInapplicablePath()
Gets the value of the inapplicablePath property.
|
List<ProfileDeferredPolicyOptionParameter> |
getRequireInput()
Gets the value of the requireInput property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setConfigSpec(HostConfigSpec value)
Sets the value of the configSpec property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String status
protected HostConfigSpec configSpec
protected List<ProfileDeferredPolicyOptionParameter> requireInput
protected List<ProfileExecuteError> error
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic HostConfigSpec getConfigSpec()
HostConfigSpecpublic void setConfigSpec(HostConfigSpec value)
value - allowed object is
HostConfigSpecpublic List<String> getInapplicablePath()
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 inapplicablePath property.
For example, to add a new item, do as follows:
getInapplicablePath().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ProfileDeferredPolicyOptionParameter> getRequireInput()
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 requireInput property.
For example, to add a new item, do as follows:
getRequireInput().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileDeferredPolicyOptionParameter
public List<ProfileExecuteError> getError()
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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileExecuteError
Copyright © 2018. All rights reserved.