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