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 Details Link icon

    • UpdateClusterObservabilityConfig Link icon

      public UpdateClusterObservabilityConfig()
  • Method Details Link icon

    • getLogsForwardingConfig Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object