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