Enum CreateSystemRaftClusterDetails.RuMode
- java.lang.Object
-
- java.lang.Enum<CreateSystemRaftClusterDetails.RuMode>
-
- com.oracle.bmc.distributeddatabasev26.model.CreateSystemRaftClusterDetails.RuMode
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateSystemRaftClusterDetails.RuMode>
- Enclosing class:
- CreateSystemRaftClusterDetails
public static enum CreateSystemRaftClusterDetails.RuMode extends Enum<CreateSystemRaftClusterDetails.RuMode> implements BmcEnum
Replication factor associated with the raft cluster.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateSystemRaftClusterDetails.RuModecreate(String key)StringgetValue()static CreateSystemRaftClusterDetails.RuModevalueOf(String name)Returns the enum constant of this type with the specified name.static CreateSystemRaftClusterDetails.RuMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ReadOnly
public static final CreateSystemRaftClusterDetails.RuMode ReadOnly
-
ReadWrite
public static final CreateSystemRaftClusterDetails.RuMode ReadWrite
-
-
Method Detail
-
values
public static CreateSystemRaftClusterDetails.RuMode[] 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 (CreateSystemRaftClusterDetails.RuMode c : CreateSystemRaftClusterDetails.RuMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateSystemRaftClusterDetails.RuMode 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 CreateSystemRaftClusterDetails.RuMode create(String key)
-
-