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