Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
UpdateLaunchOptions.Builder |
UpdateLaunchOptions.Builder.networkType(UpdateLaunchOptions.NetworkType networkType)
Emulation type for the physical network interface card (NIC).
|
Constructor and Description |
---|
UpdateLaunchOptions(UpdateLaunchOptions.BootVolumeType bootVolumeType,
UpdateLaunchOptions.NetworkType networkType,
Boolean isPvEncryptionInTransitEnabled)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.