Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
HostsResourceApi.generateHostCerts(String hostId,
ApiGenerateHostCertsArguments body)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
com.squareup.okhttp.Call |
HostsResourceApi.generateHostCertsAsync(String hostId,
ApiGenerateHostCertsArguments body,
ApiCallback<ApiCommand> callback)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
com.squareup.okhttp.Call |
HostsResourceApi.generateHostCertsCall(String hostId,
ApiGenerateHostCertsArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateHostCerts
|
ApiResponse<ApiCommand> |
HostsResourceApi.generateHostCertsWithHttpInfo(String hostId,
ApiGenerateHostCertsArguments body)
Generates (or regenerates) a key and certificate for this host if Auto-TLS is enabled.
|
Modifier and Type | Method and Description |
---|---|
ApiGenerateHostCertsArguments |
ApiGenerateHostCertsArguments.passphrase(String passphrase) |
ApiGenerateHostCertsArguments |
ApiGenerateHostCertsArguments.password(String password) |
ApiGenerateHostCertsArguments |
ApiGenerateHostCertsArguments.privateKey(String privateKey) |
ApiGenerateHostCertsArguments |
ApiGenerateHostCertsArguments.sshPort(BigDecimal sshPort) |
ApiGenerateHostCertsArguments |
ApiGenerateHostCertsArguments.userName(String userName) |
Copyright © 2019. All rights reserved.