public class EvacuateOptions extends BaseActionOptions
BaseActionOptions.OptionEnum
Modifier and Type | Method and Description |
---|---|
EvacuateOptions |
adminPass(String adminPass)
An administrative password (Optional)
|
static EvacuateOptions |
create() |
String |
getAdminPass() |
String |
getHost() |
EvacuateOptions |
host(String host)
Name of the the host (Optional)
|
boolean |
isOnSharedStorage() |
EvacuateOptions |
onSharedStorage(boolean isShare)
Server on shared storage
|
add, get, toJsonString
public static EvacuateOptions create()
public EvacuateOptions host(String host)
name
- or ID of the host to which the server is evacuatedpublic EvacuateOptions adminPass(String adminPass)
adminPass
- to access the evacuated or rebuilt instancepublic EvacuateOptions onSharedStorage(boolean isShare)
isShare
- if isShare, server on shared storagepublic String getHost()
public String getAdminPass()
public boolean isOnSharedStorage()
Copyright © 2017. All rights reserved.