mirror of https://github.com/apache/jclouds.git
JCLOUDS-1419: Add missing REGIONAL storage class
This commit is contained in:
parent
7ebf12bf38
commit
17cf6fec9e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue