Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClouderaManagerResourceApi.hostInstallCommand(ApiHostInstallArguments body)
Perform installation on a set of hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostInstallCommandAsync(ApiHostInstallArguments body,
ApiCallback<ApiCommand> callback)
Perform installation on a set of hosts.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.hostInstallCommandCall(ApiHostInstallArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostInstallCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostInstallCommandWithHttpInfo(ApiHostInstallArguments body)
Perform installation on a set of hosts.
|
Modifier and Type | Method and Description |
---|---|
ApiHostInstallArguments |
ApiHostInstallArguments.addHostNamesItem(String hostNamesItem) |
ApiHostInstallArguments |
ApiHostInstallArguments.cmRepoUrl(String cmRepoUrl) |
ApiHostInstallArguments |
ApiHostInstallArguments.gpgKeyCustomUrl(String gpgKeyCustomUrl) |
ApiHostInstallArguments |
ApiHostInstallArguments.gpgKeyOverrideBundle(String gpgKeyOverrideBundle) |
ApiHostInstallArguments |
ApiHostInstallArguments.hostNames(List<String> hostNames) |
ApiHostInstallArguments |
ApiHostInstallArguments.javaInstallStrategy(String javaInstallStrategy) |
ApiHostInstallArguments |
ApiHostInstallArguments.parallelInstallCount(Integer parallelInstallCount) |
ApiHostInstallArguments |
ApiHostInstallArguments.passphrase(String passphrase) |
ApiHostInstallArguments |
ApiHostInstallArguments.password(String password) |
ApiHostInstallArguments |
ApiHostInstallArguments.privateKey(String privateKey) |
ApiHostInstallArguments |
ApiHostInstallArguments.sshPort(Integer sshPort) |
ApiHostInstallArguments |
ApiHostInstallArguments.unlimitedJCE(Boolean unlimitedJCE) |
ApiHostInstallArguments |
ApiHostInstallArguments.userName(String userName) |
Copyright © 2020. All rights reserved.