| 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 : |
a
���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z
e
jd
d � �Z
e dd� �Zejd
d� �Ze dd� �Z
e
jdd� �Z
dd� Zdd� Zdd� ZdS )�DeliveredArtifactzQ
Details of the artifacts delivered through the Deliver Artifacts stage.
�GENERIC_ARTIFACT�OCIRc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a�
Initializes a new DeliveredArtifact 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.ContainerRegistryDeliveredArtifact`
* :class:`~oci.devops.models.GenericDeliveredArtifact`
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param deploy_artifact_id:
The value to assign to the deploy_artifact_id property of this DeliveredArtifact.
:type deploy_artifact_id: str
:param output_artifact_name:
The value to assign to the output_artifact_name property of this DeliveredArtifact.
:type output_artifact_name: str
:param artifact_type:
The value to assign to the artifact_type property of this DeliveredArtifact.
Allowed values for this property are: "GENERIC_ARTIFACT", "OCIR", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type artifact_type: str
�str)�deploy_artifact_id�output_artifact_name�
artifact_typeZdeployArtifactIdZoutputArtifactName�artifactTypeN)Z
swagger_typesZ
attribute_map�_deploy_artifact_id�_output_artifact_name�_artifact_type)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/devops/models/delivered_artifact.py�__init__ s ��zDeliveredArtifact.__init__c C s( | d }|dkrdS |dkr dS dS dS )z�
Given the hash representation of a subtype of this class,
use the info in the hash to return the class of the subtype.
r
r Z"ContainerRegistryDeliveredArtifactr ZGenericDeliveredArtifactr Nr )Zobject_dictionary�typer r r �get_subtypeC s zDeliveredArtifact.get_subtypec C s | j S )z�
**[Required]** Gets the deploy_artifact_id of this DeliveredArtifact.
The OCID of the deployment artifact definition.
:return: The deploy_artifact_id of this DeliveredArtifact.
:rtype: str
�r �r r r r r
S s
z$DeliveredArtifact.deploy_artifact_idc C s
|| _ dS )z�
Sets the deploy_artifact_id of this DeliveredArtifact.
The OCID of the deployment artifact definition.
:param deploy_artifact_id: The deploy_artifact_id of this DeliveredArtifact.
:type: str
Nr )r r
r r r r
_ s
c C s | j S )a
**[Required]** Gets the output_artifact_name of this DeliveredArtifact.
Name of the output artifact defined in the build specification file.
:return: The output_artifact_name of this DeliveredArtifact.
:rtype: str
�r r r r r r k s
z&DeliveredArtifact.output_artifact_namec C s
|| _ dS )a
Sets the output_artifact_name of this DeliveredArtifact.
Name of the output artifact defined in the build specification file.
:param output_artifact_name: The output_artifact_name of this DeliveredArtifact.
:type: str
Nr )r r r r r r w s
c C s | j S )a�
**[Required]** Gets the artifact_type of this DeliveredArtifact.
Type of artifact delivered.
Allowed values for this property are: "GENERIC_ARTIFACT", "OCIR", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:return: The artifact_type of this DeliveredArtifact.
:rtype: str
)r r r r r r � s
zDeliveredArtifact.artifact_typec C s ddg}t ||�sd}|| _dS )z�
Sets the artifact_type of this DeliveredArtifact.
Type of artifact delivered.
:param artifact_type: The artifact_type of this DeliveredArtifact.
:type: str
r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s
c C s t | �S �N)r r r r r �__repr__� s zDeliveredArtifact.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDeliveredArtifact.__eq__c C s
| |k S r r r r r r �__ne__� s zDeliveredArtifact.__ne__N)�__name__�
__module__�__qualname__�__doc__ZARTIFACT_TYPE_GENERIC_ARTIFACTZARTIFACT_TYPE_OCIRr �staticmethodr �propertyr
�setterr r r r r! r r r r r s* )
r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s