ChaosStartedEvent Class

Chaos Started event.

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

Inheritance
azure.servicefabric.models._models_py3.ClusterEvent
ChaosStartedEvent

Constructor

ChaosStartedEvent(*, event_instance_id: str, time_stamp, max_concurrent_faults: int, time_to_run_in_seconds: float, max_cluster_stabilization_timeout_in_seconds: float, wait_time_between_iterations_in_seconds: float, wait_time_between_faults_in_seconds: float, move_replica_fault_enabled: bool, included_node_type_list: str, included_application_list: str, cluster_health_policy: str, chaos_context: str, category: Optional[str] = None, has_correlated_events: Optional[bool] = None, **kwargs)

Parameters

event_instance_id
str
Required

Required. The identifier for the FabricEvent instance.

category
str
Required

The category of event.

time_stamp
datetime
Required

Required. The time event was logged.

has_correlated_events
bool
Required

Shows there is existing related events available.

kind
str
Required

Required. Constant filled by server.

max_concurrent_faults
<xref:long>
Required

Required. Maximum number of concurrent faults.

time_to_run_in_seconds
float
Required

Required. Time to run in seconds.

max_cluster_stabilization_timeout_in_seconds
float
Required

Required. Maximum timeout for cluster stabilization in seconds.

wait_time_between_iterations_in_seconds
float
Required

Required. Wait time between iterations in seconds.

wait_time_between_faults_in_seconds
float
Required

Required. Wait time between faults in seconds.

move_replica_fault_enabled
bool
Required

Required. Indicates MoveReplica fault is enabled.

included_node_type_list
str
Required

Required. List of included Node types.

included_application_list
str
Required

Required. List of included Applications.

cluster_health_policy
str
Required

Required. Health policy.

chaos_context
str
Required

Required. Chaos Context.