Enum ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier
- java.lang.Object
-
- java.lang.Enum<ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier>
-
- com.oracle.bmc.databasetoolsruntime.model.ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier>
- Enclosing class:
- ExecuteSqlOutputDispositionObjectStorageDetails
public static enum ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier extends Enum<ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier> implements BmcEnum
The storage tier that the object should be stored in
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ArchiveInfrequentAccessStandardUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTiercreate(String key)StringgetValue()static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTiervalueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Standard
public static final ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier Standard
-
InfrequentAccess
public static final ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier InfrequentAccess
-
Archive
public static final ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier Archive
-
UnknownEnumValue
public static final ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier c : ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ExecuteSqlOutputDispositionObjectStorageDetails.StorageTier create(String key)
-
-