Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmBootDevice
-
Packages that use OlvmBootDevice Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmBootDevice in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmBootDevice Modifier and Type Method Description static OlvmBootDeviceOlvmBootDevice. create(String key)static OlvmBootDeviceOlvmBootDevice. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmBootDevice[]OlvmBootDevice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type OlvmBootDevice Modifier and Type Method Description List<OlvmBootDevice>OlvmOperatingSystem. getBoot()Configuration of the boot sequence of a virtual machine.Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmBootDevice Modifier and Type Method Description OlvmOperatingSystem.BuilderOlvmOperatingSystem.Builder. boot(List<OlvmBootDevice> boot)Configuration of the boot sequence of a virtual machine.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmBootDevice Constructor Description OlvmOperatingSystem(List<OlvmBootDevice> boot, String cmdLine, String customKernelCmdLine, String initRd, String kernel, String reportedKernelCmdLine, String type, OlvmVersion version)Deprecated.
-