📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
service_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_private_application_stack_package.pyc
a O��fG � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreatePrivateApplicationPackage� )�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 )�$CreatePrivateApplicationStackPackagezE An object for creating a private application stack package. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new CreatePrivateApplicationStackPackage object with values from keyword arguments. The default value of the :py:attr:`~oci.service_catalog.models.CreatePrivateApplicationStackPackage.package_type` attribute of this class is ``STACK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param package_type: The value to assign to the package_type property of this CreatePrivateApplicationStackPackage. Allowed values for this property are: "STACK" :type package_type: str :param version: The value to assign to the version property of this CreatePrivateApplicationStackPackage. :type version: str :param zip_file_base64_encoded: The value to assign to the zip_file_base64_encoded property of this CreatePrivateApplicationStackPackage. :type zip_file_base64_encoded: str �str)�package_type�version�zip_file_base64_encoded�packageTyper �zipFileBase64EncodedN�STACK)� swagger_types� attribute_map� _package_type�_version�_zip_file_base64_encoded)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/service_catalog/models/create_private_application_stack_package.py�__init__ s ��z-CreatePrivateApplicationStackPackage.__init__c C s | j S )a Gets the zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. Base-64 payload of the Terraform zip package. :return: The zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. :rtype: str �r �r r r r r 5 s z<CreatePrivateApplicationStackPackage.zip_file_base64_encodedc C s || _ dS )a Sets the zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. Base-64 payload of the Terraform zip package. :param zip_file_base64_encoded: The zip_file_base64_encoded of this CreatePrivateApplicationStackPackage. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s z-CreatePrivateApplicationStackPackage.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s z+CreatePrivateApplicationStackPackage.__eq__c C s | |k S r r r r r r �__ne__V s z+CreatePrivateApplicationStackPackage.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"