> + > +import java.net.URI; > +import java.util.Date; > + > +/** > + * Options to set the deprecation status of a resource. Currently only for > images. > + * > + * @author Andrew Bayer > + * @see <a > href="https://developers.google.com/compute/docs/reference/latest/images/deprecate" > /> > + */ > +public class DeprecateOptions { > + > + public enum State { > + DEPRECATED, > + OBSOLETE, > + DELETED
See comment on enums and trailing `;` above. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362863
