Class CreatePrivateEnvironmentRequest
java.lang.Object
com.cloudera.cdp.environments.model.CreatePrivateEnvironmentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class CreatePrivateEnvironmentRequest
extends Object
Request object for a create private cloud environment request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for address.Getter for authenticationToken.Getter for authenticationTokenType.Getter for clusterNames.Getter for description.Getter for dockerConfigJson.Getter for dockerUserPass.Getter for domain.Getter for environmentName.Getter for environmentQuota.Getter for kubeConfig.Getter for namespacePrefix.Getter for platform.Getter for storageClass.getUser()Getter for user.inthashCode()voidsetAddress(String address) Setter for address.voidsetAuthenticationToken(String authenticationToken) Setter for authenticationToken.voidsetAuthenticationTokenType(String authenticationTokenType) Setter for authenticationTokenType.voidsetClusterNames(List<String> clusterNames) Setter for clusterNames.voidsetDescription(String description) Setter for description.voidsetDockerConfigJson(String dockerConfigJson) Setter for dockerConfigJson.voidsetDockerUserPass(CreatePrivateEnvironmentRequestDockerUserPass dockerUserPass) Setter for dockerUserPass.voidSetter for domain.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetEnvironmentQuota(EnvironmentQuota environmentQuota) Setter for environmentQuota.voidsetKubeConfig(String kubeConfig) Setter for kubeConfig.voidsetNamespacePrefix(String namespacePrefix) Setter for namespacePrefix.voidsetPlatform(String platform) Setter for platform.voidsetStorageClass(String storageClass) Setter for storageClass.voidSetter for user.toString()
-
Constructor Details
-
CreatePrivateEnvironmentRequest
public CreatePrivateEnvironmentRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. Must contain only lowercase letters, numbers and hyphens. -
setEnvironmentName
Setter for environmentName. The name of the environment. Must contain only lowercase letters, numbers and hyphens. -
getAddress
Getter for address. The address of the Cloudera Manager managing the Datalake cluster. -
setAddress
Setter for address. The address of the Cloudera Manager managing the Datalake cluster. -
getUser
Getter for user. User name for accessing the Cloudera Manager. -
setUser
Setter for user. User name for accessing the Cloudera Manager. -
getAuthenticationToken
Getter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager. -
setAuthenticationToken
Setter for authenticationToken. A string (text or json) used to authenticate to the Cloudera Manager. -
getClusterNames
Getter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment. -
setClusterNames
Setter for clusterNames. The name of the cluster(s) to use as a Datalake for the environment. -
getEnvironmentQuota
Getter for environmentQuota. Set quota for resources in this Environment. -
setEnvironmentQuota
Setter for environmentQuota. Set quota for resources in this Environment. -
getKubeConfig
Getter for kubeConfig. Name of credentials holding kubeconfig for access to the kubernetes cluster paired with this Environment. -
setKubeConfig
Setter for kubeConfig. Name of credentials holding kubeconfig for access to the kubernetes cluster paired with this Environment. -
getAuthenticationTokenType
Getter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD. -
setAuthenticationTokenType
Setter for authenticationTokenType. How to interpret the authenticationToken field. Defaults to CLEARTEXT_PASSWORD. -
getNamespacePrefix
Getter for namespacePrefix. Prefix for all namespaces created by Cloudera Data Platform within this cluster. -
setNamespacePrefix
Setter for namespacePrefix. Prefix for all namespaces created by Cloudera Data Platform within this cluster. -
getDomain
Getter for domain. default domain suffix to work workload applications to use. -
setDomain
Setter for domain. default domain suffix to work workload applications to use. -
getPlatform
Getter for platform. the K8s cluster type used for the environment. -
setPlatform
Setter for platform. the K8s cluster type used for the environment. -
getDockerConfigJson
Getter for dockerConfigJson. docker pull secrets for the K8s cluster. This is expected to be a docker config json. -
setDockerConfigJson
Setter for dockerConfigJson. docker pull secrets for the K8s cluster. This is expected to be a docker config json. -
getDockerUserPass
Getter for dockerUserPass. -
setDockerUserPass
Setter for dockerUserPass. -
getDescription
Getter for description. An description of the environment. -
setDescription
Setter for description. An description of the environment. -
getStorageClass
Getter for storageClass. An existing storage class on this kubernetes cluster. If not specified, the default storage class will be used. -
setStorageClass
Setter for storageClass. An existing storage class on this kubernetes cluster. If not specified, the default storage class will be used. -
equals
-
hashCode
public int hashCode() -
toString
-