OlvmBios¶
-
class
oci.cloud_migrations.models.OlvmBios(**kwargs)¶ Bases:
objectOLVM Bios
Methods
__init__(**kwargs)Initializes a new OlvmBios object with values from keyword arguments. Attributes
bios_typeGets the bios_type of this OlvmBios. boot_menuGets the boot_menu of this OlvmBios. -
__init__(**kwargs)¶ Initializes a new OlvmBios object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - boot_menu (oci.cloud_migrations.models.OlvmBootMenu) – The value to assign to the boot_menu property of this OlvmBios.
- bios_type (oci.cloud_migrations.models.OlvmBiosType) – The value to assign to the bios_type property of this OlvmBios.
-
bios_type¶ Gets the bios_type of this OlvmBios.
Returns: The bios_type of this OlvmBios. Return type: oci.cloud_migrations.models.OlvmBiosType
Gets the boot_menu of this OlvmBios.
Returns: The boot_menu of this OlvmBios. Return type: oci.cloud_migrations.models.OlvmBootMenu
-