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