Class AwsFreeIpaInstanceTemplateParams
java.lang.Object
com.cloudera.cdp.environments.model.AwsFreeIpaInstanceTemplateParams
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AwsFreeIpaInstanceTemplateParams
extends Object
AWS specific FreeIPA parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for spotMaxPrice.Getter for spotPercentage.int
hashCode()
void
setSpotMaxPrice
(Double spotMaxPrice) Setter for spotMaxPrice.void
setSpotPercentage
(Integer spotPercentage) Setter for spotPercentage.toString()
-
Constructor Details
-
AwsFreeIpaInstanceTemplateParams
public AwsFreeIpaInstanceTemplateParams()
-
-
Method Details
-
getSpotPercentage
Getter for spotPercentage. Percentage of spot instances. -
setSpotPercentage
Setter for spotPercentage. Percentage of spot instances. -
getSpotMaxPrice
Getter for spotMaxPrice. Maximum hourly price of spot instances. -
setSpotMaxPrice
Setter for spotMaxPrice. Maximum hourly price of spot instances. -
equals
-
hashCode
public int hashCode() -
toString
-