Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmMigrationOptions.Encrypted
-
Packages that use OlvmMigrationOptions.Encrypted Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmMigrationOptions.Encrypted in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmMigrationOptions.Encrypted Modifier and Type Method Description static OlvmMigrationOptions.EncryptedOlvmMigrationOptions.Encrypted. create(String key)OlvmMigrationOptions.EncryptedOlvmMigrationOptions. getEncrypted()Enum representing the boolean value that can be either set, or inherited from a higher level.static OlvmMigrationOptions.EncryptedOlvmMigrationOptions.Encrypted. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmMigrationOptions.Encrypted[]OlvmMigrationOptions.Encrypted. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmMigrationOptions.Encrypted Modifier and Type Method Description OlvmMigrationOptions.BuilderOlvmMigrationOptions.Builder. encrypted(OlvmMigrationOptions.Encrypted encrypted)Enum representing the boolean value that can be either set, or inherited from a higher level.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmMigrationOptions.Encrypted Constructor Description OlvmMigrationOptions(OlvmMigrationOptions.AutoConverge autoConverge, MigrationBandwidth bandwidth, OlvmMigrationOptions.Compressed compressed, Integer customParallelMigrations, OlvmMigrationOptions.Encrypted encrypted, OlvmMigrationOptions.ParallelMigrationsPolicy parallelMigrationsPolicy)Deprecated.
-