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="2024-09-27T08:40:26.724-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentCrn.Getter for environmentName.Getter for instances.Getter for status.int
hashCode()
void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setInstances
(Map<String, FreeIPANodeStatus> instances) Setter for instances.void
Setter for status.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-