📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: intel_icelake_bm_platform_config.pyc
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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�IntelIcelakeBmPlatformConfigz� The platform configuration of a bare metal instance that uses the BM.Standard3.64 shape or the BM.Optimized3.36 shape (the Intel Ice Lake platform). �NPS1�NPS2c K sj ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d| _d S )a� Initializes a new IntelIcelakeBmPlatformConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.IntelIcelakeBmPlatformConfig.type` attribute of this class is ``INTEL_ICELAKE_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 IntelIcelakeBmPlatformConfig. 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", '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 IntelIcelakeBmPlatformConfig. :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 IntelIcelakeBmPlatformConfig. :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 IntelIcelakeBmPlatformConfig. :type is_measured_boot_enabled: bool :param numa_nodes_per_socket: The value to assign to the numa_nodes_per_socket property of this IntelIcelakeBmPlatformConfig. Allowed values for this property are: "NPS1", "NPS2", '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 IntelIcelakeBmPlatformConfig. :type is_symmetric_multi_threading_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 IntelIcelakeBmPlatformConfig. :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 IntelIcelakeBmPlatformConfig. :type percentage_of_cores_enabled: int �str�bool�int)�type�is_secure_boot_enabled�"is_trusted_platform_module_enabled�is_measured_boot_enabled�numa_nodes_per_socket�$is_symmetric_multi_threading_enabled�.is_input_output_memory_management_unit_enabled�percentage_of_cores_enabledr �isSecureBootEnabled�isTrustedPlatformModuleEnabled�isMeasuredBootEnabled�numaNodesPerSocket� isSymmetricMultiThreadingEnabled�(isInputOutputMemoryManagementUnitEnabled�percentageOfCoresEnabledN�INTEL_ICELAKE_BM) � swagger_types� attribute_map�_type�_is_secure_boot_enabled�#_is_trusted_platform_module_enabled�_is_measured_boot_enabled�_numa_nodes_per_socket�%_is_symmetric_multi_threading_enabled�/_is_input_output_memory_management_unit_enabled�_percentage_of_cores_enabled)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/intel_icelake_bm_platform_config.py�__init__ s6 ,��z%IntelIcelakeBmPlatformConfig.__init__c C s | j S )a� Gets the numa_nodes_per_socket of this IntelIcelakeBmPlatformConfig. The number of NUMA nodes per socket (NPS). Allowed values for this property are: "NPS1", "NPS2", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The numa_nodes_per_socket of this IntelIcelakeBmPlatformConfig. :rtype: str )r$ �r( r* r* r+ r d s z2IntelIcelakeBmPlatformConfig.numa_nodes_per_socketc C s ddg}t ||�sd}|| _dS )a Sets the numa_nodes_per_socket of this IntelIcelakeBmPlatformConfig. The number of NUMA nodes per socket (NPS). :param numa_nodes_per_socket: The numa_nodes_per_socket of this IntelIcelakeBmPlatformConfig. :type: str r r �UNKNOWN_ENUM_VALUEN)r r$ )r( r �allowed_valuesr* r* r+ r s s c C s | j S )a Gets the is_symmetric_multi_threading_enabled of this IntelIcelakeBmPlatformConfig. Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading. Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads. :return: The is_symmetric_multi_threading_enabled of this IntelIcelakeBmPlatformConfig. :rtype: bool �r% r- r* r* r+ r � s zAIntelIcelakeBmPlatformConfig.is_symmetric_multi_threading_enabledc C s || _ dS )a: Sets the is_symmetric_multi_threading_enabled of this IntelIcelakeBmPlatformConfig. Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading. Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads. :param is_symmetric_multi_threading_enabled: The is_symmetric_multi_threading_enabled of this IntelIcelakeBmPlatformConfig. :type: bool Nr0 )r( r r* r* r+ r � s c C s | j S )a4 Gets the is_input_output_memory_management_unit_enabled of this IntelIcelakeBmPlatformConfig. Whether the input-output memory management unit is enabled. :return: The is_input_output_memory_management_unit_enabled of this IntelIcelakeBmPlatformConfig. :rtype: bool �r&