ResourceLogicalExpression

A logical expression that selects resources. Exactly one of criteria, and, or, or not is set.

Inheritors

Types

Link copied to clipboard

A list of subexpressions that must all match.

Link copied to clipboard

A leaf condition that matches resources by tag or by resource-type-specific configuration.

Link copied to clipboard

A subexpression that must not match.

Link copied to clipboard

A list of subexpressions of which at least one must match.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List value. Throws an exception if the ResourceLogicalExpression is not a And.

Link copied to clipboard

Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List value. Returns null if the ResourceLogicalExpression is not a And.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List value. Throws an exception if the ResourceLogicalExpression is not a Or.

Link copied to clipboard

Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List value. Returns null if the ResourceLogicalExpression is not a Or.