Package com.cloudera.cdp.datalake.model
Class DatalakeDetails
java.lang.Object
com.cloudera.cdp.datalake.model.DatalakeDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class DatalakeDetails
extends Object
Details about a datalake
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for awsConfiguration.Getter for azureConfiguration.Getter for clouderaManager.Getter for cloudPlatform.Getter for cloudStorageBaseLocation.Getter for creationDate.Getter for credentialCrn.getCrn()
Getter for crn.Getter for datalakeName.Getter for enableRangerRaz.Getter for endpoints.Getter for environmentCrn.Getter for gcpConfiguration.Getter for instanceGroups.Getter for productVersions.Getter for region.getShape()
Getter for shape.Getter for status.Getter for statusReason.getTags()
Getter for tags.int
hashCode()
void
setAwsConfiguration
(AWSConfiguration awsConfiguration) Setter for awsConfiguration.void
setAzureConfiguration
(AzureConfiguration azureConfiguration) Setter for azureConfiguration.void
setClouderaManager
(ClouderaManagerDetails clouderaManager) Setter for clouderaManager.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setCloudStorageBaseLocation
(String cloudStorageBaseLocation) Setter for cloudStorageBaseLocation.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setCredentialCrn
(String credentialCrn) Setter for credentialCrn.void
Setter for crn.void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setEnableRangerRaz
(Boolean enableRangerRaz) Setter for enableRangerRaz.void
setEndpoints
(Endpoints endpoints) Setter for endpoints.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setGcpConfiguration
(GCPConfiguration gcpConfiguration) Setter for gcpConfiguration.void
setInstanceGroups
(List<InstanceGroup> instanceGroups) Setter for instanceGroups.void
setProductVersions
(List<ProductVersion> productVersions) Setter for productVersions.void
Setter for region.void
Setter for shape.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.void
setTags
(List<DatalakeResourceTag> tags) Setter for tags.toString()
-
Constructor Details
-
DatalakeDetails
public DatalakeDetails()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the datalake. -
setCrn
Setter for crn. The CRN of the datalake. -
getDatalakeName
Getter for datalakeName. The name of the datalake. -
setDatalakeName
Setter for datalakeName. The name of the datalake. -
getStatus
Getter for status. The status of the datalake. -
setStatus
Setter for status. The status of the datalake. -
getShape
Getter for shape. The shape of the datalake (either LIGHT_DUTY or MEDIUM_DUTY_HA). -
setShape
Setter for shape. The shape of the datalake (either LIGHT_DUTY or MEDIUM_DUTY_HA). -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getCredentialCrn
Getter for credentialCrn. The CRN of credentials. -
setCredentialCrn
Setter for credentialCrn. The CRN of credentials. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform. -
getInstanceGroups
Getter for instanceGroups. The instance details. -
setInstanceGroups
Setter for instanceGroups. The instance details. -
getCreationDate
Getter for creationDate. The date when the datalake was created. -
setCreationDate
Setter for creationDate. The date when the datalake was created. -
getClouderaManager
Getter for clouderaManager. The Cloudera Manager details. -
setClouderaManager
Setter for clouderaManager. The Cloudera Manager details. -
getProductVersions
Getter for productVersions. The product versions. -
setProductVersions
Setter for productVersions. The product versions. -
getRegion
Getter for region. The region of the datalake. -
setRegion
Setter for region. The region of the datalake. -
getStatusReason
Getter for statusReason. The reason for the status of the datalake. -
setStatusReason
Setter for statusReason. The reason for the status of the datalake. -
getAwsConfiguration
Getter for awsConfiguration. The AWS configuration. -
setAwsConfiguration
Setter for awsConfiguration. The AWS configuration. -
getAzureConfiguration
Getter for azureConfiguration. The Azure configuration. -
setAzureConfiguration
Setter for azureConfiguration. The Azure configuration. -
getGcpConfiguration
Getter for gcpConfiguration. The GCP configuration. -
setGcpConfiguration
Setter for gcpConfiguration. The GCP configuration. -
getEndpoints
Getter for endpoints. The exposed service api endpoints. -
setEndpoints
Setter for endpoints. The exposed service api endpoints. -
getCloudStorageBaseLocation
Getter for cloudStorageBaseLocation. The base location for the cloud storage used for the datalake. -
setCloudStorageBaseLocation
Setter for cloudStorageBaseLocation. The base location for the cloud storage used for the datalake. -
getEnableRangerRaz
Getter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake. -
setEnableRangerRaz
Setter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake. -
getTags
Getter for tags. Datalake tags object containing the tag values defined for the datalake. -
setTags
Setter for tags. Datalake tags object containing the tag values defined for the datalake. -
equals
-
hashCode
public int hashCode() -
toString
-