> + return self();
> + }
> +
> + /**
> + * @see org.jclouds.googlecomputeengine.domain.AbstractDisk#getStatus()
> + */
> + public T status(String status) {
> + this.status = status;
> + return self();
> + }
> +
> +
> + @Override
> + protected T self() {
> + return self();
> + }YEah, that's dumb and I'm not sure why I have it. Fixing. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5378612
