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