> @@ -42,6 +43,9 @@ > private Optional<String> networkName = Optional.absent(); > private Set<Instance.ServiceAccount> serviceAccounts = > Sets.newLinkedHashSet(); > private boolean enableNat = true; > + private Set<PersistentDisk> disks = Sets.newLinkedHashSet();
Do we need a sorted set here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8320281