public class ConflictingDatastoreFound extends RuntimeFault
Java class for ConflictingDatastoreFound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConflictingDatastoreFound">
<complexContent>
<extension base="{urn:vim25}RuntimeFault">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
url |
faultCause, faultMessage| Constructor and Description |
|---|
ConflictingDatastoreFound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2018. All rights reserved.