📂 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: delivered_artifact.pyc
a N��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_type�deployArtifactId�outputArtifactName�artifactTypeN)� swagger_types� attribute_map�_deploy_artifact_id�_output_artifact_name�_artifact_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 �"ContainerRegistryDeliveredArtifactr �GenericDeliveredArtifactr Nr )�object_dictionary�typer r r �get_subtypeA 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 Q 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 i 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 u 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 �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_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'