Class Cluster
java.lang.Object
com.cloudera.cdp.replicationmanager.model.Cluster
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class Cluster
extends Object
Describes a Datalake, Datahub or Classic cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudAccountProvider.Getter for clusterManagerType.Getter for clusterManagerUrl.Getter for clusterType.Getter for clusterUrl.Getter for cmName.Getter for codProperties.getCrn()Getter for crn.Getter for dataCenter.Getter for description.Getter for environmentCrn.Getter for knoxUrl.Getter for location.getName()Getter for name.Getter for replicationEngineType.Getter for stackCrn.Getter for stackMajorVersion.Getter for stackVersion.Getter for totalHosts.getUuid()Getter for uuid.inthashCode()voidsetCloudAccountProvider(String cloudAccountProvider) Setter for cloudAccountProvider.voidsetClusterManagerType(String clusterManagerType) Setter for clusterManagerType.voidsetClusterManagerUrl(String clusterManagerUrl) Setter for clusterManagerUrl.voidsetClusterType(String clusterType) Setter for clusterType.voidsetClusterUrl(String clusterUrl) Setter for clusterUrl.voidSetter for cmName.voidsetCodProperties(CodProperties codProperties) Setter for codProperties.voidSetter for crn.voidsetDataCenter(String dataCenter) Setter for dataCenter.voidsetDescription(String description) Setter for description.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetKnoxUrl(String knoxUrl) Setter for knoxUrl.voidsetLocation(Location location) Setter for location.voidSetter for name.voidsetReplicationEngineType(String replicationEngineType) Setter for replicationEngineType.voidsetStackCrn(String stackCrn) Setter for stackCrn.voidsetStackMajorVersion(String stackMajorVersion) Setter for stackMajorVersion.voidsetStackVersion(String stackVersion) Setter for stackVersion.voidsetTotalHosts(Integer totalHosts) Setter for totalHosts.voidSetter for uuid.toString()
-
Constructor Details
-
Cluster
public Cluster()
-
-
Method Details
-
getCrn
Getter for crn. Cluster CRN. -
setCrn
Setter for crn. Cluster CRN. -
getName
Getter for name. Cluster name. -
setName
Setter for name. Cluster name. -
getDataCenter
Getter for dataCenter. Cluster data center. -
setDataCenter
Setter for dataCenter. Cluster data center. -
getClusterType
Getter for clusterType. Cluster type. -
setClusterType
Setter for clusterType. Cluster type. -
getReplicationEngineType
Getter for replicationEngineType. Replication engine type. -
setReplicationEngineType
Setter for replicationEngineType. Replication engine type. -
getClusterManagerType
Getter for clusterManagerType. Cluster Manager type. -
setClusterManagerType
Setter for clusterManagerType. Cluster Manager type. -
getClusterManagerUrl
Getter for clusterManagerUrl. Cluster Manager URL. -
setClusterManagerUrl
Setter for clusterManagerUrl. Cluster Manager URL. -
getClusterUrl
Getter for clusterUrl. Cluster URL. -
setClusterUrl
Setter for clusterUrl. Cluster URL. -
getTotalHosts
Getter for totalHosts. Total hosts on the cluster. -
setTotalHosts
Setter for totalHosts. Total hosts on the cluster. -
getLocation
Getter for location. Cluster location. -
setLocation
Setter for location. Cluster location. -
getStackCrn
Getter for stackCrn. Stack CRN. -
setStackCrn
Setter for stackCrn. Stack CRN. -
getDescription
Getter for description. Cluster description. -
setDescription
Setter for description. Cluster description. -
getStackMajorVersion
Getter for stackMajorVersion. Stack major version. -
setStackMajorVersion
Setter for stackMajorVersion. Stack major version. -
getStackVersion
Getter for stackVersion. Stack version. -
setStackVersion
Setter for stackVersion. Stack version. -
getUuid
Getter for uuid. Cluster UUID from Cloudera Manager if the cluster has CM backend. -
setUuid
Setter for uuid. Cluster UUID from Cloudera Manager if the cluster has CM backend. -
getEnvironmentCrn
Getter for environmentCrn. CRN of the cluster's environment. -
setEnvironmentCrn
Setter for environmentCrn. CRN of the cluster's environment. -
getKnoxUrl
Getter for knoxUrl. Knox URL if the cluster was registered with one, null otherwise. -
setKnoxUrl
Setter for knoxUrl. Knox URL if the cluster was registered with one, null otherwise. -
getCloudAccountProvider
Getter for cloudAccountProvider. Cloud account provider. -
setCloudAccountProvider
Setter for cloudAccountProvider. Cloud account provider. -
getCmName
Getter for cmName. Cloudera Manager name. -
setCmName
Setter for cmName. Cloudera Manager name. -
getCodProperties
Getter for codProperties. Additional properties for operational databases. -
setCodProperties
Setter for codProperties. Additional properties for operational databases. -
equals
-
hashCode
public int hashCode() -
toString
-