Enum docker_api::api::node::opts::NodeFilter [−][src]
pub enum NodeFilter {
Id(String),
Label(String),
Membership(Membership),
Name(String),
NodeLabel(String),
Role(NodeRole),
}This is supported on crate feature
swarm only.Expand description
Filter type used to filter nodes by one of the variants.
Variants
Tuple Fields of Id
0: StringThe engine label
Tuple Fields of Label
0: StringTuple Fields of Membership
0: MembershipTuple Fields of Name
0: StringTuple Fields of NodeLabel
0: StringTuple Fields of Role
0: NodeRole