Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static InstanceConfigurationLaunchOptions.BootVolumeType |
InstanceConfigurationLaunchOptions.BootVolumeType.create(String key) |
InstanceConfigurationLaunchOptions.BootVolumeType |
InstanceConfigurationLaunchOptions.getBootVolumeType()
Emulation type for the boot volume.
|
static InstanceConfigurationLaunchOptions.BootVolumeType |
InstanceConfigurationLaunchOptions.BootVolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceConfigurationLaunchOptions.BootVolumeType[] |
InstanceConfigurationLaunchOptions.BootVolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstanceConfigurationLaunchOptions.Builder |
InstanceConfigurationLaunchOptions.Builder.bootVolumeType(InstanceConfigurationLaunchOptions.BootVolumeType bootVolumeType)
Emulation type for the boot volume.
|
Constructor and Description |
---|
InstanceConfigurationLaunchOptions(InstanceConfigurationLaunchOptions.BootVolumeType bootVolumeType,
InstanceConfigurationLaunchOptions.Firmware firmware,
InstanceConfigurationLaunchOptions.NetworkType networkType,
InstanceConfigurationLaunchOptions.RemoteDataVolumeType remoteDataVolumeType,
Boolean isPvEncryptionInTransitEnabled,
Boolean isConsistentVolumeNamingEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.