@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiAddCustomCertsArguments extends Object
Constructor and Description |
---|
ApiAddCustomCertsArguments() |
Modifier and Type | Method and Description |
---|---|
ApiAddCustomCertsArguments |
addHostCertsItem(ApiHostCertInfo hostCertsItem) |
boolean |
equals(Object o) |
List<ApiHostCertInfo> |
getHostCerts()
A list of HostCertInfo objects, which associate a hostname with the corresponding certificate and private key.
|
Boolean |
getInterpretAsFilenames()
Whether the following arguments are interpreted as filenames local to the Cloudera Manager host (true, default) or as the actual data for that argument: * hostCerts.hostCert * hostCerts.hostKey If HTTPS has not been enabled on the Cloudera Manager Admin Console and API, we *strongly* recommend that you pass the arguments as filenames local to the Cloudera Manager host (i.e.
|
String |
getLocation()
The location on disk to store the CMCA directory.
|
int |
hashCode() |
ApiAddCustomCertsArguments |
hostCerts(List<ApiHostCertInfo> hostCerts) |
ApiAddCustomCertsArguments |
interpretAsFilenames(Boolean interpretAsFilenames) |
ApiAddCustomCertsArguments |
location(String location) |
void |
setHostCerts(List<ApiHostCertInfo> hostCerts) |
void |
setInterpretAsFilenames(Boolean interpretAsFilenames) |
void |
setLocation(String location) |
String |
toString() |
public ApiAddCustomCertsArguments location(String location)
public String getLocation()
public void setLocation(String location)
public ApiAddCustomCertsArguments interpretAsFilenames(Boolean interpretAsFilenames)
public Boolean getInterpretAsFilenames()
public void setInterpretAsFilenames(Boolean interpretAsFilenames)
public ApiAddCustomCertsArguments hostCerts(List<ApiHostCertInfo> hostCerts)
public ApiAddCustomCertsArguments addHostCertsItem(ApiHostCertInfo hostCertsItem)
public List<ApiHostCertInfo> getHostCerts()
public void setHostCerts(List<ApiHostCertInfo> hostCerts)
Copyright © 2019. All rights reserved.