Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmMigrationOptions.Compressed
-
Packages that use OlvmMigrationOptions.Compressed Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmMigrationOptions.Compressed in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmMigrationOptions.Compressed Modifier and Type Method Description static OlvmMigrationOptions.CompressedOlvmMigrationOptions.Compressed. create(String key)OlvmMigrationOptions.CompressedOlvmMigrationOptions. getCompressed()Enum representing the boolean value that can be either set, or inherited from a higher level.static OlvmMigrationOptions.CompressedOlvmMigrationOptions.Compressed. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmMigrationOptions.Compressed[]OlvmMigrationOptions.Compressed. 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.Compressed Modifier and Type Method Description OlvmMigrationOptions.BuilderOlvmMigrationOptions.Builder. compressed(OlvmMigrationOptions.Compressed compressed)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.Compressed Constructor Description OlvmMigrationOptions(OlvmMigrationOptions.AutoConverge autoConverge, MigrationBandwidth bandwidth, OlvmMigrationOptions.Compressed compressed, Integer customParallelMigrations, OlvmMigrationOptions.Encrypted encrypted, OlvmMigrationOptions.ParallelMigrationsPolicy parallelMigrationsPolicy)Deprecated.
-