Uses of Class
com.oracle.bmc.core.model.LaunchOptions.BootVolumeType
-
Packages that use LaunchOptions.BootVolumeType Package Description com.oracle.bmc.core.model -
-
Uses of LaunchOptions.BootVolumeType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LaunchOptions.BootVolumeType Modifier and Type Method Description static LaunchOptions.BootVolumeType
LaunchOptions.BootVolumeType. create(String key)
LaunchOptions.BootVolumeType
LaunchOptions. getBootVolumeType()
Emulation type for the boot volume.static LaunchOptions.BootVolumeType
LaunchOptions.BootVolumeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchOptions.BootVolumeType[]
LaunchOptions.BootVolumeType. 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.BootVolumeType Modifier and Type Method Description LaunchOptions.Builder
LaunchOptions.Builder. bootVolumeType(LaunchOptions.BootVolumeType bootVolumeType)
Emulation type for the boot volume.Constructors in com.oracle.bmc.core.model with parameters of type LaunchOptions.BootVolumeType Constructor Description LaunchOptions(LaunchOptions.BootVolumeType bootVolumeType, LaunchOptions.Firmware firmware, LaunchOptions.NetworkType networkType, LaunchOptions.RemoteDataVolumeType remoteDataVolumeType, Boolean isPvEncryptionInTransitEnabled, Boolean isConsistentVolumeNamingEnabled)
Deprecated.
-