Class FreeIPANodeStatus
java.lang.Object
com.cloudera.cdp.environments.model.FreeIPANodeStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class FreeIPANodeStatus
extends Object
The status and issues of an individual FreeIPA node.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for hostname.Getter for instanceId.Getter for issues.Getter for status.inthashCode()voidsetHostname(String hostname) Setter for hostname.voidsetInstanceId(String instanceId) Setter for instanceId.voidSetter for issues.voidSetter for status.toString()
-
Constructor Details
-
FreeIPANodeStatus
public FreeIPANodeStatus()
-
-
Method Details
-
getHostname
Getter for hostname. The hostname of the ipa instance. -
setHostname
Setter for hostname. The hostname of the ipa instance. -
getStatus
Getter for status. The status of the individual node -
setStatus
Setter for status. The status of the individual node -
getIssues
Getter for issues. A list of issues the node is having -
setIssues
Setter for issues. A list of issues the node is having -
getInstanceId
Getter for instanceId. The instance ID for the instance. -
setInstanceId
Setter for instanceId. The instance ID for the instance. -
equals
-
hashCode
public int hashCode() -
toString
-