> @@ -113,6 +161,7 @@ public String toString() { > private Set<Network> novaNetworks = ImmutableSet.of(); > private String availabilityZone; > private boolean configDrive; > + private List<BlockDeviceMapping> blockDeviceMapping = > Lists.newArrayList();
`ImmutableList.of()`? I don't see any way to add anything here, except through `ImmutableList.copyOf(...)` later? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/326/files#r12544762