Uses of Class
com.oracle.bmc.core.model.LaunchOptions.Firmware
-
Packages that use LaunchOptions.Firmware Package Description com.oracle.bmc.core.model -
-
Uses of LaunchOptions.Firmware in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LaunchOptions.Firmware Modifier and Type Method Description static LaunchOptions.Firmware
LaunchOptions.Firmware. create(String key)
LaunchOptions.Firmware
LaunchOptions. getFirmware()
Firmware used to boot VM.static LaunchOptions.Firmware
LaunchOptions.Firmware. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchOptions.Firmware[]
LaunchOptions.Firmware. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type LaunchOptions.Firmware Modifier and Type Method Description LaunchOptions.Builder
LaunchOptions.Builder. firmware(LaunchOptions.Firmware firmware)
Firmware used to boot VM.Constructors in com.oracle.bmc.core.model with parameters of type LaunchOptions.Firmware Constructor Description LaunchOptions(LaunchOptions.BootVolumeType bootVolumeType, LaunchOptions.Firmware firmware, LaunchOptions.NetworkType networkType, LaunchOptions.RemoteDataVolumeType remoteDataVolumeType, Boolean isPvEncryptionInTransitEnabled, Boolean isConsistentVolumeNamingEnabled)
Deprecated.
-