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-10-28T14:00:28.895-07:00")
public class GetFreeipaStatusResponse
extends CdpResponse
The overall status of the FreeIPA cluster.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environmentCrn.Getter for environmentName.Getter for instances.Getter for status.inthashCode()voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetInstances(Map<String, FreeIPANodeStatus> instances) Setter for instances.voidSetter for status.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetFreeipaStatusResponse
public GetFreeipaStatusResponse()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment -
getEnvironmentName
Getter for environmentName. The name of the Environment -
setEnvironmentName
Setter for environmentName. The name of the Environment -
getStatus
Getter for status. The overall status of the FreeIPA cluster -
setStatus
Setter for status. The overall status of the FreeIPA cluster -
getInstances
Getter for instances. Status of individual nodes in the FreeIPA cluster -
setInstances
Setter for instances. Status of individual nodes in the FreeIPA cluster -
equals
-
hashCode
public int hashCode() -
toString
-