NodeConfigurationOptionsFilter class

A set of elements to filter the returned node configurations.

Properties

hashCode int
The hash code for this object.
no setterinherited
name NodeConfigurationOptionsFilterName?
The name of the element to filter.
final
operator OperatorType?
The filter operator. If filter Name is NodeType only the 'in' operator is supported. Provide one value to evaluate for 'eq', 'lt', 'le', 'gt', and 'ge'. Provide two values to evaluate for 'between'. Provide a list of values for 'in'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>?
List of values. Compare Name using Operator to Values. If filter Name is NumberOfNodes, then values can range from 0 to 200. If filter Name is EstimatedDiskUtilizationPercent, then values can range from 0 to 100. For example, filter NumberOfNodes (name) GT (operator) 3 (values).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited