Class FreeIPANodeStatus
java.lang.Object
com.cloudera.cdp.environments.model.FreeIPANodeStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class FreeIPANodeStatus
extends Object
The status and issues of an individual FreeIPA node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for hostname.Getter for instanceId.Getter for issues.Getter for status.int
hashCode()
void
setHostname
(String hostname) Setter for hostname.void
setInstanceId
(String instanceId) Setter for instanceId.void
Setter for issues.void
Setter 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
-