LegacyBoot#
- class LegacyBoot(boot_device=None, boot_order=None, *args, **kwargs)#
Bases:
object
Legacy boot mode and its associated configuration.
- Parameters:
boot_device – (
boot_device
) The boot device used for legacy boot of the VM.boot_order – (
boot_order
) Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- property boot_device#
The boot device used for legacy boot of the VM.
- Type:
- property boot_order#
Indicates the order of device types in which the VM should try to boot from. If the boot device order is not provided the system will decide an appropriate boot device order.
- Type:
list[
BootDeviceType
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model