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