Package com.vmware.vim25
Class MemorySizeNotSupportedByDatastore
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.vmware.vim25.MethodFault
com.vmware.vim25.VimFault
com.vmware.vim25.VmConfigFault
com.vmware.vim25.VirtualHardwareCompatibilityIssue
com.vmware.vim25.MemorySizeNotSupportedByDatastore
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintFields inherited from class com.vmware.vim25.MethodFault
dynamicProperty, dynamicType, faultCause, faultMessageFields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetDatastore(ManagedObjectReference datastore) voidsetMaxMemorySizeMB(int maxMemorySizeMB) voidsetMemorySizeMB(int memorySizeMB) Methods inherited from class com.vmware.vim25.MethodFault
getDynamicProperty, getDynamicType, getFaultCause, getFaultMessage, setDynamicProperty, setDynamicType, setFaultCause, setFaultMessageMethods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
datastore
-
memorySizeMB
public int memorySizeMB -
maxMemorySizeMB
public int maxMemorySizeMB
-
-
Constructor Details
-
MemorySizeNotSupportedByDatastore
public MemorySizeNotSupportedByDatastore()
-
-
Method Details
-
getDatastore
-
getMemorySizeMB
public int getMemorySizeMB() -
getMaxMemorySizeMB
public int getMaxMemorySizeMB() -
setDatastore
-
setMemorySizeMB
public void setMemorySizeMB(int memorySizeMB) -
setMaxMemorySizeMB
public void setMaxMemorySizeMB(int maxMemorySizeMB)
-