From 17cf6fec9e992bf37e58fd78b59042ce37f33304 Mon Sep 17 00:00:00 2001 From: smedavaram75 <39320378+smedavaram75@users.noreply.github.com> Date: Tue, 11 Sep 2018 16:28:44 -0700 Subject: [PATCH] JCLOUDS-1419: Add missing REGIONAL storage class --- .../googlecloudstorage/domain/DomainResourceReferences.java | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java index 5acdb0be45..a8f3399e7c 100644 --- a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java +++ b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java @@ -86,6 +86,7 @@ public final class DomainResourceReferences { COLDLINE(Tier.ARCHIVE), DURABLE_REDUCED_AVAILABILITY(Tier.STANDARD), MULTI_REGIONAL(Tier.STANDARD), + REGIONAL(Tier.STANDARD), NEARLINE(Tier.INFREQUENT), STANDARD(Tier.STANDARD);