📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
marketplace
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/marketplace/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: agreement.cpython-39.opt-1.pyc
a ���f� � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )� Agreementz6 The model for an end user license agreement. �ORACLE�PARTNERc K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new Agreement 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 Agreement. :type id: str :param content_url: The value to assign to the content_url property of this Agreement. :type content_url: str :param signature: The value to assign to the signature property of this Agreement. :type signature: str :param compartment_id: The value to assign to the compartment_id property of this Agreement. :type compartment_id: str :param author: The value to assign to the author property of this Agreement. Allowed values for this property are: "ORACLE", "PARTNER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type author: str :param prompt: The value to assign to the prompt property of this Agreement. :type prompt: str �str)�id�content_url� signature�compartment_id�author�promptr Z contentUrlr Z compartmentIdr r N)Z swagger_typesZ attribute_map�_id�_content_url� _signature�_compartment_id�_author�_prompt)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/marketplace/models/agreement.py�__init__ s( !� � zAgreement.__init__c C s | j S )z� **[Required]** Gets the id of this Agreement. The unique identifier for the agreement. :return: The id of this Agreement. :rtype: str �r �r r r r r S s zAgreement.idc C s || _ dS )z� Sets the id of this Agreement. The unique identifier for the agreement. :param id: The id of this Agreement. :type: str Nr )r r r r r r _ s c C s | j S )z� **[Required]** Gets the content_url of this Agreement. The content URL of the agreement. :return: The content_url of this Agreement. :rtype: str �r r r r r r k s zAgreement.content_urlc C s || _ dS )z� Sets the content_url of this Agreement. The content URL of the agreement. :param content_url: The content_url of this Agreement. :type: str Nr )r r r r r r w s c C s | j S )aB **[Required]** Gets the signature of this Agreement. A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment. :return: The signature of this Agreement. :rtype: str �r r r r r r � s zAgreement.signaturec C s || _ dS )a; Sets the signature of this Agreement. A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment. :param signature: The signature of this Agreement. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the compartment_id of this Agreement. The unique identifier for the compartment. :return: The compartment_id of this Agreement. :rtype: str �r r r r r r � s zAgreement.compartment_idc C s || _ dS )z� Sets the compartment_id of this Agreement. The unique identifier for the compartment. :param compartment_id: The compartment_id of this Agreement. :type: str Nr )r r r r r r � s c C s | j S )aU Gets the author of this Agreement. Who authored the agreement. Allowed values for this property are: "ORACLE", "PARTNER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The author of this Agreement. :rtype: str )r r r r r r � s zAgreement.authorc C s ddg}t ||�sd}|| _dS )z� Sets the author of this Agreement. Who authored the agreement. :param author: The author of this Agreement. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )z� Gets the prompt of this Agreement. Textual prompt to read and accept the agreement. :return: The prompt of this Agreement. :rtype: str �r r r r r r � s zAgreement.promptc C s || _ dS )z� Sets the prompt of this Agreement. Textual prompt to read and accept the agreement. :param prompt: The prompt of this Agreement. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zAgreement.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAgreement.__eq__c C s | |k S r! r r$ r r r �__ne__� s zAgreement.__ne__N)�__name__� __module__�__qualname__�__doc__Z AUTHOR_ORACLEZAUTHOR_PARTNERr �propertyr �setterr r r r r r"