Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.72 KB

Node.md

File metadata and controls

26 lines (22 loc) · 2.72 KB

Node

Properties

Name Type Description Notes
Links *InlineResponse201Links [optional] [default to null]
ClusterInterface *ClusterClusterInterface [optional] [default to null]
ClusterInterfaces []ClusterClusterInterfaces [optional] [default to null]
Controller *ClusterController [optional] [default to null]
Date time.Time Specifies the ISO-8601 format date and time on the node. [optional] [default to null]
Ha *ClusterHa [optional] [default to null]
Location string [optional] [default to null]
ManagementInterface *ClusterManagementInterface1 [optional] [default to null]
ManagementInterfaces []ClusterClusterInterfaces [optional] [default to null]
Membership string Possible values: * <i>available</i> - If a node is available, this means it is detected on the internal cluster network and can be added to the cluster. Nodes that have a membership of &quot;available&quot; are not returned when a GET request is called when the cluster exists. A query on the &quot;membership&quot; property for <i>available</i> must be provided to scan for nodes on the cluster network. Nodes that have a membership of &quot;available&quot; are returned automatically before a cluster is created. * <i>joining</i> - Joining nodes are in the process of being added to the cluster. The node may be progressing through the steps to become a member or might have failed. The job to add the node or create the cluster provides details on the current progress of the node. * <i>member</i> - Nodes that are members have successfully joined the cluster. [optional] [default to null]
Model string [optional] [default to null]
Name string [optional] [default to null]
SerialNumber string [optional] [default to null]
ServiceProcessor *ClusterServiceProcessor [optional] [default to null]
Uptime int32 The total time, in seconds, that the node has been up. [optional] [default to null]
Uuid string [optional] [default to null]
Version *ClusterVersion [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]