Package com.cloudera.cdp.dw.model
Class UpdateClusterObservabilityConfig
java.lang.Object
com.cloudera.cdp.dw.model.UpdateClusterObservabilityConfig
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class UpdateClusterObservabilityConfig
extends Object
Cluster observability settings to update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for logsForwardingConfig.Getter for proxyCABundle.int
hashCode()
void
setLogsForwardingConfig
(String logsForwardingConfig) Setter for logsForwardingConfig.void
setProxyCABundle
(String proxyCABundle) Setter for proxyCABundle.toString()
-
Constructor Details
-
Method Details
-
getLogsForwardingConfig
Getter for logsForwardingConfig. Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration. -
setLogsForwardingConfig
Setter for logsForwardingConfig. Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration. -
getProxyCABundle
Getter for proxyCABundle. Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server's CA certificates bundle in PEM bundle format when you configure log forwarding. -
setProxyCABundle
Setter for proxyCABundle. Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server's CA certificates bundle in PEM bundle format when you configure log forwarding. -
equals
-
hashCode
public int hashCode() -
toString
-