📂 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: update_opsi_configuration_details.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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�UpdateOpsiConfigurationDetailszC Information to be updated in OPSI configuration resource. �UX_CONFIGURATIONc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateOpsiConfigurationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.opsi.models.UpdateOpsiUxConfigurationDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param opsi_config_type: The value to assign to the opsi_config_type property of this UpdateOpsiConfigurationDetails. Allowed values for this property are: "UX_CONFIGURATION" :type opsi_config_type: str :param display_name: The value to assign to the display_name property of this UpdateOpsiConfigurationDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateOpsiConfigurationDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOpsiConfigurationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOpsiConfigurationDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateOpsiConfigurationDetails. :type system_tags: dict(str, dict(str, object)) :param config_items: The value to assign to the config_items property of this UpdateOpsiConfigurationDetails. :type config_items: list[oci.opsi.models.UpdateConfigurationItemDetails] �strzdict(str, str)zdict(str, dict(str, object))z$list[UpdateConfigurationItemDetails])�opsi_config_type�display_name�description� freeform_tags�defined_tags�system_tags�config_items�opsiConfigTypeZdisplayNamer ZfreeformTagsZdefinedTagsZ systemTagsZconfigItemsN) Z swagger_typesZ attribute_map�_opsi_config_type� _display_name�_description�_freeform_tags� _defined_tags�_system_tags� _config_items)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/opsi/models/update_opsi_configuration_details.py�__init__ s. (�� z'UpdateOpsiConfigurationDetails.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r Z UpdateOpsiUxConfigurationDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeY s z*UpdateOpsiConfigurationDetails.get_subtypec C s | j S )a) **[Required]** Gets the opsi_config_type of this UpdateOpsiConfigurationDetails. OPSI configuration type. Allowed values for this property are: "UX_CONFIGURATION" :return: The opsi_config_type of this UpdateOpsiConfigurationDetails. :rtype: str )r �r r r r r f s z/UpdateOpsiConfigurationDetails.opsi_config_typec C s( dg}t ||�std|� ���|| _dS )z� Sets the opsi_config_type of this UpdateOpsiConfigurationDetails. OPSI configuration type. :param opsi_config_type: The opsi_config_type of this UpdateOpsiConfigurationDetails. :type: str r z=Invalid value for `opsi_config_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r t s �c C s | j S )a Gets the display_name of this UpdateOpsiConfigurationDetails. User-friendly display name for the OPSI configuration. The name does not have to be unique. :return: The display_name of this UpdateOpsiConfigurationDetails. :rtype: str �r r r r r r � s z+UpdateOpsiConfigurationDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateOpsiConfigurationDetails. User-friendly display name for the OPSI configuration. The name does not have to be unique. :param display_name: The display_name of this UpdateOpsiConfigurationDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the description of this UpdateOpsiConfigurationDetails. Description of OPSI configuration. :return: The description of this UpdateOpsiConfigurationDetails. :rtype: str �r r r r r r � s z*UpdateOpsiConfigurationDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateOpsiConfigurationDetails. Description of OPSI configuration. :param description: The description of this UpdateOpsiConfigurationDetails. :type: str Nr"