📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: helm_repository_deploy_artifact_source.cpython-39.opt-1.pyc
a ���fU � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�"HelmRepositoryDeployArtifactSourcez. Specifies Helm chart source details. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) aS Initializes a new HelmRepositoryDeployArtifactSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.HelmRepositoryDeployArtifactSource.deploy_artifact_source_type` attribute of this class is ``HELM_CHART`` 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 HelmRepositoryDeployArtifactSource. Allowed values for this property are: "INLINE", "OCIR", "GENERIC_ARTIFACT", "HELM_CHART", "HELM_COMMAND_SPEC" :type deploy_artifact_source_type: str :param chart_url: The value to assign to the chart_url property of this HelmRepositoryDeployArtifactSource. :type chart_url: str :param deploy_artifact_version: The value to assign to the deploy_artifact_version property of this HelmRepositoryDeployArtifactSource. :type deploy_artifact_version: str :param helm_verification_key_source: The value to assign to the helm_verification_key_source property of this HelmRepositoryDeployArtifactSource. :type helm_verification_key_source: oci.devops.models.VerificationKeySource �strZVerificationKeySource)Zdeploy_artifact_source_type� chart_url�deploy_artifact_version�helm_verification_key_sourceZdeployArtifactSourceTypeZchartUrlZdeployArtifactVersionZhelmVerificationKeySourceNZ HELM_CHART)Z swagger_typesZ attribute_mapZ_deploy_artifact_source_type� _chart_url�_deploy_artifact_version�_helm_verification_key_source)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/devops/models/helm_repository_deploy_artifact_source.py�__init__ s ��z+HelmRepositoryDeployArtifactSource.__init__c C s | j S )z� **[Required]** Gets the chart_url of this HelmRepositoryDeployArtifactSource. The URL of an OCIR repository. :return: The chart_url of this HelmRepositoryDeployArtifactSource. :rtype: str �r �r r r r r >