The identifier of a node in a cluster. -->

C# |
public class ClusterNode

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ClusterNode()()()() | Initializes a new instance of the ClusterNode class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | NodeRole |
Gets and sets the property NodeRole.
Whether the node is a leader node or a compute node. |
![]() | PrivateIPAddress |
Gets and sets the property PrivateIPAddress.
The private IP address of a node within a cluster. |
![]() | PublicIPAddress |
Gets and sets the property PublicIPAddress.
The public IP address of a node within a cluster. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNodeRole(String) | Obsolete.
Sets the NodeRole property
|
![]() | WithPrivateIPAddress(String) | Obsolete.
Sets the PrivateIPAddress property
|
![]() | WithPublicIPAddress(String) | Obsolete.
Sets the PublicIPAddress property
|

Object | |
![]() | ClusterNode |