Class AllowedInstanceTypes


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class AllowedInstanceTypes
    extends Object
    Allowed compute instance type values and default compute instance type value.
    • Constructor Detail

      • AllowedInstanceTypes

        public AllowedInstanceTypes()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object