StartedChaosEvent Class

Describes a Chaos event that gets generated when Chaos is started.

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

Inheritance
azure.servicefabric.models._models_py3.ChaosEvent
StartedChaosEvent

Constructor

StartedChaosEvent(*, time_stamp_utc, chaos_parameters=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.

chaos_parameters
ChaosParameters
Required

Defines all the parameters to configure a Chaos run.