Class SetAccountTelemetryRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetAccountTelemetryRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetAccountTelemetryRequest
extends Object
Request object to enable environment level telemetry features.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for reportDeploymentLogs.getRules()
Getter for rules.Getter for workloadAnalytics.int
hashCode()
void
setReportDeploymentLogs
(Boolean reportDeploymentLogs) Setter for reportDeploymentLogs.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
Getter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment) -
setReportDeploymentLogs
Setter for reportDeploymentLogs. Flag to enable account level deployment log collection. (that will be used as a default for environment) -
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
-