Package com.vmware.vim25
Class VMotionInterfaceIssue
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.MigrationFault
com.vmware.vim25.VMotionInterfaceIssue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VMotionLinkCapacityLow,VMotionLinkDown,VMotionNotConfigured,VMotionNotLicensed,VMotionNotSupported
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFields 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 TypeMethodDescriptionbooleanvoidsetAtSourceHost(boolean atSourceHost) voidsetFailedHost(String failedHost) voidsetFailedHostEntity(ManagedObjectReference failedHostEntity) 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
-
atSourceHost
public boolean atSourceHost -
failedHost
-
failedHostEntity
-
-
Constructor Details
-
VMotionInterfaceIssue
public VMotionInterfaceIssue()
-
-
Method Details
-
isAtSourceHost
public boolean isAtSourceHost() -
getFailedHost
-
getFailedHostEntity
-
setAtSourceHost
public void setAtSourceHost(boolean atSourceHost) -
setFailedHost
-
setFailedHostEntity
-