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 Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�SqlCollectionDimensionsz@ The dimensions available for SQL collection analytics. �CREATING�UPDATING� COLLECTING� COMPLETED�INACTIVE�FAILED�DELETING�DELETED�NEEDS_ATTENTIONc K s( ddd�| _ ddd�| _d| _d| _dS )a( Initializes a new SqlCollectionDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_id: The value to assign to the target_id property of this SqlCollectionDimensions. :type target_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SqlCollectionDimensions. Allowed values for this property are: "CREATING", "UPDATING", "COLLECTING", "COMPLETED", "INACTIVE", "FAILED", "DELETING", "DELETED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str)� target_id�lifecycle_stateZtargetIdZlifecycleStateN)Z swagger_typesZ attribute_map� _target_id�_lifecycle_state)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_safe/models/sql_collection_dimensions.py�__init__6 s ��z SqlCollectionDimensions.__init__c C s | j S )z� Gets the target_id of this SqlCollectionDimensions. The OCID of the target corresponding to the security policy deployment. :return: The target_id of this SqlCollectionDimensions. :rtype: str �r �r r r r r S s z!SqlCollectionDimensions.target_idc C s || _ dS )z� Sets the target_id of this SqlCollectionDimensions. The OCID of the target corresponding to the security policy deployment. :param target_id: The target_id of this SqlCollectionDimensions. :type: str Nr )r r r r r r _ s c C s | j S )a� Gets the lifecycle_state of this SqlCollectionDimensions. The current state of the SQL collection. Allowed values for this property are: "CREATING", "UPDATING", "COLLECTING", "COMPLETED", "INACTIVE", "FAILED", "DELETING", "DELETED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this SqlCollectionDimensions. :rtype: str )r r r r r r k s z'SqlCollectionDimensions.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this SqlCollectionDimensions. The current state of the SQL collection. :param lifecycle_state: The lifecycle_state of this SqlCollectionDimensions. :type: str ) r r r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r z s c C s t | �S �N)r r r r r �__repr__� s z SqlCollectionDimensions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSqlCollectionDimensions.__eq__c C s | |k S r r r r r r �__ne__� s zSqlCollectionDimensions.__ne__N)�__name__� __module__�__qualname__�__doc__ZLIFECYCLE_STATE_CREATINGZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_COLLECTINGZLIFECYCLE_STATE_COMPLETEDZLIFECYCLE_STATE_INACTIVEZLIFECYCLE_STATE_FAILEDZLIFECYCLE_STATE_DELETINGZLIFECYCLE_STATE_DELETEDZLIFECYCLE_STATE_NEEDS_ATTENTIONr �propertyr �setterr r r! r"