DiscreteAction Class

Model that represents a discrete action.

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

Inheritance
azure.mgmt.chaos.models._models_py3.ChaosExperimentAction
DiscreteAction

Constructor

DiscreteAction(*, name: str, parameters: List[_models.KeyValuePair], selector_id: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

String that represents a Capability URN. Required.

parameters

List of key value pairs. Required.

selector_id
str

String that represents a selector. Required.

Variables

Name Description
type
str

Enum that discriminates between action models. Required.

name
str

String that represents a Capability URN. Required.

parameters

List of key value pairs. Required.

selector_id
str

String that represents a selector. Required.