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_load_metric_information
- list[NodeLoadMetricInformation]
Required
List that contains metrics and their load information on this node.
Feedback
Submit and view feedback for