Class FreeipaDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class FreeipaDetails
    extends Object
    Details of a FreeIPA cluster.
    • Constructor Detail

      • FreeipaDetails

        public FreeipaDetails()
    • 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.
      • getInstanceCountByGroup

        public Integer getInstanceCountByGroup()
        Getter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in environment.
      • setInstanceCountByGroup

        public void setInstanceCountByGroup​(Integer instanceCountByGroup)
        Setter for instanceCountByGroup. The number of FreeIPA instances to create per group when creating FreeIPA in environment.
      • getMultiAz

        public Boolean getMultiAz()
        Getter for multiAz. Whether the given FreeIPA is deployed in a multi-availability zone way or not.
      • setMultiAz

        public void setMultiAz​(Boolean multiAz)
        Setter for multiAz. Whether the given FreeIPA is deployed in a multi-availability zone way or not.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object