Enum DistributedDatabaseCatalogWithExadbXs.Status
- java.lang.Object
- 
- java.lang.Enum<DistributedDatabaseCatalogWithExadbXs.Status>
- 
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalogWithExadbXs.Status
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<DistributedDatabaseCatalogWithExadbXs.Status>
 - Enclosing class:
- DistributedDatabaseCatalogWithExadbXs
 
 public static enum DistributedDatabaseCatalogWithExadbXs.Status extends Enum<DistributedDatabaseCatalogWithExadbXs.Status> implements BmcEnum Status of catalog with VmCluster for the Globally ditributed database.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ConfiguredCreatedCreatingDeletedDeletingFailedNeedsAttentionReadyForConfigurationUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Updating
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributedDatabaseCatalogWithExadbXs.Statuscreate(String key)StringgetValue()static DistributedDatabaseCatalogWithExadbXs.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseCatalogWithExadbXs.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Failedpublic static final DistributedDatabaseCatalogWithExadbXs.Status Failed 
 - 
Deletingpublic static final DistributedDatabaseCatalogWithExadbXs.Status Deleting 
 - 
Deletedpublic static final DistributedDatabaseCatalogWithExadbXs.Status Deleted 
 - 
Updatingpublic static final DistributedDatabaseCatalogWithExadbXs.Status Updating 
 - 
Creatingpublic static final DistributedDatabaseCatalogWithExadbXs.Status Creating 
 - 
Createdpublic static final DistributedDatabaseCatalogWithExadbXs.Status Created 
 - 
ReadyForConfigurationpublic static final DistributedDatabaseCatalogWithExadbXs.Status ReadyForConfiguration 
 - 
Configuredpublic static final DistributedDatabaseCatalogWithExadbXs.Status Configured 
 - 
NeedsAttentionpublic static final DistributedDatabaseCatalogWithExadbXs.Status NeedsAttention 
 - 
UnknownEnumValuepublic static final DistributedDatabaseCatalogWithExadbXs.Status 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 DistributedDatabaseCatalogWithExadbXs.Status[] 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 (DistributedDatabaseCatalogWithExadbXs.Status c : DistributedDatabaseCatalogWithExadbXs.Status.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DistributedDatabaseCatalogWithExadbXs.Status 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 DistributedDatabaseCatalogWithExadbXs.Status create(String key) 
 
- 
 
-