Class MigrationFeatureNotSupported

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FullStorageVMotionNotSupported, IndependentDiskVMotionNotSupported, NonHomeRDMVMotionNotSupported, StorageVMotionNotSupported, UnsharedSwapVMotionNotSupported, VMotionAcrossNetworkNotSupported

public class MigrationFeatureNotSupported extends MigrationFault
See Also:
  • Field Details

    • atSourceHost

      public boolean atSourceHost
    • failedHostName

      public String failedHostName
    • failedHost

      public ManagedObjectReference failedHost
  • Constructor Details

    • MigrationFeatureNotSupported

      public MigrationFeatureNotSupported()
  • Method Details

    • isAtSourceHost

      public boolean isAtSourceHost()
    • getFailedHostName

      public String getFailedHostName()
    • getFailedHost

      public ManagedObjectReference getFailedHost()
    • setAtSourceHost

      public void setAtSourceHost(boolean atSourceHost)
    • setFailedHostName

      public void setFailedHostName(String failedHostName)
    • setFailedHost

      public void setFailedHost(ManagedObjectReference failedHost)