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="2023-09-27T13:27:51.717-07:00") public class AllowedInstanceTypes extends Object
Allowed compute instance type values and default compute instance type value.
-
-
Constructor Summary
Constructors Constructor Description AllowedInstanceTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getAllowed()
Getter for allowed.List<String>
getDefault()
Getter for _default.int
hashCode()
void
setAllowed(List<String> allowed)
Setter for allowed.void
setDefault(List<String> _default)
Setter for _default.String
toString()
-
-
-
Method Detail
-
getDefault
public List<String> getDefault()
Getter for _default. Default value for the compute instance type usage.
-
setDefault
public void setDefault(List<String> _default)
Setter for _default. Default value for the compute instance type usage.
-
getAllowed
public List<String> getAllowed()
Getter for allowed. Allowed values for the instance type.
-
setAllowed
public void setAllowed(List<String> allowed)
Setter for allowed. Allowed values for the instance type.
-
-