Enum OlvmClusterProperties.FipsMode
- java.lang.Object
-
- java.lang.Enum<OlvmClusterProperties.FipsMode>
-
- com.oracle.bmc.cloudmigrations.model.OlvmClusterProperties.FipsMode
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmClusterProperties.FipsMode>
- Enclosing class:
- OlvmClusterProperties
public static enum OlvmClusterProperties.FipsMode extends Enum<OlvmClusterProperties.FipsMode> implements BmcEnum
FIPS mode of the cluster.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmClusterProperties.FipsModecreate(String key)StringgetValue()static OlvmClusterProperties.FipsModevalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmClusterProperties.FipsMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Disabled
public static final OlvmClusterProperties.FipsMode Disabled
-
Enabled
public static final OlvmClusterProperties.FipsMode Enabled
-
Undefined
public static final OlvmClusterProperties.FipsMode Undefined
-
-
Method Detail
-
values
public static OlvmClusterProperties.FipsMode[] 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 (OlvmClusterProperties.FipsMode c : OlvmClusterProperties.FipsMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmClusterProperties.FipsMode 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 OlvmClusterProperties.FipsMode create(String key)
-
-