📂 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_command_spec_artifact_source.cpython-39.opt-1.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 @ sh e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z dd� Z d d� Zdd� ZdS )�HelmCommandSpecArtifactSourcez- Specifies Helm command spec details �INLINEc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new HelmCommandSpecArtifactSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.HelmCommandSpecArtifactSource.deploy_artifact_source_type` attribute of this class is ``HELM_COMMAND_SPEC`` 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 HelmCommandSpecArtifactSource. Allowed values for this property are: "INLINE", "OCIR", "GENERIC_ARTIFACT", "HELM_CHART", "HELM_COMMAND_SPEC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deploy_artifact_source_type: str :param base64_encoded_content: The value to assign to the base64_encoded_content property of this HelmCommandSpecArtifactSource. :type base64_encoded_content: str :param helm_artifact_source_type: The value to assign to the helm_artifact_source_type property of this HelmCommandSpecArtifactSource. Allowed values for this property are: "INLINE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type helm_artifact_source_type: str �str)Zdeploy_artifact_source_type�base64_encoded_content�helm_artifact_source_typeZdeployArtifactSourceTypeZbase64EncodedContentZhelmArtifactSourceTypeNZHELM_COMMAND_SPEC)Z swagger_typesZ attribute_mapZ_deploy_artifact_source_type�_base64_encoded_content�_helm_artifact_source_type)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/devops/models/helm_command_spec_artifact_source.py�__init__ s ��z&HelmCommandSpecArtifactSource.__init__c C s | j S )a **[Required]** Gets the base64_encoded_content of this HelmCommandSpecArtifactSource. The Helm commands to be executed, base 64 encoded :return: The base64_encoded_content of this HelmCommandSpecArtifactSource. :rtype: str �r �r r r r r >