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 Details

    • AllowedInstanceTypes

      public AllowedInstanceTypes()
  • Method Details

    • getDefault

      public List<String> getDefault()
      Getter for _default. Default value for the compute instance type usage. This setting is Cluster-wide.
    • setDefault

      public void setDefault(List<String> _default)
      Setter for _default. Default value for the compute instance type usage. This setting is Cluster-wide.
    • getAllowed

      public List<String> getAllowed()
      Getter for allowed. Allowed values for the instance type. This setting is Cluster-wide.
    • setAllowed

      public void setAllowed(List<String> allowed)
      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

      public void setHive(AllowedInstanceTypesWithDefault hive)
      Setter for hive. Allowed instance types for Hive Virtual Warehouses.
    • getImpala

      public AllowedInstanceTypesWithDefault getImpala()
      Getter for impala. Allowed instance types for Impala Virtual Warehouses.
    • setImpala

      public void setImpala(AllowedInstanceTypesWithDefault impala)
      Setter for impala. Allowed instance types for Impala Virtual Warehouses.
    • getTrino

      Getter for trino. Allowed instance types for Trino Virtual Warehouses.
    • setTrino

      public void setTrino(AllowedInstanceTypesWithDefault trino)
      Setter for trino. Allowed instance types for Trino Virtual Warehouses.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object