NodeRepairImpactDescription Class
Describes the expected impact of a repair on a set of nodes. This type supports the Service Fabric platform; it is not meant to be used directly from your code.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.RepairImpactDescriptionBaseNodeRepairImpactDescription
Constructor
NodeRepairImpactDescription(*, node_impact_list=None, **kwargs)
Parameters
- node_impact_list
- list[NodeImpact]
Required
The list of nodes impacted by a repair action and their respective expected impact.
Feedback
Submit and view feedback for