Click or drag to resize

GetBootstrapConfigResultNodes Property

List of descriptions for each node that is actively waiting to join this cluster: compatible - Indicates if the listed node is compatible with the node the API call was executed against. name - IP address of each node. version - version of SolidFire Element software currently installed on the node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public NodeWaitingToJoin[] Nodes { get; set; }

Property Value

Type: NodeWaitingToJoin
See Also