> @@ -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");
Move this string (and the other possible values) to a constant somewhere so it
can be reused by the users?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/154/files#r32373986