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