Class FreeipaDetails
- java.lang.Object
-
- com.cloudera.cdp.environments.model.FreeipaDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-01-18T15:00:50.178-08: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<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
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.
-
-