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.BootVolumeTypeInstanceConfigurationLaunchOptions.BootVolumeType. create(String key)InstanceConfigurationLaunchOptions.BootVolumeTypeInstanceConfigurationLaunchOptions. getBootVolumeType()Emulation type for the boot volume.static InstanceConfigurationLaunchOptions.BootVolumeTypeInstanceConfigurationLaunchOptions.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.BuilderInstanceConfigurationLaunchOptions.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.
-