public class ConflictingConfiguration extends DvsFault
Java class for ConflictingConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConflictingConfiguration">
<complexContent>
<extension base="{urn:vim25}DvsFault">
<sequence>
<element name="configInConflict" type="{urn:vim25}ConflictingConfigurationConfig" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConflictingConfigurationConfig> |
configInConflict |
faultCause, faultMessage| Constructor and Description |
|---|
ConflictingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<ConflictingConfigurationConfig> |
getConfigInConflict()
Gets the value of the configInConflict property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<ConflictingConfigurationConfig> configInConflict
public List<ConflictingConfigurationConfig> getConfigInConflict()
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 configInConflict property.
For example, to add a new item, do as follows:
getConfigInConflict().add(newItem);
Objects of the following type(s) are allowed in the list
ConflictingConfigurationConfig
Copyright © 2018. All rights reserved.