📂 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: create_opsi_configuration_details.cpython-39.opt-1.pyc
a ���fw. � @ 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� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateOpsiConfigurationDetailsz= Information about OPSI configuration to be created. �UX_CONFIGURATIONc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateOpsiConfigurationDetails 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.CreateOpsiUxConfigurationDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateOpsiConfigurationDetails. :type compartment_id: str :param opsi_config_type: The value to assign to the opsi_config_type property of this CreateOpsiConfigurationDetails. 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 CreateOpsiConfigurationDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOpsiConfigurationDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOpsiConfigurationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOpsiConfigurationDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this CreateOpsiConfigurationDetails. :type system_tags: dict(str, dict(str, object)) :param config_items: The value to assign to the config_items property of this CreateOpsiConfigurationDetails. :type config_items: list[oci.opsi.models.CreateConfigurationItemDetails] �strzdict(str, str)zdict(str, dict(str, object))z$list[CreateConfigurationItemDetails])�compartment_id�opsi_config_type�display_name�description� freeform_tags�defined_tags�system_tags�config_itemsZ compartmentId�opsiConfigTypeZdisplayNamer ZfreeformTagsZdefinedTagsZ systemTagsZconfigItemsN) Z swagger_typesZ attribute_map�_compartment_id�_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/create_opsi_configuration_details.py�__init__ s4 ,��z'CreateOpsiConfigurationDetails.__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 CreateOpsiUxConfigurationDetailsr Nr )Zobject_dictionary�typer r r �get_subtype` s z*CreateOpsiConfigurationDetails.get_subtypec C s | j S )a4 Gets the compartment_id of this CreateOpsiConfigurationDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateOpsiConfigurationDetails. :rtype: str �r �r r r r r m s z-CreateOpsiConfigurationDetails.compartment_idc C s || _ dS )aA Sets the compartment_id of this CreateOpsiConfigurationDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateOpsiConfigurationDetails. :type: str Nr! )r r r r r r { s c C s | j S )a) **[Required]** Gets the opsi_config_type of this CreateOpsiConfigurationDetails. OPSI configuration type. Allowed values for this property are: "UX_CONFIGURATION" :return: The opsi_config_type of this CreateOpsiConfigurationDetails. :rtype: str )r r"