Class ClusterCreateDiagnosticDataDownloadOptions

java.lang.Object
com.cloudera.cdp.dw.model.ClusterCreateDiagnosticDataDownloadOptions

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ClusterCreateDiagnosticDataDownloadOptions extends Object
Flags that denote which diagnostics to include for the cluster.
  • Constructor Details

    • ClusterCreateDiagnosticDataDownloadOptions

      public ClusterCreateDiagnosticDataDownloadOptions()
  • Method Details

    • getIncludeClusterInfo

      public Boolean getIncludeClusterInfo()
      Getter for includeClusterInfo. Include cluster info.
    • setIncludeClusterInfo

      public void setIncludeClusterInfo(Boolean includeClusterInfo)
      Setter for includeClusterInfo. Include cluster info.
    • getIncludeIstioSystem

      public Boolean getIncludeIstioSystem()
      Getter for includeIstioSystem. Include Istio system.
    • setIncludeIstioSystem

      public void setIncludeIstioSystem(Boolean includeIstioSystem)
      Setter for includeIstioSystem. Include Istio system.
    • getIncludeSharedServices

      public Boolean getIncludeSharedServices()
      Getter for includeSharedServices. Include shared services.
    • setIncludeSharedServices

      public void setIncludeSharedServices(Boolean includeSharedServices)
      Setter for includeSharedServices. Include shared services.
    • getIncludeKubeSystem

      public Boolean getIncludeKubeSystem()
      Getter for includeKubeSystem. Include Kube system.
    • setIncludeKubeSystem

      public void setIncludeKubeSystem(Boolean includeKubeSystem)
      Setter for includeKubeSystem. Include Kube system.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object