NodeImpact Class

Describes the expected impact of a repair to a particular node. 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
NodeImpact

Constructor

NodeImpact(*, node_name: str, impact_level=None, **kwargs)

Parameters

node_name
str
Required

Required. The name of the impacted node.

impact_level
str or ImpactLevel
Required

The level of impact expected. Possible values include: 'Invalid', 'None', 'Restart', 'RemoveData', 'RemoveNode'