ruạṛ
a O��f�4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�HostInsight� )�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 )�MacsManagedCloudHostInsightz9 MACS-managed OCI Compute host insight resource. �LINUX�SOLARIS�SUNOS�ZLINUXc K s� ddddddddddddddddddddd�| _ ddd d ddd dddddddddddddd�| _d| _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 MacsManagedCloudHostInsight object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.MacsManagedCloudHostInsight.entity_source` attribute of this class is ``MACS_MANAGED_CLOUD_HOST`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_source: The value to assign to the entity_source property of this MacsManagedCloudHostInsight. 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 id: The value to assign to the id property of this MacsManagedCloudHostInsight. :type id: str :param compartment_id: The value to assign to the compartment_id property of this MacsManagedCloudHostInsight. :type compartment_id: str :param host_name: The value to assign to the host_name property of this MacsManagedCloudHostInsight. :type host_name: str :param host_display_name: The value to assign to the host_display_name property of this MacsManagedCloudHostInsight. :type host_display_name: str :param host_type: The value to assign to the host_type property of this MacsManagedCloudHostInsight. :type host_type: str :param processor_count: The value to assign to the processor_count property of this MacsManagedCloudHostInsight. :type processor_count: int :param freeform_tags: The value to assign to the freeform_tags property of this MacsManagedCloudHostInsight. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MacsManagedCloudHostInsight. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MacsManagedCloudHostInsight. :type system_tags: dict(str, dict(str, object)) :param status: The value to assign to the status property of this MacsManagedCloudHostInsight. Allowed values for this property are: "DISABLED", "ENABLED", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_created: The value to assign to the time_created property of this MacsManagedCloudHostInsight. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MacsManagedCloudHostInsight. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MacsManagedCloudHostInsight. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MacsManagedCloudHostInsight. :type lifecycle_details: str :param compute_id: The value to assign to the compute_id property of this MacsManagedCloudHostInsight. :type compute_id: str :param management_agent_id: The value to assign to the management_agent_id property of this MacsManagedCloudHostInsight. :type management_agent_id: str :param platform_name: The value to assign to the platform_name property of this MacsManagedCloudHostInsight. :type platform_name: str :param platform_type: The value to assign to the platform_type property of this MacsManagedCloudHostInsight. 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 MacsManagedCloudHostInsight. :type platform_version: str �str�intzdict(str, str)zdict(str, dict(str, object))�datetime)� entity_source�id�compartment_id� host_name�host_display_name� host_type�processor_count� freeform_tags�defined_tags�system_tags�status�time_created�time_updated�lifecycle_state�lifecycle_details� compute_id�management_agent_id� platform_name� platform_type�platform_version�entitySourcer � compartmentId�hostName�hostDisplayName�hostType�processorCount�freeformTags�definedTags� systemTagsr �timeCreated�timeUpdated�lifecycleState�lifecycleDetails� computeId�managementAgentId�platformName�platformType�platformVersionN�MACS_MANAGED_CLOUD_HOST)� swagger_types� attribute_map�_entity_source�_id�_compartment_id� _host_name�_host_display_name� _host_type�_processor_count�_freeform_tags� _defined_tags�_system_tags�_status� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_compute_id�_management_agent_id�_platform_name�_platform_type�_platform_version)�self�kwargs� rO ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/macs_managed_cloud_host_insight.py�__init__ s~ `��z$MacsManagedCloudHostInsight.__init__c C s | j S )a9 **[Required]** Gets the compute_id of this MacsManagedCloudHostInsight. The `OCID`__ of the Compute Instance __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compute_id of this MacsManagedCloudHostInsight. :rtype: str �rH �rM rO rO rP r � s z&MacsManagedCloudHostInsight.compute_idc C s || _ dS )a3 Sets the compute_id of this MacsManagedCloudHostInsight. The `OCID`__ of the Compute Instance __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compute_id: The compute_id of this MacsManagedCloudHostInsight. :type: str NrR )rM r rO rO rP r � s c C s | j S )aK **[Required]** Gets the management_agent_id of this MacsManagedCloudHostInsight. The `OCID`__ of the Management Agent __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The management_agent_id of this MacsManagedCloudHostInsight. :rtype: str �rI rS rO rO rP r � s z/MacsManagedCloudHostInsight.management_agent_idc C s || _ dS )aN Sets the management_agent_id of this MacsManagedCloudHostInsight. The `OCID`__ of the Management Agent __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param management_agent_id: The management_agent_id of this MacsManagedCloudHostInsight. :type: str NrT )rM r rO rO rP r � s c C s | j S )z� Gets the platform_name of this MacsManagedCloudHostInsight. Platform name. :return: The platform_name of this MacsManagedCloudHostInsight. :rtype: str �rJ rS rO rO rP r! � s z)MacsManagedCloudHostInsight.platform_namec C s || _ dS )z� Sets the platform_name of this MacsManagedCloudHostInsight. Platform name. :param platform_name: The platform_name of this MacsManagedCloudHostInsight. :type: str NrU )rM r! rO rO rP r! s c C s | j S )a� Gets the platform_type of this MacsManagedCloudHostInsight. Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX]. 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'. :return: The platform_type of this MacsManagedCloudHostInsight. :rtype: str )rK rS rO rO rP r"