Class Cluster
java.lang.Object
com.cloudera.cdp.replicationmanager.model.Cluster
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class Cluster
extends Object
Describes a Datalake, Datahub or Classic cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setCloudAccountProvider
(String cloudAccountProvider) Setter for cloudAccountProvider.void
setClusterManagerType
(String clusterManagerType) Setter for clusterManagerType.void
setClusterManagerUrl
(String clusterManagerUrl) Setter for clusterManagerUrl.void
setClusterType
(String clusterType) Setter for clusterType.void
setClusterUrl
(String clusterUrl) Setter for clusterUrl.void
Setter for cmName.void
setCodProperties
(CodProperties codProperties) Setter for codProperties.void
Setter for crn.void
setDataCenter
(String dataCenter) Setter for dataCenter.void
setDescription
(String description) Setter for description.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setKnoxUrl
(String knoxUrl) Setter for knoxUrl.void
setLocation
(Location location) Setter for location.void
Setter for name.void
setReplicationEngineType
(String replicationEngineType) Setter for replicationEngineType.void
setStackCrn
(String stackCrn) Setter for stackCrn.void
setStackMajorVersion
(String stackMajorVersion) Setter for stackMajorVersion.void
setStackVersion
(String stackVersion) Setter for stackVersion.void
setTotalHosts
(Integer totalHosts) Setter for totalHosts.void
Setter 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
-