> * @return device this volume relates to on an operating system, if > available > */ > @Nullable > String getDevice(); > > /** > - * > + * > + * @return the name of the volume, if available. > + */ > + @Nullable > + String getName(); > + > + /** > + * @return the location for this volume, if available
presumably `{@link Location#getId id}` right?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/109/files#r6467410
