Package com.vmware.vim25
Class NumVirtualCoresPerSocketNotSupported
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.NumVirtualCoresPerSocketNotSupported
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields 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 TypeMethodDescriptionintintvoidsetMaxSupportedCoresPerSocketDest(int maxSupportedCoresPerSocketDest) voidsetNumCoresPerSocketVm(int numCoresPerSocketVm) 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
-
maxSupportedCoresPerSocketDest
public int maxSupportedCoresPerSocketDest -
numCoresPerSocketVm
public int numCoresPerSocketVm
-
-
Constructor Details
-
NumVirtualCoresPerSocketNotSupported
public NumVirtualCoresPerSocketNotSupported()
-
-
Method Details
-
getMaxSupportedCoresPerSocketDest
public int getMaxSupportedCoresPerSocketDest() -
getNumCoresPerSocketVm
public int getNumCoresPerSocketVm() -
setMaxSupportedCoresPerSocketDest
public void setMaxSupportedCoresPerSocketDest(int maxSupportedCoresPerSocketDest) -
setNumCoresPerSocketVm
public void setNumCoresPerSocketVm(int numCoresPerSocketVm)
-