📂 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: amd_rome_bm_gpu_platform_config.pyc
a N��f2 � @ 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� �Zdd� Zdd� Zdd� ZdS )�AmdRomeBmGpuPlatformConfigz| The platform configuration of a bare metal GPU instance that uses the BM.GPU4.8 shape (the AMD Rome platform). �NPS0�NPS1�NPS2�NPS4c K st dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d| _d S )a� Initializes a new AmdRomeBmGpuPlatformConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.AmdRomeBmGpuPlatformConfig.type` attribute of this class is ``AMD_ROME_BM_GPU`` 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 AmdRomeBmGpuPlatformConfig. 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 AmdRomeBmGpuPlatformConfig. :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 AmdRomeBmGpuPlatformConfig. :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 AmdRomeBmGpuPlatformConfig. :type is_measured_boot_enabled: bool :param numa_nodes_per_socket: The value to assign to the numa_nodes_per_socket property of this AmdRomeBmGpuPlatformConfig. 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 AmdRomeBmGpuPlatformConfig. :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 AmdRomeBmGpuPlatformConfig. :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 AmdRomeBmGpuPlatformConfig. :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 AmdRomeBmGpuPlatformConfig. :type is_input_output_memory_management_unit_enabled: bool �str�bool) �type�is_secure_boot_enabled�"is_trusted_platform_module_enabled�is_measured_boot_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_enabledr �isSecureBootEnabled�isTrustedPlatformModuleEnabled�isMeasuredBootEnabled�numaNodesPerSocket� isSymmetricMultiThreadingEnabled�isAccessControlServiceEnabled�areVirtualInstructionsEnabled�(isInputOutputMemoryManagementUnitEnabledN�AMD_ROME_BM_GPU)� 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_access_control_service_enabled�!_are_virtual_instructions_enabled�/_is_input_output_memory_management_unit_enabled)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/amd_rome_bm_gpu_platform_config.py�__init__! s<