Class GetFreeipaStatusResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetFreeipaStatusResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class GetFreeipaStatusResponse extends CdpResponse
The overall status of the FreeIPA cluster.
  • Constructor Details Link icon

    • GetFreeipaStatusResponse Link icon

      public GetFreeipaStatusResponse()
  • Method Details Link icon

    • getEnvironmentCrn Link icon

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

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

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

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

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

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

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object