Class FreeipaDetails
java.lang.Object
com.cloudera.cdp.environments.model.FreeipaDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class FreeipaDetails
extends Object
Details of a FreeIPA cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCrn()
Getter for crn.Getter for domain.Getter for hostname.Getter for instanceCountByGroup.Getter for instances.Getter for multiAz.Getter for recipes.Getter for serverIP.int
hashCode()
void
Setter for crn.void
Setter for domain.void
setHostname
(String hostname) Setter for hostname.void
setInstanceCountByGroup
(Integer instanceCountByGroup) Setter for instanceCountByGroup.void
setInstances
(List<FreeIpaInstance> instances) Setter for instances.void
setMultiAz
(Boolean multiAz) Setter for multiAz.void
setRecipes
(List<String> recipes) Setter for recipes.void
setServerIP
(List<String> serverIP) Setter for serverIP.toString()
-
Constructor Details
-
FreeipaDetails
public FreeipaDetails()
-
-
Method Details
-
getCrn
Getter for crn. CRN of the FreeIPA cluster. -
setCrn
Setter for crn. CRN of the FreeIPA cluster. -
getDomain
Getter for domain. The domain name of the FreeIPA cluster. -
setDomain
Setter for domain. The domain name of the FreeIPA cluster. -
getHostname
Getter for hostname. The hostname of the FreeIPA cluster. -
setHostname
Setter for hostname. The hostname of the FreeIPA cluster. -
getServerIP
Getter for serverIP. The IP addresses of the FreeIPA cluster. -
setServerIP
Setter for serverIP. The IP addresses of the FreeIPA cluster. -
getRecipes
Getter for recipes. The recipes for the FreeIPA cluster. -
setRecipes
Setter for recipes. The recipes for the FreeIPA cluster. -
getInstances
Getter for instances. The instances of the FreeIPA cluster. -
setInstances
Setter for instances. The instances of the FreeIPA cluster. -
getInstanceCountByGroup
Getter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in environment. -
setInstanceCountByGroup
Setter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in environment. -
getMultiAz
Getter for multiAz. Whether the given FreeIPA is deployed in a multi-availability zone way or not. -
setMultiAz
Setter for multiAz. Whether the given FreeIPA is deployed in a multi-availability zone way or not. -
equals
-
hashCode
public int hashCode() -
toString
-