Node Class

Definition

Represents a single node in a Data box Edge/Gateway device Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1 node Multi-node Edge devices will have more than 1 nodes

[Microsoft.Rest.Serialization.JsonTransformation]
public class Node : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Node = class
    inherit ARMBaseModel
Public Class Node
Inherits ARMBaseModel
Inheritance
Attributes

Constructors

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.

Properties

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Name

Gets the object name.

(Inherited from ARMBaseModel)
NodeChassisSerialNumber

Gets serial number of the Chassis

NodeDisplayName

Gets display Name of the individual node

NodeFriendlySoftwareVersion

Gets friendly software version name that is currently installed on the node

NodeHcsVersion

Gets HCS version that is currently installed on the node

NodeInstanceId

Gets guid instance id of the node

NodeSerialNumber

Gets serial number of the individual node

NodeStatus

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

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Applies to