public static enum UpdateLaunchOptions.BootVolumeType extends Enum<UpdateLaunchOptions.BootVolumeType> implements BmcEnum
Emulation type for the boot volume. * ISCSI
- ISCSI attached block storage device. *
PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and
remote block storage volumes on platform images.
Before you change the boot volume attachment type, detach all block volumes and VNICs except for the boot volume and the primary VNIC.
If the instance is running when you change the boot volume attachment type, it will be rebooted.
*Note:** Some instances might not function properly if you change the boot volume attachment type. After the instance reboots and is running, connect to it. If the connection fails or the OS doesn't behave as expected, the changes are not supported. Revert the instance to the original boot volume attachment type.
Enum Constant and Description |
---|
Iscsi |
Paravirtualized |
Modifier and Type | Method and Description |
---|---|
static UpdateLaunchOptions.BootVolumeType |
create(String key) |
String |
getValue() |
static UpdateLaunchOptions.BootVolumeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateLaunchOptions.BootVolumeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateLaunchOptions.BootVolumeType Iscsi
public static final UpdateLaunchOptions.BootVolumeType Paravirtualized
public static UpdateLaunchOptions.BootVolumeType[] values()
for (UpdateLaunchOptions.BootVolumeType c : UpdateLaunchOptions.BootVolumeType.values()) System.out.println(c);
public static UpdateLaunchOptions.BootVolumeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateLaunchOptions.BootVolumeType create(String key)
Copyright © 2016–2023. All rights reserved.