> @@ -67,6 +74,34 @@ public void testListHardwareProfiles() throws Exception {
> }
> }
>
> + public void testCreateNodeWithSsd() throws Exception {
> + String group = this.group + "ssd";
> + try {
> + TemplateOptions options = client.templateOptions();
> +
> +
> options.as(GoogleComputeEngineTemplateOptions.class).bootDiskType("pd-ssd");
Understood :) Fine by be to leave it as-is then.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/154/files#r32504233