> + protected ConcreteBuilder self() {
> + return this;
> + }
> + }
> +
> + protected String binary;
> + protected String host;
> + protected State state;
> + protected Status status;
> + protected String disabledReason;
> + @Named("updated_at")
> + private final Optional<Date> updated;
> + protected String zone;
> + protected String id;
> +
> + @ConstructorProperties({
minor change to:
@ConstructorProperties({"binary", "host", "state", "status", "disabled_reason",
"updated_at", "zone", "id"})
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/573/files#r19079651