OlvmBiosType

class oci.cloud_migrations.models.OlvmBiosType(**kwargs)

Bases: object

Chipset and BIOS type combination.

Attributes

TYPE_CLUSTER_DEFAULT A constant which can be used with the type property of a OlvmBiosType.
TYPE_I440_FX_SEA_BIOS A constant which can be used with the type property of a OlvmBiosType.
TYPE_Q35_OVMF A constant which can be used with the type property of a OlvmBiosType.
TYPE_Q35_SEA_BIOS A constant which can be used with the type property of a OlvmBiosType.
TYPE_Q35_SECURE_BOOT A constant which can be used with the type property of a OlvmBiosType.
type Gets the type of this OlvmBiosType.

Methods

__init__(**kwargs) Initializes a new OlvmBiosType object with values from keyword arguments.
TYPE_CLUSTER_DEFAULT = 'CLUSTER_DEFAULT'

A constant which can be used with the type property of a OlvmBiosType. This constant has a value of “CLUSTER_DEFAULT”

TYPE_I440_FX_SEA_BIOS = 'I440FX_SEA_BIOS'

A constant which can be used with the type property of a OlvmBiosType. This constant has a value of “I440FX_SEA_BIOS”

TYPE_Q35_OVMF = 'Q35_OVMF'

A constant which can be used with the type property of a OlvmBiosType. This constant has a value of “Q35_OVMF”

TYPE_Q35_SEA_BIOS = 'Q35_SEA_BIOS'

A constant which can be used with the type property of a OlvmBiosType. This constant has a value of “Q35_SEA_BIOS”

TYPE_Q35_SECURE_BOOT = 'Q35_SECURE_BOOT'

A constant which can be used with the type property of a OlvmBiosType. This constant has a value of “Q35_SECURE_BOOT”

__init__(**kwargs)

Initializes a new OlvmBiosType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:type (str) – The value to assign to the type property of this OlvmBiosType. Allowed values for this property are: “CLUSTER_DEFAULT”, “I440FX_SEA_BIOS”, “Q35_OVMF”, “Q35_SEA_BIOS”, “Q35_SECURE_BOOT”
type

Gets the type of this OlvmBiosType. Chipset and BIOS type combination.

Allowed values for this property are: “CLUSTER_DEFAULT”, “I440FX_SEA_BIOS”, “Q35_OVMF”, “Q35_SEA_BIOS”, “Q35_SECURE_BOOT”

Returns:The type of this OlvmBiosType.
Return type:str