📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: trigger_build_pipeline_action.pyc
a N��f- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TriggerAction� )�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 )�TriggerBuildPipelineActionz1 The action to trigger a build pipeline. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� Initializes a new TriggerBuildPipelineAction object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.TriggerBuildPipelineAction.type` attribute of this class is ``TRIGGER_BUILD_PIPELINE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this TriggerBuildPipelineAction. Allowed values for this property are: "TRIGGER_BUILD_PIPELINE" :type type: str :param filter: The value to assign to the filter property of this TriggerBuildPipelineAction. :type filter: oci.devops.models.Filter :param build_pipeline_id: The value to assign to the build_pipeline_id property of this TriggerBuildPipelineAction. :type build_pipeline_id: str �str�Filter)�type�filter�build_pipeline_idr r �buildPipelineIdN�TRIGGER_BUILD_PIPELINE)� swagger_types� attribute_map�_type�_filter�_build_pipeline_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/trigger_build_pipeline_action.py�__init__ s ��z#TriggerBuildPipelineAction.__init__c C s | j S )z� **[Required]** Gets the build_pipeline_id of this TriggerBuildPipelineAction. The OCID of the build pipeline to be triggered. :return: The build_pipeline_id of this TriggerBuildPipelineAction. :rtype: str �r �r r r r r 5 s z,TriggerBuildPipelineAction.build_pipeline_idc C s || _ dS )z� Sets the build_pipeline_id of this TriggerBuildPipelineAction. The OCID of the build pipeline to be triggered. :param build_pipeline_id: The build_pipeline_id of this TriggerBuildPipelineAction. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s z#TriggerBuildPipelineAction.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s z!TriggerBuildPipelineAction.__eq__c C s | |k S r r r r r r �__ne__V s z!TriggerBuildPipelineAction.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"