📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_configuration_summary.pyc
a O��f:h � @ 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 @ sd e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zedd� �Zejdd� �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� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;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$dJdK� Z%dLdM� Z&dNdO� Z'dPS )Q�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�ZLINUXc 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", '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_tags� hostInsightId�entitySource� compartmentId�hostName�platformType�platformVersion�platformVendor� totalCpus�totalMemoryInGBs�cpuArchitecture� cpuCacheInMBs� cpuVendor�cpuFrequencyInMhz�cpuImplementation�coresPerSocket�totalSockets�threadsPerSocket�isHyperThreadingEnabled�definedTags�freeformTagsN)� swagger_types� 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� rS ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/host_configuration_summary.py�__init__0 s| b��z!HostConfigurationSummary.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r( r �+MacsManagedExternalHostConfigurationSummaryr �#PeComanagedHostConfigurationSummaryr �)EmManagedExternalHostConfigurationSummaryr �(MacsManagedCloudHostConfigurationSummaryr NrS )�object_dictionary�typerS rS rT �get_subtype� s z$HostConfigurationSummary.get_subtypec C s | j S )aC **[Required]** Gets the host_insight_id of this HostConfigurationSummary. The `OCID`__ of the host insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The host_insight_id of this HostConfigurationSummary. :rtype: str �r= �rQ rS rS rT r � s z(HostConfigurationSummary.host_insight_idc C s || _ dS )aB Sets the host_insight_id of this HostConfigurationSummary. The `OCID`__ of the host insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param host_insight_id: The host_insight_id of this HostConfigurationSummary. :type: str Nr] )rQ r rS rS rT r � s c C s | j S )a� **[Required]** Gets the entity_source of this HostConfigurationSummary. Source of the host entity. 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'. :return: The entity_source of this HostConfigurationSummary. :rtype: str )r>