Class AWSFreeIpaCreationRequest
java.lang.Object
com.cloudera.cdp.environments.model.AWSFreeIpaCreationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AWSFreeIpaCreationRequest
extends Object
Request object for creating FreeIPA in the environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceCountByGroup.Getter for instanceType.Getter for multiAz.Getter for recipes.int
hashCode()
void
setInstanceCountByGroup
(Integer instanceCountByGroup) Setter for instanceCountByGroup.void
setInstanceType
(String instanceType) Setter for instanceType.void
setMultiAz
(Boolean multiAz) Setter for multiAz.void
setRecipes
(List<String> recipes) Setter for recipes.toString()
-
Constructor Details
-
AWSFreeIpaCreationRequest
public AWSFreeIpaCreationRequest()
-
-
Method Details
-
getInstanceCountByGroup
Getter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in the environment -
setInstanceCountByGroup
Setter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in the environment -
getRecipes
Getter for recipes. The recipes for the FreeIPA cluster. -
setRecipes
Setter for recipes. The recipes for the FreeIPA cluster. -
getInstanceType
Getter for instanceType. Custom instance type of FreeIPA instances. -
setInstanceType
Setter for instanceType. Custom instance type of FreeIPA instances. -
getMultiAz
Getter for multiAz. Flag which marks that the FreeIPA will be deployed in a multi-availability zone way or not. -
setMultiAz
Setter for multiAz. Flag which marks that the FreeIPA will be deployed in a multi-availability zone way or not. -
equals
-
hashCode
public int hashCode() -
toString
-