Class EvacuateOptions


  • public class EvacuateOptions
    extends BaseActionOptions
    Options to evacuates a server from a failed host to a new host
    • Method Detail

      • host

        public EvacuateOptions host​(String host)
        Name of the the host (Optional)
        Parameters:
        name - or ID of the host to which the server is evacuated
        Returns:
        EvacuateOptions
      • adminPass

        public EvacuateOptions adminPass​(String adminPass)
        An administrative password (Optional)
        Parameters:
        adminPass - to access the evacuated or rebuilt instance
        Returns:
        EvacuateOptions
      • onSharedStorage

        public EvacuateOptions onSharedStorage​(boolean isShare)
        Server on shared storage
        Parameters:
        isShare - if isShare, server on shared storage
        Returns:
        EvacuateOptions
      • getHost

        public String getHost()
      • getAdminPass

        public String getAdminPass()
      • isOnSharedStorage

        public boolean isOnSharedStorage()