@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiControlPlane extends Object
Constructor and Description |
---|
ApiControlPlane() |
Modifier and Type | Method and Description |
---|---|
ApiControlPlane |
dnsSuffix(String dnsSuffix) |
boolean |
equals(Object o) |
String |
getDnsSuffix()
The domain where the control plane is installed.
|
String |
getKubernetesType()
The kubernetes type on which the control plane is running
|
String |
getManifest()
The content of the manifest.json of the control plane
|
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 |
kubernetesType(String kubernetesType) |
ApiControlPlane |
manifest(String manifest) |
ApiControlPlane |
namespace(String namespace) |
ApiControlPlane |
remoteRepoUrl(String remoteRepoUrl) |
void |
setDnsSuffix(String dnsSuffix) |
void |
setKubernetesType(String kubernetesType) |
void |
setManifest(String manifest) |
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 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 remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
public ApiControlPlane version(String version)
public String getVersion()
public void setVersion(String version)
public ApiControlPlane manifest(String manifest)
public String getManifest()
public void setManifest(String manifest)
public ApiControlPlane valuesYaml(String valuesYaml)
public String getValuesYaml()
public void setValuesYaml(String valuesYaml)
public ApiControlPlane kubernetesType(String kubernetesType)
public String getKubernetesType()
public void setKubernetesType(String kubernetesType)
Copyright © 2020. All rights reserved.