Class EnvironmentSummary
java.lang.Object
com.cloudera.cdp.environments.model.EnvironmentSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class EnvironmentSummary
extends Object
The environment summary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudPlatform.Getter for computeClusterEnabled.Getter for created.Getter for credentialName.getCrn()Getter for crn.Getter for description.Getter for environmentName.Getter for proxyConfigName.Getter for region.Getter for status.inthashCode()voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetComputeClusterEnabled(Boolean computeClusterEnabled) Setter for computeClusterEnabled.voidsetCreated(ZonedDateTime created) Setter for created.voidsetCredentialName(String credentialName) Setter for credentialName.voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetProxyConfigName(String proxyConfigName) Setter for proxyConfigName.voidSetter for region.voidSetter for status.toString()
-
Constructor Details
-
EnvironmentSummary
public EnvironmentSummary()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. Name of the environment. -
setEnvironmentName
Setter for environmentName. Name of the environment. -
getCrn
Getter for crn. CRN of the environment. -
setCrn
Setter for crn. CRN of the environment. -
getStatus
Getter for status. Status of the environment, -
setStatus
Setter for status. Status of the environment, -
getRegion
Getter for region. Region of the environment. -
setRegion
Setter for region. Region of the environment. -
getCloudPlatform
Getter for cloudPlatform. Cloud platform of the environment. -
setCloudPlatform
Setter for cloudPlatform. Cloud platform of the environment. -
getCredentialName
Getter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens. -
setCredentialName
Setter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens. -
getDescription
Getter for description. Description of the environment. -
setDescription
Setter for description. Description of the environment. -
getCreated
Getter for created. Creation date -
setCreated
Setter for created. Creation date -
getProxyConfigName
Getter for proxyConfigName. Name of the proxy config of the environment. -
setProxyConfigName
Setter for proxyConfigName. Name of the proxy config of the environment. -
getComputeClusterEnabled
Getter for computeClusterEnabled. Compute clusters enabled -
setComputeClusterEnabled
Setter for computeClusterEnabled. Compute clusters enabled -
equals
-
hashCode
public int hashCode() -
toString
-