📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: configuration_item_pick_allowed_value_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�$ConfigurationItemAllowedValueDetails� )�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 )�(ConfigurationItemPickAllowedValueDetailszt Allowed value details of configuration item for PICK type. Value has to be from one of the possibleValues. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )ai Initializes a new ConfigurationItemPickAllowedValueDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.ConfigurationItemPickAllowedValueDetails.allowed_value_type` attribute of this class is ``PICK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param allowed_value_type: The value to assign to the allowed_value_type property of this ConfigurationItemPickAllowedValueDetails. Allowed values for this property are: "LIMIT", "PICK", "FREE_TEXT" :type allowed_value_type: str :param possible_values: The value to assign to the possible_values property of this ConfigurationItemPickAllowedValueDetails. :type possible_values: list[str] �strz list[str])Zallowed_value_type�possible_valuesZallowedValueTypeZpossibleValuesNZPICK)Z swagger_typesZ attribute_mapZ_allowed_value_type�_possible_values)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/opsi/models/configuration_item_pick_allowed_value_details.py�__init__ s ��z1ConfigurationItemPickAllowedValueDetails.__init__c C s | j S )a Gets the possible_values of this ConfigurationItemPickAllowedValueDetails. Allowed values to pick for the configuration item. :return: The possible_values of this ConfigurationItemPickAllowedValueDetails. :rtype: list[str] �r �r r r r r 0 s z8ConfigurationItemPickAllowedValueDetails.possible_valuesc C s || _ dS )a Sets the possible_values of this ConfigurationItemPickAllowedValueDetails. Allowed values to pick for the configuration item. :param possible_values: The possible_values of this ConfigurationItemPickAllowedValueDetails. :type: list[str] Nr )r r r r r r <