Class AwsFreeIpaInstanceTemplateParams
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AwsFreeIpaInstanceTemplateParams
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class AwsFreeIpaInstanceTemplateParams extends Object
AWS specific FreeIPA parameters.
-
-
Constructor Summary
Constructors Constructor Description AwsFreeIpaInstanceTemplateParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Double
getSpotMaxPrice()
Getter for spotMaxPrice.Integer
getSpotPercentage()
Getter for spotPercentage.int
hashCode()
void
setSpotMaxPrice(Double spotMaxPrice)
Setter for spotMaxPrice.void
setSpotPercentage(Integer spotPercentage)
Setter for spotPercentage.String
toString()
-
-
-
Method Detail
-
getSpotPercentage
public Integer getSpotPercentage()
Getter for spotPercentage. Percentage of spot instances.
-
setSpotPercentage
public void setSpotPercentage(Integer spotPercentage)
Setter for spotPercentage. Percentage of spot instances.
-
getSpotMaxPrice
public Double getSpotMaxPrice()
Getter for spotMaxPrice. Maximum hourly price of spot instances.
-
setSpotMaxPrice
public void setSpotMaxPrice(Double spotMaxPrice)
Setter for spotMaxPrice. Maximum hourly price of spot instances.
-
-