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