> +import com.google.common.base.MoreObjects;
> +import com.google.common.base.MoreObjects.ToStringHelper;
> +import com.google.common.base.Objects;
> +import com.google.common.collect.ImmutableSet;
> +import com.google.common.collect.Maps;
> +import org.jclouds.javax.annotation.Nullable;
> +
> +/**
> + * Class Tag
> + */
> +public class Tag {
> +
> + /**
> + * Type of resource to update.
> + */
> + public enum ResourceType {
I don't understand where this is used.. these numbers don't seem to be in the
json.. Maybe I just am not seein it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/578/files#r19128819