📂 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: dev_ops_config_source.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConfigSource� )�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 )�DevOpsConfigSourcez� Metadata about the `DevOps`__ configuration source. __ https://docs.cloud.oracle.com/iaas/Content/devops/using/home.htm c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new DevOpsConfigSource object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.DevOpsConfigSource.config_source_type` attribute of this class is ``DEVOPS_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 DevOpsConfigSource. Allowed values for this property are: "BITBUCKET_CLOUD_CONFIG_SOURCE", "BITBUCKET_SERVER_CONFIG_SOURCE", "COMPARTMENT_CONFIG_SOURCE", "DEVOPS_CONFIG_SOURCE", "GIT_CONFIG_SOURCE", "OBJECT_STORAGE_CONFIG_SOURCE", "ZIP_UPLOAD" :type config_source_type: str :param working_directory: The value to assign to the working_directory property of this DevOpsConfigSource. :type working_directory: str :param project_id: The value to assign to the project_id property of this DevOpsConfigSource. :type project_id: str :param repository_id: The value to assign to the repository_id property of this DevOpsConfigSource. :type repository_id: str :param branch_name: The value to assign to the branch_name property of this DevOpsConfigSource. :type branch_name: str �str)Zconfig_source_typeZworking_directory� project_id� repository_id�branch_nameZconfigSourceTypeZworkingDirectoryZ projectIdZrepositoryIdZ branchNameNZDEVOPS_CONFIG_SOURCE)Z swagger_typesZ attribute_mapZ_config_source_typeZ_working_directory�_project_id�_repository_id�_branch_name)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/resource_manager/models/dev_ops_config_source.py�__init__ s$ � �zDevOpsConfigSource.__init__c C s | j S )a( **[Required]** Gets the project_id of this DevOpsConfigSource. The `OCID`__ of the :class:`Project`. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this DevOpsConfigSource. :rtype: str �r �r r r r r G s zDevOpsConfigSource.project_idc C s || _ dS )a" Sets the project_id of this DevOpsConfigSource. The `OCID`__ of the :class:`Project`. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this DevOpsConfigSource. :type: str Nr )r r r r r r U s c C s | j S )a1 **[Required]** Gets the repository_id of this DevOpsConfigSource. The `OCID`__ of the :class:`Repository`. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The repository_id of this DevOpsConfigSource. :rtype: str �r r r r r r c s z DevOpsConfigSource.repository_idc C s || _ dS )a. Sets the repository_id of this DevOpsConfigSource. The `OCID`__ of the :class:`Repository`. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param repository_id: The repository_id of this DevOpsConfigSource. :type: str Nr )r r r r r r q s c C s | j S )z� Gets the branch_name of this DevOpsConfigSource. The name of the branch that contains the Terraform configuration. :return: The branch_name of this DevOpsConfigSource. :rtype: str �r r r r r r s zDevOpsConfigSource.branch_namec C s || _ dS )z� Sets the branch_name of this DevOpsConfigSource. The name of the branch that contains the Terraform configuration. :param branch_name: The branch_name of this DevOpsConfigSource. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zDevOpsConfigSource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDevOpsConfigSource.__eq__c C s | |k S r r r r r r �__ne__� s zDevOpsConfigSource.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"