Class SetAccountTelemetryRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetAccountTelemetryRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:40.736-08:00")
public class SetAccountTelemetryRequest
extends Object
Request object to enable environment level telemetry features.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getRules()
Getter for rules.Getter for workloadAnalytics.int
hashCode()
void
setReportDeploymentLogs
(Boolean reportDeploymentLogs) Deprecated.void
setRules
(List<AnonymizationRuleRequest> rules) Setter for rules.void
setWorkloadAnalytics
(Boolean workloadAnalytics) Setter for workloadAnalytics.toString()
-
Constructor Details
-
SetAccountTelemetryRequest
public SetAccountTelemetryRequest()
-
-
Method Details
-
getWorkloadAnalytics
Getter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment) -
setWorkloadAnalytics
Setter for workloadAnalytics. Flag to enable account level workload analytics. (that will be used as a default for environment) -
getReportDeploymentLogs
Deprecated.Getter for reportDeploymentLogs. [Deprecated] Flag to enable environment level deployment log collection. -
setReportDeploymentLogs
Deprecated.Setter for reportDeploymentLogs. [Deprecated] Flag to enable environment level deployment log collection. -
getRules
Getter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera -
setRules
Setter for rules. List of anonymization rules that are applied on logs that are shipped to Cloudera -
equals
-
hashCode
public int hashCode() -
toString
-