Enum OlvmMigrationOptions.Encrypted
- java.lang.Object
-
- java.lang.Enum<OlvmMigrationOptions.Encrypted>
-
- com.oracle.bmc.cloudmigrations.model.OlvmMigrationOptions.Encrypted
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmMigrationOptions.Encrypted>
- Enclosing class:
- OlvmMigrationOptions
public static enum OlvmMigrationOptions.Encrypted extends Enum<OlvmMigrationOptions.Encrypted> implements BmcEnum
Enum representing the boolean value that can be either set, or inherited from a higher level.The inheritance order is virtual machine ??? cluster ??? engine-config.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmMigrationOptions.Encryptedcreate(String key)StringgetValue()static OlvmMigrationOptions.EncryptedvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmMigrationOptions.Encrypted[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
False
public static final OlvmMigrationOptions.Encrypted False
-
Inherit
public static final OlvmMigrationOptions.Encrypted Inherit
-
True
public static final OlvmMigrationOptions.Encrypted True
-
-
Method Detail
-
values
public static OlvmMigrationOptions.Encrypted[] 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 (OlvmMigrationOptions.Encrypted c : OlvmMigrationOptions.Encrypted.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmMigrationOptions.Encrypted 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 OlvmMigrationOptions.Encrypted create(String key)
-
-