WaitingChaosEvent Class

Describes a Chaos event that gets generated when Chaos is waiting for the cluster to become ready for faulting, for example, Chaos may be waiting for the on-going upgrade to finish.

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

Inheritance
azure.servicefabric.models._models_py3.ChaosEvent
WaitingChaosEvent

Constructor

WaitingChaosEvent(*, 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 the WaitingChaosEvent was generated, for example, due to a cluster upgrade.