Package com.oracle.bmc.identity.model
Enum DomainReplicationStates.State
- java.lang.Object
- 
- java.lang.Enum<DomainReplicationStates.State>
- 
- com.oracle.bmc.identity.model.DomainReplicationStates.State
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<DomainReplicationStates.State>
 - Enclosing class:
- DomainReplicationStates
 
 public static enum DomainReplicationStates.State extends Enum<DomainReplicationStates.State> implements BmcEnum The IDCS-replicated region state.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description DeletedDisablingReplicationEnablingReplicationReplicationDisabledReplicationEnabled
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DomainReplicationStates.Statecreate(String key)StringgetValue()static DomainReplicationStates.StatevalueOf(String name)Returns the enum constant of this type with the specified name.static DomainReplicationStates.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
EnablingReplicationpublic static final DomainReplicationStates.State EnablingReplication 
 - 
ReplicationEnabledpublic static final DomainReplicationStates.State ReplicationEnabled 
 - 
DisablingReplicationpublic static final DomainReplicationStates.State DisablingReplication 
 - 
ReplicationDisabledpublic static final DomainReplicationStates.State ReplicationDisabled 
 - 
Deletedpublic static final DomainReplicationStates.State Deleted 
 
- 
 - 
Method Detail- 
valuespublic static DomainReplicationStates.State[] 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 (DomainReplicationStates.State c : DomainReplicationStates.State.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DomainReplicationStates.State 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 DomainReplicationStates.State create(String key) 
 
- 
 
-