Enum Class StorageProvider
- All Implemented Interfaces:
Serializable
,Comparable<StorageProvider>
,Constable
Storage offers provider
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionS3 storage offer Amazon SDK S3 v1File system storage offerFile system storage offer with a hashed directory structureSwift storage offer (ceph or openStack) authent v1 DO NOT CHANGE THE VALUE OF THIS VAR AS JCLOUDS IS EXPECTING THIS EXACT VALUESwift storage offer authent v2Swift storage offer authent v3Tape library offer -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageProvider
getStorageProvider
(String storageProvider) getValue()
boolean
static StorageProvider
Returns the enum constant of this class with the specified name.static StorageProvider[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FILESYSTEM
File system storage offer -
SWIFT_AUTH_V1
Swift storage offer (ceph or openStack) authent v1 DO NOT CHANGE THE VALUE OF THIS VAR AS JCLOUDS IS EXPECTING THIS EXACT VALUE -
SWIFT_AUTH_V2
Swift storage offer authent v2 -
SWIFT_AUTH_V3
Swift storage offer authent v3 -
AMAZON_S3_V1
S3 storage offer Amazon SDK S3 v1 -
HASHFILESYSTEM
File system storage offer with a hashed directory structure -
TAPE_LIBRARY
Tape library offer
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getStorageProvider
-
getValue
- Returns:
- the value
-
hasStoragePath
public boolean hasStoragePath()
-