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="2024-09-27T08:40:25.071-07:00")
public class UpdateClusterRequest
extends Object
Request object for the updateCluster method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for awsUpdate.Getter for azureUpdate.Getter for clusterId.Getter for description.Getter for observabilityConfig.Getter for resourcePool.Getter for whitelistIpCIDRs.Getter for whitelistK8sClusterAccessIpCIDRs.Getter for whitelistWorkloadAccessIpCIDRs.int
hashCode()
void
setAwsUpdate
(UpdateClusterRequestAwsUpdate awsUpdate) Setter for awsUpdate.void
setAzureUpdate
(UpdateClusterRequestAzureUpdate azureUpdate) Setter for azureUpdate.void
setClusterId
(String clusterId) Setter for clusterId.void
setDescription
(String description) Setter for description.void
setObservabilityConfig
(UpdateClusterObservabilityConfig observabilityConfig) Setter for observabilityConfig.void
setResourcePool
(String resourcePool) Setter for resourcePool.void
setWhitelistIpCIDRs
(List<String> whitelistIpCIDRs) Setter for whitelistIpCIDRs.void
setWhitelistK8sClusterAccessIpCIDRs
(List<String> whitelistK8sClusterAccessIpCIDRs) Setter for whitelistK8sClusterAccessIpCIDRs.void
setWhitelistWorkloadAccessIpCIDRs
(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. 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. 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 -
getResourcePool
Getter for resourcePool. Used to set the resource pool of the Private Cloud Data Services clusters that are not enrolled for quota management. -
setResourcePool
Setter for resourcePool. Used to set the resource pool of the Private Cloud Data Services clusters that are not enrolled for quota management. -
equals
-
hashCode
public int hashCode() -
toString
-