ruạṛ
a O��f3 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ImportableComputeEntitySummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�#CloudImportableComputeEntitySummaryzN A compute host entity that can be imported into Operations Insights. �LINUX�SOLARIS�SUNOS�ZLINUXc K sV ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a\ Initializes a new CloudImportableComputeEntitySummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.CloudImportableComputeEntitySummary.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 CloudImportableComputeEntitySummary. Allowed values for this property are: "MACS_MANAGED_EXTERNAL_HOST", "MACS_MANAGED_CLOUD_HOST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_source: str :param compute_id: The value to assign to the compute_id property of this CloudImportableComputeEntitySummary. :type compute_id: str :param compute_display_name: The value to assign to the compute_display_name property of this CloudImportableComputeEntitySummary. :type compute_display_name: str :param compartment_id: The value to assign to the compartment_id property of this CloudImportableComputeEntitySummary. :type compartment_id: str :param host_name: The value to assign to the host_name property of this CloudImportableComputeEntitySummary. :type host_name: str :param platform_type: The value to assign to the platform_type property of this CloudImportableComputeEntitySummary. 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 �str)� entity_source� compute_id�compute_display_name�compartment_id� host_name� platform_type�entitySource� computeId�computeDisplayName� compartmentId�hostName�platformTypeN�MACS_MANAGED_CLOUD_HOST)� swagger_types� attribute_map�_entity_source�_compute_id�_compute_display_name�_compartment_id� _host_name�_platform_type)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/cloud_importable_compute_entity_summary.py�__init__ s* $� � z,CloudImportableComputeEntitySummary.__init__c C s | j S )a) **[Required]** Gets the host_name of this CloudImportableComputeEntitySummary. The host name. The host name is unique amongst the hosts managed by the same management agent. :return: The host_name of this CloudImportableComputeEntitySummary. :rtype: str �r! �r# r% r% r&