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="2023-09-27T13:27:51.717-07:00") public class ClusterCreateDiagnosticDataDownloadOptions extends Object
Flags that denote which diagnostics to include for the cluster.
-
-
Constructor Summary
Constructors Constructor Description ClusterCreateDiagnosticDataDownloadOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getIncludeClusterInfo()
Getter for includeClusterInfo.Boolean
getIncludeIstioSystem()
Getter for includeIstioSystem.Boolean
getIncludeKubeSystem()
Getter for includeKubeSystem.Boolean
getIncludeSharedServices()
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.String
toString()
-
-
-
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.
-
-