NodeLoadInfo Class

Information about load on a Service Fabric node. It holds a summary of all metrics and their load on a node.

Inheritance
NodeLoadInfo

Constructor

NodeLoadInfo(*, node_name: Optional[str] = None, node_load_metric_information=None, **kwargs)

Parameters

node_name
str
Required

Name of the node for which the load information is provided by this object.

node_load_metric_information
list[NodeLoadMetricInformation]
Required

List that contains metrics and their load information on this node.