HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/deploy_artifact_summary.cpython-39.pyc
a

���f�E�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd ��Zejd!d ��Zed"d#��Zejd$d#��Zed%d&��Zejd'd&��Zed(d)��Zejd*d)��Zed+d,��Zejd-d,��Zed.d/��Zejd0d/��Zd1d2�Zd3d4�Zd5d6�Zd7S)8�DeployArtifactSummaryz-
    Summary of the deployment artifact.
    cKs�dddddddddddddddd�|_ddd	d
ddd
ddddddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_dS)a�

        Initializes a new DeployArtifactSummary object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this DeployArtifactSummary.
        :type id: str

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

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

        :param project_id:
            The value to assign to the project_id property of this DeployArtifactSummary.
        :type project_id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this DeployArtifactSummary.
        :type compartment_id: str

        :param deploy_artifact_type:
            The value to assign to the deploy_artifact_type property of this DeployArtifactSummary.
        :type deploy_artifact_type: str

        :param deploy_artifact_source:
            The value to assign to the deploy_artifact_source property of this DeployArtifactSummary.
        :type deploy_artifact_source: oci.devops.models.DeployArtifactSource

        :param argument_substitution_mode:
            The value to assign to the argument_substitution_mode property of this DeployArtifactSummary.
        :type argument_substitution_mode: str

        :param time_created:
            The value to assign to the time_created property of this DeployArtifactSummary.
        :type time_created: datetime

        :param time_updated:
            The value to assign to the time_updated property of this DeployArtifactSummary.
        :type time_updated: datetime

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this DeployArtifactSummary.
        :type lifecycle_state: str

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this DeployArtifactSummary.
        :type lifecycle_details: str

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

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

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

        �strZDeployArtifactSourceZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�description�display_name�
project_id�compartment_id�deploy_artifact_type�deploy_artifact_source�argument_substitution_mode�time_created�time_updated�lifecycle_state�lifecycle_details�
freeform_tags�defined_tags�system_tagsrr	ZdisplayNameZ	projectIdZ
compartmentIdZdeployArtifactTypeZdeployArtifactSourceZargumentSubstitutionModeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_description�
_display_name�_project_id�_compartment_id�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs�r(�M/usr/lib/python3.9/site-packages/oci/devops/models/deploy_artifact_summary.py�__init__s^C��zDeployArtifactSummary.__init__cCs|jS)z�
        **[Required]** Gets the id of this DeployArtifactSummary.
        Unique identifier that is immutable on creation.


        :return: The id of this DeployArtifactSummary.
        :rtype: str
        �r�r&r(r(r)r�s
zDeployArtifactSummary.idcCs
||_dS)z�
        Sets the id of this DeployArtifactSummary.
        Unique identifier that is immutable on creation.


        :param id: The id of this DeployArtifactSummary.
        :type: str
        Nr+)r&rr(r(r)r�s
cCs|jS)z�
        Gets the description of this DeployArtifactSummary.
        Optional description about the deployment artifact.


        :return: The description of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r	�s
z!DeployArtifactSummary.descriptioncCs
||_dS)z�
        Sets the description of this DeployArtifactSummary.
        Optional description about the deployment artifact.


        :param description: The description of this DeployArtifactSummary.
        :type: str
        Nr-)r&r	r(r(r)r	�s
cCs|jS)a"
        Gets the display_name of this DeployArtifactSummary.
        Deployment artifact identifier, which can be renamed and is not necessarily unique. Avoid entering confidential information.


        :return: The display_name of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r
�s
z"DeployArtifactSummary.display_namecCs
||_dS)a-
        Sets the display_name of this DeployArtifactSummary.
        Deployment artifact identifier, which can be renamed and is not necessarily unique. Avoid entering confidential information.


        :param display_name: The display_name of this DeployArtifactSummary.
        :type: str
        Nr.)r&r
r(r(r)r
�s
cCs|jS)z�
        **[Required]** Gets the project_id of this DeployArtifactSummary.
        The OCID of a project.


        :return: The project_id of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r�s
z DeployArtifactSummary.project_idcCs
||_dS)z�
        Sets the project_id of this DeployArtifactSummary.
        The OCID of a project.


        :param project_id: The project_id of this DeployArtifactSummary.
        :type: str
        Nr/)r&rr(r(r)r�s
cCs|jS)z�
        **[Required]** Gets the compartment_id of this DeployArtifactSummary.
        The OCID of a compartment.


        :return: The compartment_id of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r�s
z$DeployArtifactSummary.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this DeployArtifactSummary.
        The OCID of a compartment.


        :param compartment_id: The compartment_id of this DeployArtifactSummary.
        :type: str
        Nr0)r&rr(r(r)r�s
cCs|jS)z�
        **[Required]** Gets the deploy_artifact_type of this DeployArtifactSummary.
        Type of the deployment artifact.


        :return: The deploy_artifact_type of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r
s
z*DeployArtifactSummary.deploy_artifact_typecCs
||_dS)z�
        Sets the deploy_artifact_type of this DeployArtifactSummary.
        Type of the deployment artifact.


        :param deploy_artifact_type: The deploy_artifact_type of this DeployArtifactSummary.
        :type: str
        Nr1)r&r
