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-01-23T07:12:38.977-08:00")
public class AllowedInstanceTypesWithDefault
extends Object
Allowed Virtual Warehouse compute instance types and their defaults.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for allowed.Getter for _default.int
hashCode()
void
setAllowed
(List<String> allowed) Setter for allowed.void
setDefault
(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
-