Package com.cloudera.cdp.dw.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for includeClusterInfo.Getter for includeIstioSystem.Getter for includeKubeSystem.Getter for includeSharedServices.int
hashCode()
void
setIncludeClusterInfo
(Boolean includeClusterInfo) Setter for includeClusterInfo.void
setIncludeIstioSystem
(Boolean includeIstioSystem) Setter for includeIstioSystem.void
setIncludeKubeSystem
(Boolean includeKubeSystem) Setter for includeKubeSystem.void
setIncludeSharedServices
(Boolean includeSharedServices) Setter for includeSharedServices.toString()
-
Constructor Details
-
ClusterCreateDiagnosticDataDownloadOptions
public ClusterCreateDiagnosticDataDownloadOptions()
-
-
Method Details
-
getIncludeClusterInfo
Getter for includeClusterInfo. Include cluster info. -
setIncludeClusterInfo
Setter for includeClusterInfo. Include cluster info. -
getIncludeIstioSystem
Getter for includeIstioSystem. Include Istio system. -
setIncludeIstioSystem
Setter for includeIstioSystem. Include Istio system. -
getIncludeKubeSystem
Getter for includeKubeSystem. Include Kube system. -
setIncludeKubeSystem
Setter for includeKubeSystem. Include Kube system. -
equals
-
hashCode
public int hashCode() -
toString
-