r(r(r)r
s
cCs|jS)z�
        **[Required]** Gets the deploy_artifact_source of this DeployArtifactSummary.

        :return: The deploy_artifact_source of this DeployArtifactSummary.
        :rtype: oci.devops.models.DeployArtifactSource
        �rr,r(r(r)rsz,DeployArtifactSummary.deploy_artifact_sourcecCs
||_dS)z�
        Sets the deploy_artifact_source of this DeployArtifactSummary.

        :param deploy_artifact_source: The deploy_artifact_source of this DeployArtifactSummary.
        :type: oci.devops.models.DeployArtifactSource
        Nr2)r&rr(r(r)r"scCs|jS)z�
        **[Required]** Gets the argument_substitution_mode of this DeployArtifactSummary.
        Mode for artifact parameter substitution.


        :return: The argument_substitution_mode of this DeployArtifactSummary.
        :rtype: str
        �rr,r(r(r)r,s
z0DeployArtifactSummary.argument_substitution_modecCs
||_dS)a
        Sets the argument_substitution_mode of this DeployArtifactSummary.
        Mode for artifact parameter substitution.


        :param argument_substitution_mode: The argument_substitution_mode of this DeployArtifactSummary.
        :type: str
        Nr3)r&rr(r(r)r8s
cCs|jS)a-
        Gets the time_created of this DeployArtifactSummary.
        Time the deployment artifact was created. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :return: The time_created of this DeployArtifactSummary.
        :rtype: datetime
        �rr,r(r(r)rDsz"DeployArtifactSummary.time_createdcCs
||_dS)a8
        Sets the time_created of this DeployArtifactSummary.
        Time the deployment artifact was created. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :param time_created: The time_created of this DeployArtifactSummary.
        :type: datetime
        Nr4)r&rr(r(r)rRscCs|jS)a-
        Gets the time_updated of this DeployArtifactSummary.
        Time the deployment artifact was updated. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :return: The time_updated of this DeployArtifactSummary.
        :rtype: datetime
        �r r,r(r(r)r`sz"DeployArtifactSummary.time_updatedcCs
||_dS)a8
        Sets the time_updated of this DeployArtifactSummary.
        Time the deployment artifact was updated. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :param time_updated: The time_updated of this DeployArtifactSummary.
        :type: datetime
        Nr5)r&rr(r(r)rnscCs|jS)z�
        Gets the lifecycle_state of this DeployArtifactSummary.
        Current state of the deployment artifact.


        :return: The lifecycle_state of this DeployArtifactSummary.
        :rtype: str
        �r!r,r(r(r)r|s
z%DeployArtifactSummary.lifecycle_statecCs
||_dS)z�
        Sets the lifecycle_state of this DeployArtifactSummary.
        Current state of the deployment artifact.


        :param lifecycle_state: The lifecycle_state of this DeployArtifactSummary.
        :type: str
        Nr6)r&rr(r(r)r�s
cCs|jS)a;
        Gets the lifecycle_details of this DeployArtifactSummary.
        A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.


        :return: The lifecycle_details of this DeployArtifactSummary.
        :rtype: str
        �r"r,r(r(r)r�s
z'DeployArtifactSummary.lifecycle_detailscCs
||_dS)aK
        Sets the lifecycle_details of this DeployArtifactSummary.
        A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.


        :param lifecycle_details: The lifecycle_details of this DeployArtifactSummary.
        :type: str
        Nr7)r&rr(r(r)r�s
cCs|jS)a�
        Gets the freeform_tags of this DeployArtifactSummary.
        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 DeployArtifactSummary.
        :rtype: dict(str, str)
        �r#r,r(r(r)r�sz#DeployArtifactSummary.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this DeployArtifactSummary.
        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 DeployArtifactSummary.
        :type: dict(str, str)
        Nr8)r&rr(r(r)r�scCs|jS)a�
        Gets the defined_tags of this DeployArtifactSummary.
        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 DeployArtifactSummary.
        :rtype: dict(str, dict(str, object))
        �r$r,r(r(r)r�sz"DeployArtifactSummary.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this DeployArtifactSummary.
        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 DeployArtifactSummary.
        :type: dict(str, dict(str, object))
        Nr9)r&rr(r(r)r�scCs|jS)a�
        Gets the system_tags of this DeployArtifactSummary.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

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


        :return: The system_tags of this DeployArtifactSummary.
        :rtype: dict(str, dict(str, object))
        �r%r,r(r(r)r�sz!DeployArtifactSummary.system_tagscCs
||_dS)a�
        Sets the system_tags of this DeployArtifactSummary.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

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


        :param system_tags: The system_tags of this DeployArtifactSummary.
        :type: dict(str, dict(str, object))
        Nr:)r&rr(r(r)r�scCst|�S�N)rr,r(r(r)�__repr__szDeployArtifactSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�r&�otherr(r(r)�__eq__szDeployArtifactSummary.__eq__cCs
||kSr;r(r>r(r(r)�__ne__	szDeployArtifactSummary.__ne__N)�__name__�
__module__�__qualname__�__doc__r*�propertyr�setterr	r
rrr
rrrrrrrrrr<r@rAr(r(r(r)rs�v












	
	

























rN)Zoci.utilrrrZoci.decoratorsr�objectrr(r(r(r)�<module>s