Class AllowedInstanceTypesWithDefault

java.lang.Object
com.cloudera.cdp.dw.model.AllowedInstanceTypesWithDefault

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:38.977-08:00") public class AllowedInstanceTypesWithDefault extends Object
Allowed Virtual Warehouse compute instance types and their defaults.
  • Constructor Details

    • AllowedInstanceTypesWithDefault

      public AllowedInstanceTypesWithDefault()
  • Method Details

    • getDefault

      public String getDefault()
      Getter for _default. Default value for the compute instance type usage. This instance type will be used in the 'create-vw' command's 'instance-type' field in case it has to be customized. The default value also depends on the cloud platform of the Cluster (AWS/Azure).
    • setDefault

      public void setDefault(String _default)
      Setter for _default. Default value for the compute instance type usage. This instance type will be used in the 'create-vw' command's 'instance-type' field in case it has to be customized. The default value also depends on the cloud platform of the Cluster (AWS/Azure).
    • getAllowed

      public List<String> getAllowed()
      Getter for allowed. Allowed values for the compute instance type usage. One of these values can be used in the 'create-vw' command's 'instance-type' field .
    • setAllowed

      public void setAllowed(List<String> allowed)
      Setter for allowed. Allowed values for the compute instance type usage. One of these values can be used in the 'create-vw' command's 'instance-type' field .
    • 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