ChaosTargetSelector Class
Model that represents a selector in the Experiment resource.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ChaosTargetListSelector, ChaosTargetQuerySelector
All required parameters must be populated in order to send to server.
Constructor
ChaosTargetSelector(*, id: str, filter: _models.ChaosTargetFilter | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
id
|
String of the selector ID. Required. |
|
filter
|
Model that represents available filter types that can be applied to a targets list. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
String of the selector ID. Required. |
|
type
|
str or
SelectorType
Chaos target selector discriminator type. Required. Known values are: "List" and "Query". |
|
filter
|
Model that represents available filter types that can be applied to a targets list. |