mirror of https://github.com/apache/jclouds.git
JCLOUDS-848: Support GCS nearline storage
This commit is contained in:
parent
ad495ab1bc
commit
64b7ce6846
|
@ -45,7 +45,7 @@ public final class DomainResourceReferences {
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum StorageClass {
|
public enum StorageClass {
|
||||||
STANDARD, DURABLE_REDUCED_AVAILABILITY;
|
STANDARD, DURABLE_REDUCED_AVAILABILITY, NEARLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Projection {
|
public enum Projection {
|
||||||
|
|
Loading…
Reference in New Issue