Class ClusterCreateDiagnosticDataDownloadOptions


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ClusterCreateDiagnosticDataDownloadOptions
    extends Object
    Flags that denote which diagnostics to include for the cluster.
    • Constructor Detail

      • ClusterCreateDiagnosticDataDownloadOptions

        public ClusterCreateDiagnosticDataDownloadOptions()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object