Get Dns Records Plain Args
A collection of arguments for invoking getDnsRecords.
Constructors
Properties
Whether to match all search requirements or at least one (any). If set to all
, acts like a logical AND between filters. If set to any
, acts like a logical OR instead. Note that the interaction between tag filters is controlled by the tag-match
parameter instead. Available values: "any", "all".
Allows searching in multiple properties of a DNS record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is subject to change in the future. This parameter works independently of the match
setting. For automated searches, please use the other available parameters.
Whether to match all tag search requirements or at least one (any). If set to all
, acts like a logical AND between tag filters. If set to any
, acts like a logical OR instead. Note that the regular match
parameter is still used to combine the resulting condition with other filters that aren't related to tags. Available values: "any", "all".