Package com.cloudera.cdp.dw.model
Class AllowedInstanceTypes
java.lang.Object
com.cloudera.cdp.dw.model.AllowedInstanceTypes
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:38.977-08:00")
public class AllowedInstanceTypes
extends Object
Allowed compute instance type values and default compute instance type value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for allowed.Getter for _default.getHive()
Getter for hive.Getter for impala.getTrino()
Getter for trino.int
hashCode()
void
setAllowed
(List<String> allowed) Setter for allowed.void
setDefault
(List<String> _default) Setter for _default.void
Setter for hive.void
Setter for impala.void
Setter for trino.toString()
-
Constructor Details
-
AllowedInstanceTypes
public AllowedInstanceTypes()
-
-
Method Details
-
getDefault
Getter for _default. Default value for the compute instance type usage. This setting is Cluster-wide. -
setDefault
Setter for _default. Default value for the compute instance type usage. This setting is Cluster-wide. -
getAllowed
Getter for allowed. Allowed values for the instance type. This setting is Cluster-wide. -
setAllowed
Setter for allowed. Allowed values for the instance type. This setting is Cluster-wide. -
getHive
Getter for hive. Allowed instance types for Hive Virtual Warehouses. -
setHive
Setter for hive. Allowed instance types for Hive Virtual Warehouses. -
getImpala
Getter for impala. Allowed instance types for Impala Virtual Warehouses. -
setImpala
Setter for impala. Allowed instance types for Impala Virtual Warehouses. -
getTrino
Getter for trino. Allowed instance types for Trino Virtual Warehouses. -
setTrino
Setter for trino. Allowed instance types for Trino Virtual Warehouses. -
equals
-
hashCode
public int hashCode() -
toString
-