Class LaunchProfilersRequest
java.lang.Object
com.cloudera.cdp.datacatalog.model.LaunchProfilersRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-07-30T10:22:41.622-07:00")
public class LaunchProfilersRequest
extends Object
Launch Profilers request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for datalake.Getter for enableHA.Getter for instanceTypes.Getter for maxNodes.Getter for profilers.int
hashCode()
void
setDatalake
(String datalake) Setter for datalake.void
setEnableHA
(Boolean enableHA) Setter for enableHA.void
setInstanceTypes
(List<String> instanceTypes) Setter for instanceTypes.void
setMaxNodes
(Long maxNodes) Setter for maxNodes.void
setProfilers
(List<String> profilers) Setter for profilers.toString()
-
Constructor Details
-
LaunchProfilersRequest
public LaunchProfilersRequest()
-
-
Method Details
-
getDatalake
Getter for datalake. The CRN of the Datalake. -
setDatalake
Setter for datalake. The CRN of the Datalake. -
getEnableHA
Getter for enableHA. Enables High Availability (HA) for datacatalog profilers (default value is false). The High Availability (HA) Profiler cluster provides failure resilience and scalability but incurs additional cost. -
setEnableHA
Setter for enableHA. Enables High Availability (HA) for datacatalog profilers (default value is false). The High Availability (HA) Profiler cluster provides failure resilience and scalability but incurs additional cost. -
getProfilers
Getter for profilers. List of profiler names that need to be launched. (Applicable only for compute cluster enabled environments). -
setProfilers
Setter for profilers. List of profiler names that need to be launched. (Applicable only for compute cluster enabled environments). -
getInstanceTypes
Getter for instanceTypes. List of instance types to be used for the auto-scaling node group setup (Applicable only for compute cluster enabled environments). -
setInstanceTypes
Setter for instanceTypes. List of instance types to be used for the auto-scaling node group setup (Applicable only for compute cluster enabled environments). -
getMaxNodes
Getter for maxNodes. Maximum number of nodes that can be spawned inside the auto-scaling node group, in the range of 30 to 100 (both inclusive). (Applicable only for compute cluster enabled environments). -
setMaxNodes
Setter for maxNodes. Maximum number of nodes that can be spawned inside the auto-scaling node group, in the range of 30 to 100 (both inclusive). (Applicable only for compute cluster enabled environments). -
equals
-
hashCode
public int hashCode() -
toString
-