@NotThreadSafe public class CreateSshContainerOptions extends io.fabric8.api.CreateContainerBasicOptions<CreateSshContainerOptions> implements io.fabric8.api.CreateRemoteContainerOptions
Modifier and Type | Class and Description |
---|---|
static class |
CreateSshContainerOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PATH |
static String |
DEFAULT_PRIVATE_KEY_FILE |
AGENT_AUTOSTART, DEFAULT_DATA_DIR, DEFAULT_IMPORT_PATH, DEFAULT_INIT_LIMIT, DEFAULT_MIGRATION_TIMEOUT, DEFAULT_SYNC_LIMIT, DEFAULT_TICKTIME, ENSEMBLE_AUTOSTART, PROFILES_AUTOIMPORT, PROFILES_AUTOIMPORT_PATH, ROLE_DELIMITER, ZOOKEEPER_PASSWORD, ZOOKEEPER_SERVER_CONNECTION_PORT, ZOOKEEPER_SERVER_PORT
Modifier and Type | Method and Description |
---|---|
static CreateSshContainerOptions.Builder |
builder() |
CreateSshContainerOptions |
clone() |
Map<String,String> |
getEnvironmentalVariables() |
List<String> |
getFallbackRepositories() |
String |
getHost() |
String |
getHostNameContext() |
String |
getPassPhrase() |
String |
getPassword() |
String |
getPath() |
int |
getPort() |
String |
getPrivateKeyFile() |
int |
getSshRetries() |
String |
getUsername() |
String |
toString() |
io.fabric8.api.CreateContainerOptions |
updateCredentials(String newUser,
String newPassword) |
getBindAddress, getJvmOpts, getManualIp, getMaximumPort, getMetadataMap, getMinimumPort, getName, getNumber, getParent, getPreferredAddress, getProviderType, getProxyUri, getResolver, getSystemProperties, getVersion, getZookeeperPassword, getZookeeperUrl, isAdminAccess, isEnsembleServer
generatePassword, getBootstrapTimeout, getImportPath, getMigrationTimeout, getUsers, getZooKeeperServerConnectionPort, getZooKeeperServerDataDir, getZooKeeperServerInitLimit, getZooKeeperServerPort, getZooKeeperServerSyncLimit, getZooKeeperServerTickTime, isAgentEnabled, isAutoImportEnabled, isClean, isEnsembleStart, isWaitForProvision
getDataStoreProperties, getGlobalResolver, getProfiles
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDataStoreProperties, getUsers
getBindAddress, getJvmOpts, getManualIp, getMaximumPort, getMetadataMap, getMinimumPort, getName, getNumber, getParent, getPreferredAddress, getProfiles, getProviderType, getProxyUri, getResolver, getSystemProperties, getVersion, getZookeeperPassword, getZookeeperUrl, isAdminAccess, isEnsembleServer
public static final String DEFAULT_PRIVATE_KEY_FILE
public static final String DEFAULT_PATH
public io.fabric8.api.CreateContainerOptions updateCredentials(String newUser, String newPassword)
updateCredentials
in interface io.fabric8.api.CreateContainerOptions
updateCredentials
in class io.fabric8.api.CreateContainerBasicOptions<CreateSshContainerOptions>
public static CreateSshContainerOptions.Builder builder()
public String getUsername()
public String getPassword()
public String getHost()
public int getPort()
public int getSshRetries()
public String getPath()
getPath
in interface io.fabric8.api.CreateRemoteContainerOptions
public Map<String,String> getEnvironmentalVariables()
getEnvironmentalVariables
in interface io.fabric8.api.CreateRemoteContainerOptions
public String getPrivateKeyFile()
public String getPassPhrase()
public String getHostNameContext()
getHostNameContext
in interface io.fabric8.api.CreateRemoteContainerOptions
public List<String> getFallbackRepositories()
getFallbackRepositories
in interface io.fabric8.api.CreateRemoteContainerOptions
public CreateSshContainerOptions clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class io.fabric8.api.CreateEnsembleOptions
Copyright © 2011–2014 Red Hat. All rights reserved.