Enum OccAvailabilityCatalog.CatalogState
- java.lang.Object
-
- java.lang.Enum<OccAvailabilityCatalog.CatalogState>
-
- com.oracle.bmc.capacitymanagement.model.OccAvailabilityCatalog.CatalogState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<OccAvailabilityCatalog.CatalogState>
- Enclosing class:
- OccAvailabilityCatalog
public static enum OccAvailabilityCatalog.CatalogState extends Enum<OccAvailabilityCatalog.CatalogState> implements BmcEnum
The different states associated with the availability catalog.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Deleted
NotUploaded
Outdated
Published
Staged
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UploadFailed
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OccAvailabilityCatalog.CatalogState
create(String key)
String
getValue()
static OccAvailabilityCatalog.CatalogState
valueOf(String name)
Returns the enum constant of this type with the specified name.static OccAvailabilityCatalog.CatalogState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NotUploaded
public static final OccAvailabilityCatalog.CatalogState NotUploaded
-
UploadFailed
public static final OccAvailabilityCatalog.CatalogState UploadFailed
-
Staged
public static final OccAvailabilityCatalog.CatalogState Staged
-
Published
public static final OccAvailabilityCatalog.CatalogState Published
-
Outdated
public static final OccAvailabilityCatalog.CatalogState Outdated
-
Deleted
public static final OccAvailabilityCatalog.CatalogState Deleted
-
UnknownEnumValue
public static final OccAvailabilityCatalog.CatalogState 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 OccAvailabilityCatalog.CatalogState[] 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 (OccAvailabilityCatalog.CatalogState c : OccAvailabilityCatalog.CatalogState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OccAvailabilityCatalog.CatalogState 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 OccAvailabilityCatalog.CatalogState create(String key)
-
-