ruạṛ
a ���f�7 � @ 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 @ s> e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�MonitoredInstancez, Description of Monitored Instance. �ENABLED�DISABLED�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a Initializes a new MonitoredInstance object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param instance_id: The value to assign to the instance_id property of this MonitoredInstance. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this MonitoredInstance. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MonitoredInstance. :type display_name: str :param management_agent_id: The value to assign to the management_agent_id property of this MonitoredInstance. :type management_agent_id: str :param time_created: The value to assign to the time_created property of this MonitoredInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MonitoredInstance. :type time_updated: datetime :param monitoring_state: The value to assign to the monitoring_state property of this MonitoredInstance. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type monitoring_state: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MonitoredInstance. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", '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 MonitoredInstance. :type lifecycle_details: str �strZdatetime) �instance_id�compartment_id�display_name�management_agent_id�time_created�time_updated�monitoring_state�lifecycle_state�lifecycle_detailsZ instanceIdZ compartmentIdZdisplayNameZmanagementAgentIdZtimeCreatedZtimeUpdatedZmonitoringStateZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_instance_id�_compartment_id� _display_name�_management_agent_id� _time_created� _time_updated�_monitoring_state�_lifecycle_state�_lifecycle_details)�self�kwargs� r% �Q/usr/lib/python3.9/site-packages/oci/appmgmt_control/models/monitored_instance.py�__init__6 s: /� �zMonitoredInstance.__init__c C s | j S )a! **[Required]** Gets the instance_id of this MonitoredInstance. The `OCID`__ of monitored instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The instance_id of this MonitoredInstance. :rtype: str �r �r# r% r% r&