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.RepairImpactDescriptionBase
NodeRepairImpactDescription

Constructor

NodeRepairImpactDescription(*, node_impact_list=None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

node_impact_list
list[NodeImpact]
Required

The list of nodes impacted by a repair action and their respective expected impact.