@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_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() |
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, isEnsembleServergeneratePassword, getBootstrapTimeout, getImportPath, getMigrationTimeout, getUsers, getZooKeeperServerConnectionPort, getZooKeeperServerDataDir, getZooKeeperServerInitLimit, getZooKeeperServerPort, getZooKeeperServerSyncLimit, getZooKeeperServerTickTime, isAgentEnabled, isAutoImportEnabled, isClean, isEnsembleStart, isWaitForProvisiongetDataStoreProperties, getGlobalResolver, getProfilesequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataStoreProperties, getUsersgetBindAddress, getJvmOpts, getManualIp, getMaximumPort, getMetadataMap, getMinimumPort, getName, getNumber, getParent, getPreferredAddress, getProfiles, getProviderType, getProxyUri, getResolver, getSystemProperties, getVersion, getZookeeperPassword, getZookeeperUrl, isAdminAccess, isEnsembleServerpublic static final String DEFAULT_PRIVATE_KEY_FILE
public io.fabric8.api.CreateContainerOptions updateCredentials(String newUser, String newPassword)
updateCredentials in interface io.fabric8.api.CreateContainerOptionsupdateCredentials 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.CreateRemoteContainerOptionspublic Map<String,String> getEnvironmentalVariables()
getEnvironmentalVariables in interface io.fabric8.api.CreateRemoteContainerOptionspublic String getPrivateKeyFile()
public String getPassPhrase()
public String getHostNameContext()
getHostNameContext in interface io.fabric8.api.CreateRemoteContainerOptionspublic CreateSshContainerOptions clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String toString()
toString in class io.fabric8.api.CreateEnsembleOptionsCopyright © 2011–2014 Red Hat. All rights reserved.