Class GetFreeipaStatusResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GetFreeipaStatusResponse
    extends CdpResponse
    The overall status of the FreeIPA cluster.
    • Constructor Detail

      • GetFreeipaStatusResponse

        public GetFreeipaStatusResponse()
    • Method Detail

      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of the environment
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of the environment
      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. The name of the Environment
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. The name of the Environment
      • getStatus

        public String getStatus()
        Getter for status. The overall status of the FreeIPA cluster
      • setStatus

        public void setStatus​(String status)
        Setter for status. The overall status of the FreeIPA cluster
      • getInstances

        public Map<String,​FreeIPANodeStatus> getInstances()
        Getter for instances. Status of individual nodes in the FreeIPA cluster
      • setInstances

        public void setInstances​(Map<String,​FreeIPANodeStatus> instances)
        Setter for instances. Status of individual nodes in the FreeIPA cluster
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object