| 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
���fsY � @ 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 ZdZdZdZdZdZdZdZ dZ
d Zd
ZdZ
dZd
ZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Z e jd1d0� �Z ed2d3� �Z!e!jd4d3� �Z!ed5d6� �Z"e"jd7d6� �Z"ed8d9� �Z#e#jd:d9� �Z#ed;d<� �Z$e$jd=d<� �Z$ed>d?� �Z%e%jd@d?� �Z%dAdB� Z&dCdD� Z'dEdF� Z(dGS )H�DeployArtifacta
Artifacts are deployment manifests that are referenced in a pipeline stage for automated deployment to the target environment. DevOps artifacts can be an OCI Container image repository, Kubernetes manifest, an Artifact Registry artifact, or defined inline.
�DEPLOYMENT_SPEC�JOB_SPEC�KUBERNETES_MANIFEST�GENERIC_FILE�DOCKER_IMAGE�
HELM_CHART�HELM_COMMAND_SPEC�COMMAND_SPEC�NONE�SUBSTITUTE_PLACEHOLDERS�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ ddd d
ddd
ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _dS )a
Initializes a new DeployArtifact 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 DeployArtifact.
:type id: str
:param description:
The value to assign to the description property of this DeployArtifact.
:type description: str
:param display_name:
The value to assign to the display_name property of this DeployArtifact.
:type display_name: str
:param project_id:
The value to assign to the project_id property of this DeployArtifact.
:type project_id: str
:param compartment_id:
The value to assign to the compartment_id property of this DeployArtifact.
:type compartment_id: str
:param deploy_artifact_type:
The value to assign to the deploy_artifact_type property of this DeployArtifact.
Allowed values for this property are: "DEPLOYMENT_SPEC", "JOB_SPEC", "KUBERNETES_MANIFEST", "GENERIC_FILE", "DOCKER_IMAGE", "HELM_CHART", "HELM_COMMAND_SPEC", "COMMAND_SPEC", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type deploy_artifact_type: str
:param argument_substitution_mode:
The value to assign to the argument_substitution_mode property of this DeployArtifact.
Allowed values for this property are: "NONE", "SUBSTITUTE_PLACEHOLDERS", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type argument_substitution_mode: str
:param deploy_artifact_source:
The value to assign to the deploy_artifact_source property of this DeployArtifact.
:type deploy_artifact_source: oci.devops.models.DeployArtifactSource
:param time_created:
The value to assign to the time_created property of this DeployArtifact.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this DeployArtifact.
:type time_updated: datetime
:param lifecycle_state:
The value to assign to the lifecycle_state property of this DeployArtifact.
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this DeployArtifact.
:type lifecycle_details: str
:param freeform_tags:
The value to assign to the freeform_tags property of this DeployArtifact.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this DeployArtifact.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this DeployArtifact.
: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�argument_substitution_mode�deploy_artifact_source�time_created�time_updated�lifecycle_state�lifecycle_details�
freeform_tags�defined_tags�system_tagsr r ZdisplayNameZ projectIdZ
compartmentIdZdeployArtifactTypeZargumentSubstitutionModeZdeployArtifactSourceZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_description�
_display_name�_project_id�_compartment_id�_deploy_artifact_type�_argument_substitution_mode�_deploy_artifact_source�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs� r8 �E/usr/lib/python3.9/site-packages/oci/devops/models/deploy_artifact.py�__init__R s^ I��zDeployArtifact.__init__c C s | j S )z�
**[Required]** Gets the id of this DeployArtifact.
Unique identifier that is immutable on creation.
:return: The id of this DeployArtifact.
:rtype: str
�r'