Repository: jclouds Updated Branches: refs/heads/2.1.x f74d1c097 -> f60e3e4a5
JCLOUDS-1419: Add missing REGIONAL storage class Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/f60e3e4a Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/f60e3e4a Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/f60e3e4a Branch: refs/heads/2.1.x Commit: f60e3e4a57fad005156c3a9fd992b9335df1f089 Parents: f74d1c0 Author: smedavaram75 <[email protected]> Authored: Tue Sep 11 16:28:44 2018 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Sep 13 13:28:43 2018 -0700 ---------------------------------------------------------------------- .../jclouds/googlecloudstorage/domain/DomainResourceReferences.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/f60e3e4a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java ---------------------------------------------------------------------- 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 5acdb0b..a8f3399 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);
