public class HostProfileManagerCompositionValidationResultResultElement extends DynamicData
Java class for HostProfileManagerCompositionValidationResultResultElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileManagerCompositionValidationResultResultElement">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="target" type="{urn:vim25}ManagedObjectReference"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errors" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="sourceDiffForToBeMerged" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="targetDiffForToBeMerged" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="toBeAdded" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="toBeDeleted" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="toBeDisabled" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="toBeEnabled" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
<element name="toBeReenableCC" type="{urn:vim25}HostApplyProfile" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizableMessage> |
errors |
protected HostApplyProfile |
sourceDiffForToBeMerged |
protected String |
status |
protected ManagedObjectReference |
target |
protected HostApplyProfile |
targetDiffForToBeMerged |
protected HostApplyProfile |
toBeAdded |
protected HostApplyProfile |
toBeDeleted |
protected HostApplyProfile |
toBeDisabled |
protected HostApplyProfile |
toBeEnabled |
protected HostApplyProfile |
toBeReenableCC |
| Constructor and Description |
|---|
HostProfileManagerCompositionValidationResultResultElement() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizableMessage> |
getErrors()
Gets the value of the errors property.
|
HostApplyProfile |
getSourceDiffForToBeMerged()
Gets the value of the sourceDiffForToBeMerged property.
|
String |
getStatus()
Gets the value of the status property.
|
ManagedObjectReference |
getTarget()
Gets the value of the target property.
|
HostApplyProfile |
getTargetDiffForToBeMerged()
Gets the value of the targetDiffForToBeMerged property.
|
HostApplyProfile |
getToBeAdded()
Gets the value of the toBeAdded property.
|
HostApplyProfile |
getToBeDeleted()
Gets the value of the toBeDeleted property.
|
HostApplyProfile |
getToBeDisabled()
Gets the value of the toBeDisabled property.
|
HostApplyProfile |
getToBeEnabled()
Gets the value of the toBeEnabled property.
|
HostApplyProfile |
getToBeReenableCC()
Gets the value of the toBeReenableCC property.
|
void |
setSourceDiffForToBeMerged(HostApplyProfile value)
Sets the value of the sourceDiffForToBeMerged property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTarget(ManagedObjectReference value)
Sets the value of the target property.
|
void |
setTargetDiffForToBeMerged(HostApplyProfile value)
Sets the value of the targetDiffForToBeMerged property.
|
void |
setToBeAdded(HostApplyProfile value)
Sets the value of the toBeAdded property.
|
void |
setToBeDeleted(HostApplyProfile value)
Sets the value of the toBeDeleted property.
|
void |
setToBeDisabled(HostApplyProfile value)
Sets the value of the toBeDisabled property.
|
void |
setToBeEnabled(HostApplyProfile value)
Sets the value of the toBeEnabled property.
|
void |
setToBeReenableCC(HostApplyProfile value)
Sets the value of the toBeReenableCC property.
|
protected ManagedObjectReference target
protected String status
protected List<LocalizableMessage> errors
protected HostApplyProfile sourceDiffForToBeMerged
protected HostApplyProfile targetDiffForToBeMerged
protected HostApplyProfile toBeAdded
protected HostApplyProfile toBeDeleted
protected HostApplyProfile toBeDisabled
protected HostApplyProfile toBeEnabled
protected HostApplyProfile toBeReenableCC
public HostProfileManagerCompositionValidationResultResultElement()
public ManagedObjectReference getTarget()
ManagedObjectReferencepublic void setTarget(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic List<LocalizableMessage> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
public HostApplyProfile getSourceDiffForToBeMerged()
HostApplyProfilepublic void setSourceDiffForToBeMerged(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getTargetDiffForToBeMerged()
HostApplyProfilepublic void setTargetDiffForToBeMerged(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getToBeAdded()
HostApplyProfilepublic void setToBeAdded(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getToBeDeleted()
HostApplyProfilepublic void setToBeDeleted(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getToBeDisabled()
HostApplyProfilepublic void setToBeDisabled(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getToBeEnabled()
HostApplyProfilepublic void setToBeEnabled(HostApplyProfile value)
value - allowed object is
HostApplyProfilepublic HostApplyProfile getToBeReenableCC()
HostApplyProfilepublic void setToBeReenableCC(HostApplyProfile value)
value - allowed object is
HostApplyProfileCopyright © 2018. All rights reserved.