📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: inline_deploy_artifact_source.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DeployArtifactSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�InlineDeployArtifactSourcezB Specifies the inline deployment artifact source details. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new InlineDeployArtifactSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.InlineDeployArtifactSource.deploy_artifact_source_type` attribute of this class is ``INLINE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deploy_artifact_source_type: The value to assign to the deploy_artifact_source_type property of this InlineDeployArtifactSource. Allowed values for this property are: "INLINE", "OCIR", "GENERIC_ARTIFACT", "HELM_CHART", "HELM_COMMAND_SPEC" :type deploy_artifact_source_type: str :param base64_encoded_content: The value to assign to the base64_encoded_content property of this InlineDeployArtifactSource. :type base64_encoded_content: str �str)Zdeploy_artifact_source_type�base64_encoded_contentZdeployArtifactSourceTypeZbase64EncodedContentNZINLINE)Z swagger_typesZ attribute_mapZ_deploy_artifact_source_type�_base64_encoded_content)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/devops/models/inline_deploy_artifact_source.py�__init__ s ��z#InlineDeployArtifactSource.__init__c C s | j S )z� **[Required]** Gets the base64_encoded_content of this InlineDeployArtifactSource. base64 Encoded String :return: The base64_encoded_content of this InlineDeployArtifactSource. :rtype: str �r �r r r r r 0 s z1InlineDeployArtifactSource.base64_encoded_contentc C s || _ dS )z� Sets the base64_encoded_content of this InlineDeployArtifactSource. base64 Encoded String :param base64_encoded_content: The base64_encoded_content of this InlineDeployArtifactSource. :type: str Nr )r r r r r r <