> @@ -267,7 +267,22 @@ public boolean apply(NodeMetadata nodeMetadata) {
>
> @Override
> public String toString() {
> - return "TERMINATED";
> + return Status.TERMINATED.toString();
> + }
> + };
> +
> + /**
> + * Match nodes with State == SUSPENDED
> + */
> + public static final Predicate<NodeMetadata> SUSPENDED = new
> Predicate<NodeMetadata>() {
Out of curiosity...is this used/needed anywhere? Or are we adding it for
completeness?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/405/files#r13737145