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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�MirrorRepositoryConfigzA Configuration information for mirroring the repository. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MirrorRepositoryConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connector_id: The value to assign to the connector_id property of this MirrorRepositoryConfig. :type connector_id: str :param repository_url: The value to assign to the repository_url property of this MirrorRepositoryConfig. :type repository_url: str :param trigger_schedule: The value to assign to the trigger_schedule property of this MirrorRepositoryConfig. :type trigger_schedule: oci.devops.models.TriggerSchedule �strZTriggerSchedule)�connector_id�repository_url�trigger_scheduleZconnectorIdZ repositoryUrlZtriggerScheduleN)Z swagger_typesZ attribute_map� _connector_id�_repository_url�_trigger_schedule)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/mirror_repository_config.py�__init__ s ��zMirrorRepositoryConfig.__init__c C s | j S )z� Gets the connector_id of this MirrorRepositoryConfig. Upstream git repository connection identifier. :return: The connector_id of this MirrorRepositoryConfig. :rtype: str �r �r r r r r 4 s z#MirrorRepositoryConfig.connector_idc C s || _ dS )z� Sets the connector_id of this MirrorRepositoryConfig. Upstream git repository connection identifier. :param connector_id: The connector_id of this MirrorRepositoryConfig. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the repository_url of this MirrorRepositoryConfig. URL of external repository you want to mirror. :return: The repository_url of this MirrorRepositoryConfig. :rtype: str �r r r r r r L s z%MirrorRepositoryConfig.repository_urlc C s || _ dS )z� Sets the repository_url of this MirrorRepositoryConfig. URL of external repository you want to mirror. :param repository_url: The repository_url of this MirrorRepositoryConfig. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the trigger_schedule of this MirrorRepositoryConfig. :return: The trigger_schedule of this MirrorRepositoryConfig. :rtype: oci.devops.models.TriggerSchedule �r r r r r r d s z'MirrorRepositoryConfig.trigger_schedulec C s || _ dS )z� Sets the trigger_schedule of this MirrorRepositoryConfig. :param trigger_schedule: The trigger_schedule of this MirrorRepositoryConfig. :type: oci.devops.models.TriggerSchedule Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zMirrorRepositoryConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zMirrorRepositoryConfig.__eq__c C s | |k S r r r r r r �__ne__� s zMirrorRepositoryConfig.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"