📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_configuration_summary.cpython-39.opt-1.pyc
a ���fOk � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sp e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#edAdB� �Z$e$jdCdB� �Z$edDdE� �Z%e%jdFdE� �Z%edGdH� �Z&e&jdIdH� �Z&edJdK� �Z'e'jdLdK� �Z'dMdN� Z(dOdP� Z)dQdR� Z*dSS )T�HostConfigurationSummaryz9 Summary of a host configuration for a resource. �MACS_MANAGED_EXTERNAL_HOST�EM_MANAGED_EXTERNAL_HOST�MACS_MANAGED_CLOUD_HOST�PE_COMANAGED_HOST�LINUX�SOLARIS�SUNOS�ZLINUX�WINDOWS�AIX�HP_UXc K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new HostConfigurationSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.opsi.models.MacsManagedExternalHostConfigurationSummary` * :class:`~oci.opsi.models.PeComanagedHostConfigurationSummary` * :class:`~oci.opsi.models.EmManagedExternalHostConfigurationSummary` * :class:`~oci.opsi.models.MacsManagedCloudHostConfigurationSummary` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param host_insight_id: The value to assign to the host_insight_id property of this HostConfigurationSummary. :type host_insight_id: str :param entity_source: The value to assign to the entity_source property of this HostConfigurationSummary. Allowed values for this property are: "MACS_MANAGED_EXTERNAL_HOST", "EM_MANAGED_EXTERNAL_HOST", "MACS_MANAGED_CLOUD_HOST", "PE_COMANAGED_HOST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_source: str :param compartment_id: The value to assign to the compartment_id property of this HostConfigurationSummary. :type compartment_id: str :param host_name: The value to assign to the host_name property of this HostConfigurationSummary. :type host_name: str :param platform_type: The value to assign to the platform_type property of this HostConfigurationSummary. Allowed values for this property are: "LINUX", "SOLARIS", "SUNOS", "ZLINUX", "WINDOWS", "AIX", "HP_UX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type platform_type: str :param platform_version: The value to assign to the platform_version property of this HostConfigurationSummary. :type platform_version: str :param platform_vendor: The value to assign to the platform_vendor property of this HostConfigurationSummary. :type platform_vendor: str :param total_cpus: The value to assign to the total_cpus property of this HostConfigurationSummary. :type total_cpus: int :param total_memory_in_gbs: The value to assign to the total_memory_in_gbs property of this HostConfigurationSummary. :type total_memory_in_gbs: float :param cpu_architecture: The value to assign to the cpu_architecture property of this HostConfigurationSummary. :type cpu_architecture: str :param cpu_cache_in_mbs: The value to assign to the cpu_cache_in_mbs property of this HostConfigurationSummary. :type cpu_cache_in_mbs: float :param cpu_vendor: The value to assign to the cpu_vendor property of this HostConfigurationSummary. :type cpu_vendor: str :param cpu_frequency_in_mhz: The value to assign to the cpu_frequency_in_mhz property of this HostConfigurationSummary. :type cpu_frequency_in_mhz: float :param cpu_implementation: The value to assign to the cpu_implementation property of this HostConfigurationSummary. :type cpu_implementation: str :param cores_per_socket: The value to assign to the cores_per_socket property of this HostConfigurationSummary. :type cores_per_socket: int :param total_sockets: The value to assign to the total_sockets property of this HostConfigurationSummary. :type total_sockets: int :param threads_per_socket: The value to assign to the threads_per_socket property of this HostConfigurationSummary. :type threads_per_socket: int :param is_hyper_threading_enabled: The value to assign to the is_hyper_threading_enabled property of this HostConfigurationSummary. :type is_hyper_threading_enabled: bool :param defined_tags: The value to assign to the defined_tags property of this HostConfigurationSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this HostConfigurationSummary. :type freeform_tags: dict(str, str) �str�int�float�boolzdict(str, dict(str, object))zdict(str, str))�host_insight_id� entity_source�compartment_id� host_name� platform_type�platform_version�platform_vendor� total_cpus�total_memory_in_gbs�cpu_architecture�cpu_cache_in_mbs� cpu_vendor�cpu_frequency_in_mhz�cpu_implementation�cores_per_socket� total_sockets�threads_per_socket�is_hyper_threading_enabled�defined_tags� freeform_tagsZ hostInsightId�entitySourceZ compartmentIdZhostNameZplatformTypeZplatformVersionZplatformVendorZ totalCpusZtotalMemoryInGBsZcpuArchitectureZ cpuCacheInMBsZ cpuVendorZcpuFrequencyInMhzZcpuImplementationZcoresPerSocketZtotalSocketsZthreadsPerSocketZisHyperThreadingEnabledZdefinedTagsZfreeformTagsN)Z swagger_typesZ attribute_map�_host_insight_id�_entity_source�_compartment_id� _host_name�_platform_type�_platform_version�_platform_vendor�_total_cpus�_total_memory_in_gbs�_cpu_architecture�_cpu_cache_in_mbs�_cpu_vendor�_cpu_frequency_in_mhz�_cpu_implementation�_cores_per_socket�_total_sockets�_threads_per_socket�_is_hyper_threading_enabled� _defined_tags�_freeform_tags)�self�kwargs� rA �N/usr/lib/python3.9/site-packages/oci/opsi/models/host_configuration_summary.py�__init__>