StoppedChaosEvent Class
Describes a Chaos event that gets generated when Chaos stops because either the user issued a stop or the time to run was up.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ChaosEventStoppedChaosEvent
Constructor
StoppedChaosEvent(*, time_stamp_utc, reason: Optional[str] = None, **kwargs)
Parameters
- reason
- str
Required
Describes why Chaos stopped. Chaos can stop because of StopChaos API call or the timeToRun provided in ChaosParameters is over.
Feedback
Submit and view feedback for