Class UpdateClusterObservabilityConfig


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class UpdateClusterObservabilityConfig
    extends Object
    Cluster observability settings to update.
    • Constructor Detail

      • UpdateClusterObservabilityConfig

        public UpdateClusterObservabilityConfig()
    • Method Detail

      • getLogsForwardingConfig

        public String 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

        public void setLogsForwardingConfig​(String logsForwardingConfig)
        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

        public String 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

        public void setProxyCABundle​(String proxyCABundle)
        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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object