📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cpe_device_config_question.cpython-39.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CpeDeviceConfigQuestionz� An individual question that the customer can answer about the CPE device. The customer provides answers to these questions in :func:`update_tunnel_cpe_device_config`. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CpeDeviceConfigQuestion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CpeDeviceConfigQuestion. :type key: str :param display_name: The value to assign to the display_name property of this CpeDeviceConfigQuestion. :type display_name: str :param explanation: The value to assign to the explanation property of this CpeDeviceConfigQuestion. :type explanation: str �str)�key�display_name�explanationr ZdisplayNamer N)Z swagger_typesZ attribute_map�_key� _display_name�_explanation)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/core/models/cpe_device_config_question.py�__init__ s ��z CpeDeviceConfigQuestion.__init__c C s | j S )z� Gets the key of this CpeDeviceConfigQuestion. A string that identifies the question. :return: The key of this CpeDeviceConfigQuestion. :rtype: str �r �r r r r r 7 s zCpeDeviceConfigQuestion.keyc C s || _ dS )z� Sets the key of this CpeDeviceConfigQuestion. A string that identifies the question. :param key: The key of this CpeDeviceConfigQuestion. :type: str Nr )r r r r r r C s c C s | j S )a= Gets the display_name of this CpeDeviceConfigQuestion. A descriptive label for the question (for example, to display in a form in a graphical interface). Avoid entering confidential information. :return: The display_name of this CpeDeviceConfigQuestion. :rtype: str �r r r r r r O s z$CpeDeviceConfigQuestion.display_namec C s || _ dS )aH Sets the display_name of this CpeDeviceConfigQuestion. A descriptive label for the question (for example, to display in a form in a graphical interface). Avoid entering confidential information. :param display_name: The display_name of this CpeDeviceConfigQuestion. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the explanation of this CpeDeviceConfigQuestion. A description or explanation of the question, to help the customer answer accurately. :return: The explanation of this CpeDeviceConfigQuestion. :rtype: str �r r r r r r i s z#CpeDeviceConfigQuestion.explanationc C s || _ dS )a Sets the explanation of this CpeDeviceConfigQuestion. A description or explanation of the question, to help the customer answer accurately. :param explanation: The explanation of this CpeDeviceConfigQuestion. :type: str Nr )r r r r r r u s c C s t | �S �N)r r r r r �__repr__� s z CpeDeviceConfigQuestion.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCpeDeviceConfigQuestion.__eq__c C s | |k S r r r r r r �__ne__� s zCpeDeviceConfigQuestion.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"