Share via


Node Constructors

Definition

Overloads

Node()

Initializes a new instance of the Node class.

Node(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the Node class.

Node()

Initializes a new instance of the Node class.

public Node ();
Public Sub New ()

Applies to

Node(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the Node class.

public Node (string id = default, string name = default, string type = default, string nodeStatus = default, string nodeChassisSerialNumber = default, string nodeSerialNumber = default, string nodeDisplayName = default, string nodeFriendlySoftwareVersion = default, string nodeHcsVersion = default, string nodeInstanceId = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.Node : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Node
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional nodeStatus As String = Nothing, Optional nodeChassisSerialNumber As String = Nothing, Optional nodeSerialNumber As String = Nothing, Optional nodeDisplayName As String = Nothing, Optional nodeFriendlySoftwareVersion As String = Nothing, Optional nodeHcsVersion As String = Nothing, Optional nodeInstanceId As String = Nothing)

Parameters

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

nodeStatus
String

The current status of the individual node. Possible values include: 'Unknown', 'Up', 'Down', 'Rebooting', 'ShuttingDown'

nodeChassisSerialNumber
String

Serial number of the Chassis

nodeSerialNumber
String

Serial number of the individual node

nodeDisplayName
String

Display Name of the individual node

nodeFriendlySoftwareVersion
String

Friendly software version name that is currently installed on the node

nodeHcsVersion
String

HCS version that is currently installed on the node

nodeInstanceId
String

Guid instance id of the node

Applies to