> + .binary(in.getBinary())
> + .host(in.getHost())
> + .state(in.getState())
> + .status(in.getStatus())
> + .disabledReason(in.getDisabledReason())
> + .updated(in.getUpdated().isPresent() ? in.getUpdated().get()
> : null)
> + .zone(in.getZone())
> + .id(in.getId());
> + }
> + }
> +
> + protected String binary;
> + protected String host;
> + protected State state;
> + protected Status status;
> + protected String disabledReason;
I would annotate this with `@Named("disabled_reason")`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/573/files#r19228027