📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
adm
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/adm/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: git_lab_pipeline_configuration.cpython-39.pyc
a ���f\ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�VerifyConfiguration� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�GitLabPipelineConfigurationz� Extends a Verify configuration with appropriate data to reach and use the build service provided by a GitLab Pipeline. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new GitLabPipelineConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.adm.models.GitLabPipelineConfiguration.build_service_type` attribute of this class is ``GITLAB_PIPELINE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param build_service_type: The value to assign to the build_service_type property of this GitLabPipelineConfiguration. Allowed values for this property are: "OCI_DEVOPS_BUILD", "GITLAB_PIPELINE", "GITHUB_ACTIONS", "JENKINS_PIPELINE", "NONE" :type build_service_type: str :param repository_url: The value to assign to the repository_url property of this GitLabPipelineConfiguration. :type repository_url: str :param username: The value to assign to the username property of this GitLabPipelineConfiguration. :type username: str :param pat_secret_id: The value to assign to the pat_secret_id property of this GitLabPipelineConfiguration. :type pat_secret_id: str :param trigger_secret_id: The value to assign to the trigger_secret_id property of this GitLabPipelineConfiguration. :type trigger_secret_id: str :param additional_parameters: The value to assign to the additional_parameters property of this GitLabPipelineConfiguration. :type additional_parameters: dict(str, str) �strzdict(str, str))Zbuild_service_type�repository_url�username� pat_secret_id�trigger_secret_id�additional_parametersZbuildServiceTypeZ repositoryUrlr ZpatSecretIdZtriggerSecretIdZadditionalParametersNZGITLAB_PIPELINE)Z swagger_typesZ attribute_mapZ_build_service_type�_repository_url� _username�_pat_secret_id�_trigger_secret_id�_additional_parameters)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/adm/models/git_lab_pipeline_configuration.py�__init__ s* !� � z$GitLabPipelineConfiguration.__init__c C s | j S )aS **[Required]** Gets the repository_url of this GitLabPipelineConfiguration. The location of the Repository where the GitLab Pipeline will be run. The expected format is https://gitlab.com/[groupName]/[repoName] :return: The repository_url of this GitLabPipelineConfiguration. :rtype: str �r �r r r r r L s z*GitLabPipelineConfiguration.repository_urlc C s || _ dS )aQ Sets the repository_url of this GitLabPipelineConfiguration. The location of the Repository where the GitLab Pipeline will be run. The expected format is https://gitlab.com/[groupName]/[repoName] :param repository_url: The repository_url of this GitLabPipelineConfiguration. :type: str Nr )r r r r r r Y s c C s | j S )z� **[Required]** Gets the username of this GitLabPipelineConfiguration. The username that will trigger the GitLab Pipeline. :return: The username of this GitLabPipelineConfiguration. :rtype: str �r r r r r r f s z$GitLabPipelineConfiguration.usernamec C s || _ dS )z� Sets the username of this GitLabPipelineConfiguration. The username that will trigger the GitLab Pipeline. :param username: The username of this GitLabPipelineConfiguration. :type: str Nr )r r r r r r r s c C s | j S )a� **[Required]** Gets the pat_secret_id of this GitLabPipelineConfiguration. The Oracle Cloud Identifier (`OCID`__) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitLab pipeline. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The pat_secret_id of this GitLabPipelineConfiguration. :rtype: str �r r r r r r ~ s z)GitLabPipelineConfiguration.pat_secret_idc C s || _ dS )a� Sets the pat_secret_id of this GitLabPipelineConfiguration. The Oracle Cloud Identifier (`OCID`__) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitLab pipeline. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param pat_secret_id: The pat_secret_id of this GitLabPipelineConfiguration. :type: str Nr )r r r r r r � s c C s | j S )a� **[Required]** Gets the trigger_secret_id of this GitLabPipelineConfiguration. The Oracle Cloud Identifier (`OCID`__) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The trigger_secret_id of this GitLabPipelineConfiguration. :rtype: str �r r r r r r � s z-GitLabPipelineConfiguration.trigger_secret_idc C s || _ dS )a� Sets the trigger_secret_id of this GitLabPipelineConfiguration. The Oracle Cloud Identifier (`OCID`__) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param trigger_secret_id: The trigger_secret_id of this GitLabPipelineConfiguration. :type: str Nr )r r r r r r � s c C s | j S )a/ Gets the additional_parameters of this GitLabPipelineConfiguration. Additional key-value pairs passed as parameters to the build service when running an experiment. :return: The additional_parameters of this GitLabPipelineConfiguration. :rtype: dict(str, str) �r r r r r r � s z1GitLabPipelineConfiguration.additional_parametersc C s || _ dS )aC Sets the additional_parameters of this GitLabPipelineConfiguration. Additional key-value pairs passed as parameters to the build service when running an experiment. :param additional_parameters: The additional_parameters of this GitLabPipelineConfiguration. :type: dict(str, str) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$GitLabPipelineConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"GitLabPipelineConfiguration.__eq__c C s | |k S r r r"