Package com.cloudera.cdp.dw.model
Class AllowedInstanceTypesWithDefault
java.lang.Object
com.cloudera.cdp.dw.model.AllowedInstanceTypesWithDefault
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:26.728-07:00")
public class AllowedInstanceTypesWithDefault
extends Object
Allowed Virtual Warehouse compute instance types and their defaults.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for allowed.Getter for _default.inthashCode()voidsetAllowed(List<String> allowed) Setter for allowed.voidsetDefault(String _default) Setter for _default.toString() 
- 
Constructor Details
- 
AllowedInstanceTypesWithDefault
public AllowedInstanceTypesWithDefault() 
 - 
 - 
Method Details
- 
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
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
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
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
 - 
hashCode
public int hashCode() - 
toString
 
 -