ValidationFailedChaosEvent Class

Chaos event corresponding to a failure during validation.

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

Inheritance
azure.servicefabric.models._models_py3.ChaosEvent
ValidationFailedChaosEvent

Constructor

ValidationFailedChaosEvent(*, 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 ValidationFailedChaosEvent was generated. This may happen because more than MaxPercentUnhealthyNodes are unhealthy for more than MaxClusterStabilizationTimeout. This reason will be in the Reason property of the ValidationFailedChaosEvent as a string.