Class FreeipaDetails
- java.lang.Object
-
- com.cloudera.cdp.environments.model.FreeipaDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class FreeipaDetails extends Object
Details of a FreeIPA cluster.
-
-
Constructor Summary
Constructors Constructor Description FreeipaDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCrn()
Getter for crn.String
getDomain()
Getter for domain.String
getHostname()
Getter for hostname.List<FreeIpaInstance>
getInstances()
Getter for instances.List<String>
getRecipes()
Getter for recipes.List<String>
getServerIP()
Getter for serverIP.int
hashCode()
void
setCrn(String crn)
Setter for crn.void
setDomain(String domain)
Setter for domain.void
setHostname(String hostname)
Setter for hostname.void
setInstances(List<FreeIpaInstance> instances)
Setter for instances.void
setRecipes(List<String> recipes)
Setter for recipes.void
setServerIP(List<String> serverIP)
Setter for serverIP.String
toString()
-
-
-
Method Detail
-
getCrn
public String getCrn()
Getter for crn. CRN of the FreeIPA cluster.
-
setCrn
public void setCrn(String crn)
Setter for crn. CRN of the FreeIPA cluster.
-
getDomain
public String getDomain()
Getter for domain. The domain name of the FreeIPA cluster.
-
setDomain
public void setDomain(String domain)
Setter for domain. The domain name of the FreeIPA cluster.
-
getHostname
public String getHostname()
Getter for hostname. The hostname of the FreeIPA cluster.
-
setHostname
public void setHostname(String hostname)
Setter for hostname. The hostname of the FreeIPA cluster.
-
getServerIP
public List<String> getServerIP()
Getter for serverIP. The IP addresses of the FreeIPA cluster.
-
setServerIP
public void setServerIP(List<String> serverIP)
Setter for serverIP. The IP addresses of the FreeIPA cluster.
-
getRecipes
public List<String> getRecipes()
Getter for recipes. The recipes for the FreeIPA cluster.
-
setRecipes
public void setRecipes(List<String> recipes)
Setter for recipes. The recipes for the FreeIPA cluster.
-
getInstances
public List<FreeIpaInstance> getInstances()
Getter for instances. The instances of the FreeIPA cluster.
-
setInstances
public void setInstances(List<FreeIpaInstance> instances)
Setter for instances. The instances of the FreeIPA cluster.
-
-