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 SummaryEnum Constants Enum Constant Description DeletedNotUploadedOutdatedPublishedStagedUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UploadFailed
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OccAvailabilityCatalog.CatalogStatecreate(String key)StringgetValue()static OccAvailabilityCatalog.CatalogStatevalueOf(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- 
NotUploadedpublic static final OccAvailabilityCatalog.CatalogState NotUploaded 
 - 
UploadFailedpublic static final OccAvailabilityCatalog.CatalogState UploadFailed 
 - 
Stagedpublic static final OccAvailabilityCatalog.CatalogState Staged 
 - 
Publishedpublic static final OccAvailabilityCatalog.CatalogState Published 
 - 
Outdatedpublic static final OccAvailabilityCatalog.CatalogState Outdated 
 - 
Deletedpublic static final OccAvailabilityCatalog.CatalogState Deleted 
 - 
UnknownEnumValuepublic 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- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static OccAvailabilityCatalog.CatalogState create(String key) 
 
- 
 
-