OlvmBootMenu¶
-
class
oci.cloud_migrations.models.OlvmBootMenu(**kwargs)¶ Bases:
objectRepresents boot menu configuration for OLVM virtual machines and templates.
Methods
__init__(**kwargs)Initializes a new OlvmBootMenu object with values from keyword arguments. Attributes
is_enabledGets the is_enabled of this OlvmBootMenu. -
__init__(**kwargs)¶ Initializes a new OlvmBootMenu object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_enabled (bool) – The value to assign to the is_enabled property of this OlvmBootMenu.
-
is_enabled¶ Gets the is_enabled of this OlvmBootMenu. Whether the boot menu is enabled for this virtual machine (or template), or not.
Returns: The is_enabled of this OlvmBootMenu. Return type: bool
-