📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generic_bm_platform_config.cpython-39.pyc
a ���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 @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�GenericBmPlatformConfigzG The standard platform configuration of a bare metal instance. �NPS0�NPS1�NPS2�NPS4c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new GenericBmPlatformConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.GenericBmPlatformConfig.type` attribute of this class is ``GENERIC_BM`` 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 GenericBmPlatformConfig. Allowed values for this property are: "AMD_MILAN_BM", "AMD_MILAN_BM_GPU", "AMD_ROME_BM", "AMD_ROME_BM_GPU", "GENERIC_BM", "INTEL_ICELAKE_BM", "INTEL_SKYLAKE_BM", "AMD_VM", "INTEL_VM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param is_secure_boot_enabled: The value to assign to the is_secure_boot_enabled property of this GenericBmPlatformConfig. :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 GenericBmPlatformConfig. :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 GenericBmPlatformConfig. :type is_measured_boot_enabled: bool :param is_memory_encryption_enabled: The value to assign to the is_memory_encryption_enabled property of this GenericBmPlatformConfig. :type is_memory_encryption_enabled: bool :param numa_nodes_per_socket: The value to assign to the numa_nodes_per_socket property of this GenericBmPlatformConfig. Allowed values for this property are: "NPS0", "NPS1", "NPS2", "NPS4", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type numa_nodes_per_socket: str :param is_symmetric_multi_threading_enabled: The value to assign to the is_symmetric_multi_threading_enabled property of this GenericBmPlatformConfig. :type is_symmetric_multi_threading_enabled: bool :param is_access_control_service_enabled: The value to assign to the is_access_control_service_enabled property of this GenericBmPlatformConfig. :type is_access_control_service_enabled: bool :param are_virtual_instructions_enabled: The value to assign to the are_virtual_instructions_enabled property of this GenericBmPlatformConfig. :type are_virtual_instructions_enabled: bool :param is_input_output_memory_management_unit_enabled: The value to assign to the is_input_output_memory_management_unit_enabled property of this GenericBmPlatformConfig. :type is_input_output_memory_management_unit_enabled: bool :param percentage_of_cores_enabled: The value to assign to the percentage_of_cores_enabled property of this GenericBmPlatformConfig. :type percentage_of_cores_enabled: int :param config_map: The value to assign to the config_map property of this GenericBmPlatformConfig. :type config_map: dict(str, str) �str�bool�intzdict(str, str))�typeZis_secure_boot_enabledZ"is_trusted_platform_module_enabledZis_measured_boot_enabledZis_memory_encryption_enabled�numa_nodes_per_socket�$is_symmetric_multi_threading_enabled�!is_access_control_service_enabled� are_virtual_instructions_enabled�.is_input_output_memory_management_unit_enabled�percentage_of_cores_enabled� config_mapr ZisSecureBootEnabledZisTrustedPlatformModuleEnabledZisMeasuredBootEnabledZisMemoryEncryptionEnabledZnumaNodesPerSocketZ isSymmetricMultiThreadingEnabledZisAccessControlServiceEnabledZareVirtualInstructionsEnabledZ(isInputOutputMemoryManagementUnitEnabledZpercentageOfCoresEnabledZ configMapNZ GENERIC_BM)Z swagger_typesZ attribute_mapZ_typeZ_is_secure_boot_enabledZ#_is_trusted_platform_module_enabledZ_is_measured_boot_enabledZ_is_memory_encryption_enabled�_numa_nodes_per_socket�%_is_symmetric_multi_threading_enabled�"_is_access_control_service_enabled�!_are_virtual_instructions_enabled�/_is_input_output_memory_management_unit_enabled�_percentage_of_cores_enabled�_config_map)�self�kwargs� r! �N/usr/lib/python3.9/site-packages/oci/core/models/generic_bm_platform_config.py�__init__"