Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiHostCertInfo |
ApiHostCertInfo.certificate(String certificate) |
ApiHostCertInfo |
ApiHostCertInfo.hostname(String hostname) |
ApiHostCertInfo |
ApiHostCertInfo.key(String key) |
Modifier and Type | Method and Description |
---|---|
List<ApiHostCertInfo> |
ApiAddCustomCertsArguments.getHostCerts()
A list of HostCertInfo objects, which associate a hostname with the corresponding certificate and private key.
|
List<ApiHostCertInfo> |
ApiGenerateCmcaArguments.getHostCerts()
A list of HostCertInfo objects, which associate a hostname with the corresponding certificate and private key.
|
Modifier and Type | Method and Description |
---|---|
ApiAddCustomCertsArguments |
ApiAddCustomCertsArguments.addHostCertsItem(ApiHostCertInfo hostCertsItem) |
ApiGenerateCmcaArguments |
ApiGenerateCmcaArguments.addHostCertsItem(ApiHostCertInfo hostCertsItem) |
Modifier and Type | Method and Description |
---|---|
ApiAddCustomCertsArguments |
ApiAddCustomCertsArguments.hostCerts(List<ApiHostCertInfo> hostCerts) |
ApiGenerateCmcaArguments |
ApiGenerateCmcaArguments.hostCerts(List<ApiHostCertInfo> hostCerts) |
void |
ApiAddCustomCertsArguments.setHostCerts(List<ApiHostCertInfo> hostCerts) |
void |
ApiGenerateCmcaArguments.setHostCerts(List<ApiHostCertInfo> hostCerts) |
Copyright © 2019. All rights reserved.