ControlPlaneAttributeFilter
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of List) input where:
The top level list specifies conditions that need to be applied with
ORoperator.The inner list specifies conditions that need to be applied with
ANDoperator.
Types
Properties
Link copied to clipboard
A list of conditions which would be applied together with an AND condition.
Link copied to clipboard
A list of conditions which would be applied together with an OR condition.
Link copied to clipboard
A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.
Functions
Link copied to clipboard
inline fun copy(block: ControlPlaneAttributeFilter.Builder.() -> Unit = {}): ControlPlaneAttributeFilter