@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-05-21T01:12:15.526Z") public class ApiControlPlane extends Object
Constructor and Description |
---|
ApiControlPlane() |
Modifier and Type | Method and Description |
---|---|
ApiControlPlane |
dnsSuffix(String dnsSuffix) |
ApiControlPlane |
dockerRegistry(String dockerRegistry) |
boolean |
equals(Object o) |
String |
getDnsSuffix()
The domain where the control plane is installed.
|
String |
getDockerRegistry()
The url of the Docker Registry where images used to deploy the control plane are stored
|
String |
getNamespace()
The namespace where the control plane is installed.
|
String |
getRemoteRepoUrl()
The url of the remote repository where the artifacts used to install the control plane are hosted
|
String |
getUuid()
The universally unique ID of this control plane in Cloudera Manager
|
String |
getValuesYaml()
The content of the values.yaml used to configure the control plane
|
String |
getVersion()
The CDP version of the control plane
|
int |
hashCode() |
ApiControlPlane |
namespace(String namespace) |
ApiControlPlane |
remoteRepoUrl(String remoteRepoUrl) |
void |
setDnsSuffix(String dnsSuffix) |
void |
setDockerRegistry(String dockerRegistry) |
void |
setNamespace(String namespace) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
void |
setUuid(String uuid) |
void |
setValuesYaml(String valuesYaml) |
void |
setVersion(String version) |
String |
toString() |
ApiControlPlane |
uuid(String uuid) |
ApiControlPlane |
valuesYaml(String valuesYaml) |
ApiControlPlane |
version(String version) |
public ApiControlPlane valuesYaml(String valuesYaml)
public String getValuesYaml()
public void setValuesYaml(String valuesYaml)
public ApiControlPlane namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public ApiControlPlane dnsSuffix(String dnsSuffix)
public String getDnsSuffix()
public void setDnsSuffix(String dnsSuffix)
public ApiControlPlane uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
public ApiControlPlane dockerRegistry(String dockerRegistry)
public String getDockerRegistry()
public void setDockerRegistry(String dockerRegistry)
public ApiControlPlane remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
public ApiControlPlane version(String version)
public String getVersion()
public void setVersion(String version)
Copyright © 2020. All rights reserved.