ExecutingFaultsChaosEvent Class

Describes a Chaos event that gets generated when Chaos has decided on the faults for an iteration. This Chaos event contains the details of the faults as a list of strings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ChaosEvent
ExecutingFaultsChaosEvent

Constructor

ExecutingFaultsChaosEvent(*, time_stamp_utc, faults=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.

faults
list[str]
Required

List of string description of the faults that Chaos decided to execute in an iteration.