> @@ -219,6 +219,22 @@ protected Volume testVolume() {
> .build();
> }
>
> + protected Volume testVolumeDetailed() {
> + return Volume.builder()
> + .id("60761c60-0f56-4499-b522-ff13e120af10")
> + .size(1)
> + .name("test")
> + .zone("nova")
> + .status(Volume.Status.IN_USE)
> + .volumeType("None")
> + .description("This is a test volume")
> + .attachments(ImmutableSet.of(testAttachment()))
> +
> .created(dateService.iso8601DateParse("2012-10-29T20:53:28.000000"))
> + .tenantId("0ad7eca25ff847b2947a7865b82b851c")
> + .build();
> + }
> +
removed
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/562/files#r18657547