> +import com.google.auto.value.AutoValue; > +import org.jclouds.javax.annotation.Nullable; > + > +import java.net.URI; > + > +/** > + * @see <a > href="https://msdn.microsoft.com/en-us/library/azure/jj157193.aspx#DataVirtualHardDisks" > >api</a> > + */ > + > +@AutoValue > +public abstract class DataVirtualHardDisk { > + > + public enum Caching { > + READ_ONLY, > + READ_WRITE, > + None
Is this case sensitive? Can this value be upper case too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126/files#r23726836
