Package com.cloudera.cdp.dw.model
Class UpdateClusterRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpdateClusterRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class UpdateClusterRequest
extends Object
Request object for the updateCluster method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for awsUpdate.Getter for azureUpdate.Getter for clusterId.Getter for description.Getter for observabilityConfig.Getter for whitelistIpCIDRs.Getter for whitelistK8sClusterAccessIpCIDRs.Getter for whitelistWorkloadAccessIpCIDRs.inthashCode()voidsetAwsUpdate(UpdateClusterRequestAwsUpdate awsUpdate) Setter for awsUpdate.voidsetAzureUpdate(UpdateClusterRequestAzureUpdate azureUpdate) Setter for azureUpdate.voidsetClusterId(String clusterId) Setter for clusterId.voidsetDescription(String description) Setter for description.voidsetObservabilityConfig(UpdateClusterObservabilityConfig observabilityConfig) Setter for observabilityConfig.voidsetWhitelistIpCIDRs(List<String> whitelistIpCIDRs) Setter for whitelistIpCIDRs.voidsetWhitelistK8sClusterAccessIpCIDRs(List<String> whitelistK8sClusterAccessIpCIDRs) Setter for whitelistK8sClusterAccessIpCIDRs.voidsetWhitelistWorkloadAccessIpCIDRs(List<String> whitelistWorkloadAccessIpCIDRs) Setter for whitelistWorkloadAccessIpCIDRs.toString()
-
Constructor Details
-
UpdateClusterRequest
public UpdateClusterRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster to update. -
setClusterId
Setter for clusterId. The ID of the cluster to update. -
getDescription
Getter for description. Cluster description. -
setDescription
Setter for description. Cluster description. -
getWhitelistIpCIDRs
Getter for whitelistIpCIDRs. List of IP address CIDRs to whitelist. NOTE: CDW is in process of rolling out a new feature to whitelist IP CIDR separately for Kubernetes Clusters and Loadbalancers on CDP Public Cloud. For an existing cluster, if different IP CIDR has been already applied to LoadBalancer and the Kubernetes cluster through the DWX UI, then updating the IP CIDR of such cluster is not supported from CLI. In the upcoming release, the CLI will support this feature. Please make use of UI for the same. -
setWhitelistIpCIDRs
Setter for whitelistIpCIDRs. List of IP address CIDRs to whitelist. NOTE: CDW is in process of rolling out a new feature to whitelist IP CIDR separately for Kubernetes Clusters and Loadbalancers on CDP Public Cloud. For an existing cluster, if different IP CIDR has been already applied to LoadBalancer and the Kubernetes cluster through the DWX UI, then updating the IP CIDR of such cluster is not supported from CLI. In the upcoming release, the CLI will support this feature. Please make use of UI for the same. -
getWhitelistK8sClusterAccessIpCIDRs
Getter for whitelistK8sClusterAccessIpCIDRs. List of IP address CIDRs to whitelist for kubernetes cluster access. -
setWhitelistK8sClusterAccessIpCIDRs
Setter for whitelistK8sClusterAccessIpCIDRs. List of IP address CIDRs to whitelist for kubernetes cluster access. -
getWhitelistWorkloadAccessIpCIDRs
Getter for whitelistWorkloadAccessIpCIDRs. List of IP address CIDRs to whitelist for workload access. -
setWhitelistWorkloadAccessIpCIDRs
Setter for whitelistWorkloadAccessIpCIDRs. List of IP address CIDRs to whitelist for workload access. -
getAwsUpdate
Getter for awsUpdate. -
setAwsUpdate
Setter for awsUpdate. -
getAzureUpdate
Getter for azureUpdate. -
setAzureUpdate
Setter for azureUpdate. -
getObservabilityConfig
Getter for observabilityConfig. DEPRECATED: This feature wil be removed in subsequent releases. Cluster observability configurations to update. You can forward logs from environments activated in Cloudera Data Warehouse (CDW) to observability and monitoring systems such as Datadog, New Relic, or Splunk. Please refer to the following Cloudera documentation for more info. https://docs.cloudera.com/data-warehouse/cloud/monitoring/topics/dw-observability-log-forwarding.html -
setObservabilityConfig
Setter for observabilityConfig. DEPRECATED: This feature wil be removed in subsequent releases. Cluster observability configurations to update. You can forward logs from environments activated in Cloudera Data Warehouse (CDW) to observability and monitoring systems such as Datadog, New Relic, or Splunk. Please refer to the following Cloudera documentation for more info. https://docs.cloudera.com/data-warehouse/cloud/monitoring/topics/dw-observability-log-forwarding.html -
equals
-
hashCode
public int hashCode() -
toString
-