ValidationFailedChaosEvent Class
Chaos event corresponding to a failure during validation.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ChaosEventValidationFailedChaosEvent
Constructor
ValidationFailedChaosEvent(*, time_stamp_utc, reason: Optional[str] = None, **kwargs)
Parameters
- reason
- str
Required
Describes why the ValidationFailedChaosEvent was generated. This may happen because more than MaxPercentUnhealthyNodes are unhealthy for more than MaxClusterStabilizationTimeout. This reason will be in the Reason property of the ValidationFailedChaosEvent as a string.
Feedback
Submit and view feedback for