ruạṛ
a ���f�* � @ 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 ZdZ dd � Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),� DataSourcezS A representation of a source configuration setup in the Management Agent. �KUBERNETES_CLUSTER�PROMETHEUS_EMITTER�CREATING�UPDATING�ACTIVE�INACTIVE� TERMINATED�DELETING�DELETED�FAILEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DataSource 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.management_agent.models.KubernetesClusterDataSource` * :class:`~oci.management_agent.models.PrometheusEmitterDataSource` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this DataSource. :type key: str :param type: The value to assign to the type property of this DataSource. Allowed values for this property are: "KUBERNETES_CLUSTER", "PROMETHEUS_EMITTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param name: The value to assign to the name property of this DataSource. :type name: str :param compartment_id: The value to assign to the compartment_id property of this DataSource. :type compartment_id: str :param state: The value to assign to the state property of this DataSource. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str :param time_created: The value to assign to the time_created property of this DataSource. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DataSource. :type time_updated: datetime �strZdatetime)�key�type�name�compartment_id�state�time_created�time_updatedr r r Z compartmentIdr ZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_key�_type�_name�_compartment_id�_state� _time_created� _time_updated)�self�kwargs� r"