Interface IBaseMigrateInstanceRequest

All Superinterfaces:
IBaseGrabRequest, Serializable
All Known Subinterfaces:
IMigrateInstanceRequest, IMigrateMultipleInstancesRequest

public interface IBaseMigrateInstanceRequest extends IBaseGrabRequest
  • Method Details

    • setMigrateInstance

      void setMigrateInstance(boolean migrateInstance)
    • isMigrateInstance

      boolean isMigrateInstance()
    • isResumeComponent

      boolean isResumeComponent()
    • setResumeComponent

      void setResumeComponent(boolean resumeComponent)
    • isLeaveNonMigratedInstancesSuspended

      boolean isLeaveNonMigratedInstancesSuspended()
    • setLeaveNonMigratedInstancesSuspended

      void setLeaveNonMigratedInstancesSuspended(boolean leaveNonMigratedInstancesSuspended)
    • isMigrateInstancesInResume

      boolean isMigrateInstancesInResume()
      Gets whether the instances will be migrated as part of the resume action.
      Returns:
      true if the instances will be migrated in the resume action, false otherwise
    • setMigrateInstancesInResume

      void setMigrateInstancesInResume(boolean migrateInstancesInResume)
      Sets whether the instances will be migrated as part of the resume action.
      Parameters:
      migrateInstancesInResume - true if the instances will be migrated in the resume action, false otherwise