ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PlatformConfig� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�IntelVmPlatformConfigz` The platform configuration of a virtual machine instance that uses the Intel platform. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new IntelVmPlatformConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.IntelVmPlatformConfig.type` attribute of this class is ``INTEL_VM`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this IntelVmPlatformConfig. Allowed values for this property are: "AMD_MILAN_BM", "AMD_ROME_BM", "AMD_ROME_BM_GPU", "INTEL_ICELAKE_BM", "INTEL_SKYLAKE_BM", "AMD_VM", "INTEL_VM" :type type: str :param is_secure_boot_enabled: The value to assign to the is_secure_boot_enabled property of this IntelVmPlatformConfig. :type is_secure_boot_enabled: bool :param is_trusted_platform_module_enabled: The value to assign to the is_trusted_platform_module_enabled property of this IntelVmPlatformConfig. :type is_trusted_platform_module_enabled: bool :param is_measured_boot_enabled: The value to assign to the is_measured_boot_enabled property of this IntelVmPlatformConfig. :type is_measured_boot_enabled: bool �str�bool)�type�is_secure_boot_enabled�"is_trusted_platform_module_enabled�is_measured_boot_enabledr �isSecureBootEnabled�isTrustedPlatformModuleEnabled�isMeasuredBootEnabledN�INTEL_VM)� swagger_types� attribute_map�_type�_is_secure_boot_enabled�#_is_trusted_platform_module_enabled�_is_measured_boot_enabled)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/intel_vm_platform_config.py�__init__ s ��zIntelVmPlatformConfig.__init__c C s t | �S �N)r )r r r r �__repr__<