Repository: jclouds Updated Branches: refs/heads/master 7ebf12bf3 -> 17cf6fec9
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/17cf6fec Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/17cf6fec Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/17cf6fec Branch: refs/heads/master Commit: 17cf6fec9e992bf37e58fd78b59042ce37f33304 Parents: 7ebf12b Author: smedavaram75 <[email protected]> Authored: Tue Sep 11 16:28:44 2018 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Sep 13 13:28:19 2018 -0700 ---------------------------------------------------------------------- .../jclouds/googlecloudstorage/domain/DomainResourceReferences.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/17cf6fec/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);
