The version of Service Fabric binaries that the node is running.
The version of Service Fabric cluster manifest that the node is using.
The fault domain of the node.
The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
An internal ID used by Service Fabric to uniquely identify a node. Node Id is deterministically generated from node name.
The ID representing the node instance. While the ID of the node is deterministically generated from the node name and remains same across restarts, the InstanceId changes every time node restarts.
The IP address or fully qualified domain name of the node.
Indicates if the node is a seed node or not. Returns true if the node is a seed node, otherwise false. A quorum of seed nodes are required for proper operation of Service Fabric cluster.
Indicates if the node is stopped by calling stop node API or not. Returns true if the node is stopped, otherwise false.
The name of a Service Fabric node.
Information about the node deactivation. This information is valid for a node that is undergoing deactivation or has already been deactivated.
Date time in UTC when the node went down. If node has never been down then this value will be zero date time.
Time in seconds since the node has been in NodeStatus Down. Value zero indicates node is not NodeStatus Down.
The status of the node. Possible values include: 'Invalid', 'Up', 'Down', 'Enabling', 'Disabling', 'Disabled', 'Unknown', 'Removed'
Date time in UTC when the node came up. If the node has never been up then this value will be zero date time.
Time in seconds since the node has been in NodeStatus Up. Value zero indicates that the node is not Up.
The type of the node.
The upgrade domain of the node.
Generated using TypeDoc
Information about a node in Service Fabric cluster.