📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
resource_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_manager/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_git_config_source_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConfigSourceDetails� )�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 )�UpdateGitConfigSourceDetailsz8 Update details for a Git configuration source. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a% Initializes a new UpdateGitConfigSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.UpdateGitConfigSourceDetails.config_source_type` attribute of this class is ``GIT_CONFIG_SOURCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_source_type: The value to assign to the config_source_type property of this UpdateGitConfigSourceDetails. :type config_source_type: str :param working_directory: The value to assign to the working_directory property of this UpdateGitConfigSourceDetails. :type working_directory: str :param configuration_source_provider_id: The value to assign to the configuration_source_provider_id property of this UpdateGitConfigSourceDetails. :type configuration_source_provider_id: str :param repository_url: The value to assign to the repository_url property of this UpdateGitConfigSourceDetails. :type repository_url: str :param branch_name: The value to assign to the branch_name property of this UpdateGitConfigSourceDetails. :type branch_name: str �str)Zconfig_source_typeZworking_directory� configuration_source_provider_id�repository_url�branch_nameZconfigSourceTypeZworkingDirectoryZconfigurationSourceProviderIdZ repositoryUrlZ branchNameNZGIT_CONFIG_SOURCE)Z swagger_typesZ attribute_mapZ_config_source_typeZ_working_directory�!_configuration_source_provider_id�_repository_url�_branch_name)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/resource_manager/models/update_git_config_source_details.py�__init__ s$ � �z%UpdateGitConfigSourceDetails.__init__c C s | j S )a� **[Required]** Gets the configuration_source_provider_id of this UpdateGitConfigSourceDetails. Unique identifier (`OCID`__) for the Git configuration source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The configuration_source_provider_id of this UpdateGitConfigSourceDetails. :rtype: str �r �r r r r r D s z=UpdateGitConfigSourceDetails.configuration_source_provider_idc C s || _ dS )a� Sets the configuration_source_provider_id of this UpdateGitConfigSourceDetails. Unique identifier (`OCID`__) for the Git configuration source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param configuration_source_provider_id: The configuration_source_provider_id of this UpdateGitConfigSourceDetails. :type: str Nr )r r r r r r S s c C s | j S )z� Gets the repository_url of this UpdateGitConfigSourceDetails. The URL of the Git repository. :return: The repository_url of this UpdateGitConfigSourceDetails. :rtype: str �r r r r r r b s z+UpdateGitConfigSourceDetails.repository_urlc C s || _ dS )z� Sets the repository_url of this UpdateGitConfigSourceDetails. The URL of the Git repository. :param repository_url: The repository_url of this UpdateGitConfigSourceDetails. :type: str Nr )r r r r r r n s c C s | j S )z� Gets the branch_name of this UpdateGitConfigSourceDetails. The name of the branch within the Git repository. :return: The branch_name of this UpdateGitConfigSourceDetails. :rtype: str �r r r r r r z s z(UpdateGitConfigSourceDetails.branch_namec C s || _ dS )z� Sets the branch_name of this UpdateGitConfigSourceDetails. The name of the branch within the Git repository. :param branch_name: The branch_name of this UpdateGitConfigSourceDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%UpdateGitConfigSourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#UpdateGitConfigSourceDetails.__eq__c C s | |k S r r r r r r �__ne__� s z#UpdateGitConfigSourceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"