Class Environment
java.lang.Object
com.cloudera.cdp.environments.model.Environment
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class Environment
extends Object
The environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for authentication.Getter for awsDetails.Getter for backupStorage.Getter for cloudPlatform.Getter for created.Getter for creator.Getter for credentialName.getCrn()
Getter for crn.Getter for customDockerRegistry.Getter for dataServices.Getter for description.Getter for environmentName.Getter for freeipa.Getter for gcpDetails.Getter for logStorage.Getter for network.Getter for proxyConfig.Getter for region.Getter for reportDeploymentLogs.Getter for securityAccess.Getter for status.Getter for statusReason.getTags()
Getter for tags.Getter for workloadAnalytics.int
hashCode()
void
setAuthentication
(Authentication authentication) Setter for authentication.void
setAwsDetails
(EnvironmentAwsDetails awsDetails) Setter for awsDetails.void
setBackupStorage
(BackupStorage backupStorage) Setter for backupStorage.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setCreated
(ZonedDateTime created) Setter for created.void
setCreator
(String creator) Setter for creator.void
setCredentialName
(String credentialName) Setter for credentialName.void
Setter for crn.void
setCustomDockerRegistry
(CustomDockerRegistryResponse customDockerRegistry) Setter for customDockerRegistry.void
setDataServices
(DataServices dataServices) Setter for dataServices.void
setDescription
(String description) Setter for description.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setFreeipa
(FreeipaDetails freeipa) Setter for freeipa.void
setGcpDetails
(EnvironmentGcpDetails gcpDetails) Setter for gcpDetails.void
setLogStorage
(LogStorage logStorage) Setter for logStorage.void
setNetwork
(Network network) Setter for network.void
setProxyConfig
(ProxyConfig proxyConfig) Setter for proxyConfig.void
Setter for region.void
setReportDeploymentLogs
(Boolean reportDeploymentLogs) Setter for reportDeploymentLogs.void
setSecurityAccess
(SecurityAccess securityAccess) Setter for securityAccess.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.void
setTags
(EnvironmentTags tags) Setter for tags.void
setWorkloadAnalytics
(Boolean workloadAnalytics) Setter for workloadAnalytics.toString()
-
Constructor Details
-
Environment
public Environment()
-
-
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. -
setCredentialName
Setter for credentialName. Name of the credential of the environment. -
getNetwork
Getter for network. Network related specifics of the environment. -
setNetwork
Setter for network. Network related specifics of the environment. -
getLogStorage
Getter for logStorage. Storage configuration for cluster and audit logs. -
setLogStorage
Setter for logStorage. Storage configuration for cluster and audit logs. -
getBackupStorage
Getter for backupStorage. Storage configuration for backup. -
setBackupStorage
Setter for backupStorage. Storage configuration for backup. -
getAuthentication
Getter for authentication. SSH key for accessing cluster node instances. -
setAuthentication
Setter for authentication. SSH key for accessing cluster node instances. -
getSecurityAccess
Getter for securityAccess. Security control for FreeIPA and Data Lake deployment. -
setSecurityAccess
Setter for securityAccess. Security control for FreeIPA and Data Lake deployment. -
getDescription
Getter for description. Description of the environment -
setDescription
Setter for description. Description of the environment -
getStatusReason
Getter for statusReason. The status reason. -
setStatusReason
Setter for statusReason. The status reason. -
getCreated
Getter for created. Creation date -
setCreated
Setter for created. Creation date -
getCreator
Getter for creator. The CRN of the user who has created the given environment. -
setCreator
Setter for creator. The CRN of the user who has created the given environment. -
getAwsDetails
Getter for awsDetails. -
setAwsDetails
Setter for awsDetails. -
getGcpDetails
Getter for gcpDetails. -
setGcpDetails
Setter for gcpDetails. -
getWorkloadAnalytics
Getter for workloadAnalytics. When this is enabled, diagnostic information about job and query execution is sent to Workload Manager for Data Hub clusters created within this environment. -
setWorkloadAnalytics
Setter for workloadAnalytics. When this is enabled, diagnostic information about job and query execution is sent to Workload Manager for Data Hub clusters created within this environment. -
getReportDeploymentLogs
Getter for reportDeploymentLogs. When true, this will report additional diagnostic information back to Cloudera. -
setReportDeploymentLogs
Setter for reportDeploymentLogs. When true, this will report additional diagnostic information back to Cloudera. -
getFreeipa
Getter for freeipa. Details of FreeIPA instance associated with this environment. -
setFreeipa
Setter for freeipa. Details of FreeIPA instance associated with this environment. -
getProxyConfig
Getter for proxyConfig. The proxy config. -
setProxyConfig
Setter for proxyConfig. The proxy config. -
getTags
Getter for tags. Environment tags object containing the tag values defined for the environment. -
setTags
Setter for tags. Environment tags object containing the tag values defined for the environment. -
getDataServices
Getter for dataServices. Data Services parameters of the environment. -
setDataServices
Setter for dataServices. Data Services parameters of the environment. -
getCustomDockerRegistry
Getter for customDockerRegistry. The configured custom docker registry for data services on the environment. -
setCustomDockerRegistry
Setter for customDockerRegistry. The configured custom docker registry for data services on the environment. -
equals
-
hashCode
public int hashCode() -
toString
-