Share via


ChaosTargetListSelector Class

Model that represents a list selector.

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

Constructor

ChaosTargetListSelector(*, id: str, targets: List[_models.TargetReference], additional_properties: Dict[str, Any] | None = None, filter: _models.ChaosTargetFilter | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties

Unmatched properties from the message are deserialized to this collection.

Default value: None
id
str

String of the selector ID. Required.

filter

Model that represents available filter types that can be applied to a targets list.

Default value: None
targets

List of Target references. Required.

Variables

Name Description
additional_properties

Unmatched properties from the message are deserialized to this collection.

type

Enum of the selector type. Required. Known values are: "List" and "Query".

id
str

String of the selector ID. Required.

filter

Model that represents available filter types that can be applied to a targets list.

targets

List of Target references. Required.