> @@ -201,6 +203,26 @@ ServerInfo setServerConfiguration(@PathParam("uuid")
> String uuid,
> @Path("/drives/info")
> @ResponseParser(ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.class)
> Set<DriveInfo> listDriveInfo();
> +
> + /**
> + * List of standard drive uuids in your account
> + *
> + * @return or empty set if no standard drives are found
> + */
> + @GET
> + @Path("/drives/list/standard")
> + @ResponseParser(SplitNewlines.class)
> + Set<String> listStandardDrives();
> +
> + /**
> + * Get all standard drives info
"Gets information about all standard drives"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/362/files#r13033728