ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ScmConfiguration� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�OciCodeRepositoryConfigurationz� An OCI Code repository configuration extends a SCM Configuration with necessary data to reach and use the OCI DevOps Code Repository. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )aD Initializes a new OciCodeRepositoryConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.adm.models.OciCodeRepositoryConfiguration.scm_type` attribute of this class is ``OCI_CODE_REPOSITORY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scm_type: The value to assign to the scm_type property of this OciCodeRepositoryConfiguration. Allowed values for this property are: "OCI_CODE_REPOSITORY", "EXTERNAL_SCM" :type scm_type: str :param branch: The value to assign to the branch property of this OciCodeRepositoryConfiguration. :type branch: str :param build_file_location: The value to assign to the build_file_location property of this OciCodeRepositoryConfiguration. :type build_file_location: str :param is_automerge_enabled: The value to assign to the is_automerge_enabled property of this OciCodeRepositoryConfiguration. :type is_automerge_enabled: bool :param oci_code_repository_id: The value to assign to the oci_code_repository_id property of this OciCodeRepositoryConfiguration. :type oci_code_repository_id: str �str�bool)Zscm_type�branchZbuild_file_locationZis_automerge_enabled�oci_code_repository_idZscmTyper ZbuildFileLocationZisAutomergeEnabledZociCodeRepositoryIdNZOCI_CODE_REPOSITORY)Z swagger_typesZ attribute_mapZ _scm_typeZ_branchZ_build_file_locationZ_is_automerge_enabled�_oci_code_repository_id)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/adm/models/oci_code_repository_configuration.py�__init__ s$ � �z'OciCodeRepositoryConfiguration.__init__c C s | j S )ar **[Required]** Gets the oci_code_repository_id of this OciCodeRepositoryConfiguration. The Oracle Cloud Identifier (`OCID`__) of the OCI DevOps repository. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The oci_code_repository_id of this OciCodeRepositoryConfiguration. :rtype: str �r �r r r r r E s z5OciCodeRepositoryConfiguration.oci_code_repository_idc C s || _ dS )ax Sets the oci_code_repository_id of this OciCodeRepositoryConfiguration. The Oracle Cloud Identifier (`OCID`__) of the OCI DevOps repository. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci_code_repository_id: The oci_code_repository_id of this OciCodeRepositoryConfiguration. :type: str Nr )r r r r r r S s c C s t | �S �N)r r r r r �__repr__a s z'OciCodeRepositoryConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__d s z%OciCodeRepositoryConfiguration.__eq__c C s | |k S r r r r r r �__ne__j s z%OciCodeRepositoryConfiguration.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r s 3 r N) Zscm_configurationr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s
cải xoăn