Class AllowedInstanceTypes

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07: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.
    • 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