ruạṛ
a O��f6? � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ExadataInsight� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �EmManagedExternalExadataInsightz. EM-managed Exadata insight resource. c K s dddddddddddddddddddddddd�| _ ddd d ddd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a7 Initializes a new EmManagedExternalExadataInsight object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.EmManagedExternalExadataInsight.entity_source` attribute of this class is ``EM_MANAGED_EXTERNAL_EXADATA`` 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 EmManagedExternalExadataInsight. Allowed values for this property are: "EM_MANAGED_EXTERNAL_EXADATA", "PE_COMANAGED_EXADATA" :type entity_source: str :param id: The value to assign to the id property of this EmManagedExternalExadataInsight. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EmManagedExternalExadataInsight. :type compartment_id: str :param exadata_name: The value to assign to the exadata_name property of this EmManagedExternalExadataInsight. :type exadata_name: str :param exadata_display_name: The value to assign to the exadata_display_name property of this EmManagedExternalExadataInsight. :type exadata_display_name: str :param exadata_type: The value to assign to the exadata_type property of this EmManagedExternalExadataInsight. Allowed values for this property are: "DBMACHINE", "EXACS", "EXACC" :type exadata_type: str :param exadata_rack_type: The value to assign to the exadata_rack_type property of this EmManagedExternalExadataInsight. Allowed values for this property are: "FULL", "HALF", "QUARTER", "EIGHTH", "FLEX" :type exadata_rack_type: str :param is_virtualized_exadata: The value to assign to the is_virtualized_exadata property of this EmManagedExternalExadataInsight. :type is_virtualized_exadata: bool :param status: The value to assign to the status property of this EmManagedExternalExadataInsight. Allowed values for this property are: "DISABLED", "ENABLED", "TERMINATED" :type status: str :param freeform_tags: The value to assign to the freeform_tags property of this EmManagedExternalExadataInsight. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EmManagedExternalExadataInsight. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EmManagedExternalExadataInsight. :type system_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this EmManagedExternalExadataInsight. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EmManagedExternalExadataInsight. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this EmManagedExternalExadataInsight. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this EmManagedExternalExadataInsight. :type lifecycle_details: str :param enterprise_manager_identifier: The value to assign to the enterprise_manager_identifier property of this EmManagedExternalExadataInsight. :type enterprise_manager_identifier: str :param enterprise_manager_entity_name: The value to assign to the enterprise_manager_entity_name property of this EmManagedExternalExadataInsight. :type enterprise_manager_entity_name: str :param enterprise_manager_entity_type: The value to assign to the enterprise_manager_entity_type property of this EmManagedExternalExadataInsight. :type enterprise_manager_entity_type: str :param enterprise_manager_entity_identifier: The value to assign to the enterprise_manager_entity_identifier property of this EmManagedExternalExadataInsight. :type enterprise_manager_entity_identifier: str :param enterprise_manager_entity_display_name: The value to assign to the enterprise_manager_entity_display_name property of this EmManagedExternalExadataInsight. :type enterprise_manager_entity_display_name: str :param enterprise_manager_bridge_id: The value to assign to the enterprise_manager_bridge_id property of this EmManagedExternalExadataInsight. :type enterprise_manager_bridge_id: str :param is_auto_sync_enabled: The value to assign to the is_auto_sync_enabled property of this EmManagedExternalExadataInsight. :type is_auto_sync_enabled: bool �str�boolzdict(str, str)zdict(str, dict(str, object))�datetime)� entity_source�id�compartment_id�exadata_name�exadata_display_name�exadata_type�exadata_rack_type�is_virtualized_exadata�status� freeform_tags�defined_tags�system_tags�time_created�time_updated�lifecycle_state�lifecycle_details�enterprise_manager_identifier�enterprise_manager_entity_name�enterprise_manager_entity_type�$enterprise_manager_entity_identifier�&enterprise_manager_entity_display_name�enterprise_manager_bridge_id�is_auto_sync_enabled�entitySourcer � compartmentId�exadataName�exadataDisplayName�exadataType�exadataRackType�isVirtualizedExadatar �freeformTags�definedTags� systemTags�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�enterpriseManagerIdentifier�enterpriseManagerEntityName�enterpriseManagerEntityType�!enterpriseManagerEntityIdentifier�"enterpriseManagerEntityDisplayName�enterpriseManagerBridgeId�isAutoSyncEnabledN�EM_MANAGED_EXTERNAL_EXADATA)� swagger_types� attribute_map�_entity_source�_id�_compartment_id� _exadata_name�_exadata_display_name� _exadata_type�_exadata_rack_type�_is_virtualized_exadata�_status�_freeform_tags� _defined_tags�_system_tags� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_enterprise_manager_identifier�_enterprise_manager_entity_name�_enterprise_manager_entity_type�%_enterprise_manager_entity_identifier�'_enterprise_manager_entity_display_name�_enterprise_manager_bridge_id�_is_auto_sync_enabled)�self�kwargs� rT ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/em_managed_external_exadata_insight.py�__init__ s� i��z(EmManagedExternalExadataInsight.__init__c C s | j S )a **[Required]** Gets the enterprise_manager_identifier of this EmManagedExternalExadataInsight. Enterprise Manager Unique Identifier :return: The enterprise_manager_identifier of this EmManagedExternalExadataInsight. :rtype: str �rK �rR rT rT rU r � s z=EmManagedExternalExadataInsight.enterprise_manager_identifierc C s || _ dS )a Sets the enterprise_manager_identifier of this EmManagedExternalExadataInsight. Enterprise Manager Unique Identifier :param enterprise_manager_identifier: The enterprise_manager_identifier of this EmManagedExternalExadataInsight. :type: str NrW )rR r rT rT rU r � s c C s | j S )a **[Required]** Gets the enterprise_manager_entity_name of this EmManagedExternalExadataInsight. Enterprise Manager Entity Name :return: The enterprise_manager_entity_name of this EmManagedExternalExadataInsight. :rtype: str �rL rX rT rT rU r � s z>EmManagedExternalExadataInsight.enterprise_manager_entity_namec C s || _ dS )a Sets the enterprise_manager_entity_name of this EmManagedExternalExadataInsight. Enterprise Manager Entity Name :param enterprise_manager_entity_name: The enterprise_manager_entity_name of this EmManagedExternalExadataInsight. :type: str NrY )rR r rT rT rU r � s c C s | j S )a **[Required]** Gets the enterprise_manager_entity_type of this EmManagedExternalExadataInsight. Enterprise Manager Entity Type :return: The enterprise_manager_entity_type of this EmManagedExternalExadataInsight. :rtype: str �rM rX rT rT rU r � s z>EmManagedExternalExadataInsight.enterprise_manager_entity_typec C s || _ dS )a Sets the enterprise_manager_entity_type of this EmManagedExternalExadataInsight. Enterprise Manager Entity Type :param enterprise_manager_entity_type: The enterprise_manager_entity_type of this EmManagedExternalExadataInsight. :type: str NrZ )rR r rT rT rU r s c C s | j S )a$ **[Required]** Gets the enterprise_manager_entity_identifier of this EmManagedExternalExadataInsight. Enterprise Manager Entity Unique Identifier :return: The enterprise_manager_entity_identifier of this EmManagedExternalExadataInsight. :rtype: str �rN rX rT rT rU r s zDEmManagedExternalExadataInsight.enterprise_manager_entity_identifierc C s || _ dS )a8 Sets the enterprise_manager_entity_identifier of this EmManagedExternalExadataInsight. Enterprise Manager Entity Unique Identifier :param enterprise_manager_entity_identifier: The enterprise_manager_entity_identifier of this EmManagedExternalExadataInsight. :type: str Nr[ )rR r rT rT rU r s c C s | j S )a Gets the enterprise_manager_entity_display_name of this EmManagedExternalExadataInsight. Enterprise Manager Entity Display Name :return: The enterprise_manager_entity_display_name of this EmManagedExternalExadataInsight. :rtype: str �rO rX rT rT rU r % s zFEmManagedExternalExadataInsight.enterprise_manager_entity_display_namec C s || _ dS )a9 Sets the enterprise_manager_entity_display_name of this EmManagedExternalExadataInsight. Enterprise Manager Entity Display Name :param enterprise_manager_entity_display_name: The enterprise_manager_entity_display_name of this EmManagedExternalExadataInsight. :type: str Nr\ )rR r rT rT rU r 1 s c C s | j S )a **[Required]** Gets the enterprise_manager_bridge_id of this EmManagedExternalExadataInsight. OPSI Enterprise Manager Bridge OCID :return: The enterprise_manager_bridge_id of this EmManagedExternalExadataInsight. :rtype: str �rP rX rT rT rU r! = s z<EmManagedExternalExadataInsight.enterprise_manager_bridge_idc C s || _ dS )a Sets the enterprise_manager_bridge_id of this EmManagedExternalExadataInsight. OPSI Enterprise Manager Bridge OCID :param enterprise_manager_bridge_id: The enterprise_manager_bridge_id of this EmManagedExternalExadataInsight. :type: str Nr] )rR r! rT rT rU r! I s c C s | j S )a� Gets the is_auto_sync_enabled of this EmManagedExternalExadataInsight. Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight. :return: The is_auto_sync_enabled of this EmManagedExternalExadataInsight. :rtype: bool �rQ rX rT rT rU r"