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.ChaosEvent
StoppedChaosEvent

Constructor

StoppedChaosEvent(*, time_stamp_utc, reason: Optional[str] = None, **kwargs)

Parameters

time_stamp_utc
datetime
Required

Required. The UTC timestamp when this Chaos event was generated.

kind
str
Required

Required. Constant filled by server.

reason
str
Required

Describes why Chaos stopped. Chaos can stop because of StopChaos API call or the timeToRun provided in ChaosParameters is over.