Class Environment
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.Environment
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class Environment
extends Object
The environment details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudPlatform.Getter for datahubCrn.Getter for datahubName.Getter for environmentCrn.Getter for environmentName.Getter for isCloEnabled.Getter for status.inthashCode()voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetDatahubName(String datahubName) Setter for datahubName.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetIsCloEnabled(Boolean isCloEnabled) Setter for isCloEnabled.voidSetter for status.toString()
-
Constructor Details
-
Environment
public Environment()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getIsCloEnabled
Getter for isCloEnabled. The flag indicating if CLO is enabled. If enabled it is true else false. -
setIsCloEnabled
Setter for isCloEnabled. The flag indicating if CLO is enabled. If enabled it is true else false. -
getDatahubName
Getter for datahubName. The name of the CLO Data Hub. If CLO is not enabled it will be null. -
setDatahubName
Setter for datahubName. The name of the CLO Data Hub. If CLO is not enabled it will be null. -
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. If CLO is not enabled it will be null. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. If CLO is not enabled it will be null. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS. -
getStatus
Getter for status. The CLO Data Hub status. If CLO is not enabled it will be null. -
setStatus
Setter for status. The CLO Data Hub status. If CLO is not enabled it will be null. -
equals
-
hashCode
public int hashCode() -
toString
-