📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: opsi_data_object_details_in_query.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 @ sx e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�OpsiDataObjectDetailsInQueryzC Details for OPSI data object used in a data object query. �INDIVIDUAL_OPSIDATAOBJECT�"OPSIDATAOBJECTTYPE_OPSIDATAOBJECTSc K s( ddd�| _ ddd�| _d| _d| _dS )a3 Initializes a new OpsiDataObjectDetailsInQuery 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.IndividualOpsiDataObjectDetailsInQuery` * :class:`~oci.opsi.models.OpsiDataObjectTypeOpsiDataObjectDetailsInQuery` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_object_details_target: The value to assign to the data_object_details_target property of this OpsiDataObjectDetailsInQuery. Allowed values for this property are: "INDIVIDUAL_OPSIDATAOBJECT", "OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS" :type data_object_details_target: str :param _query_params: The value to assign to the _query_params property of this OpsiDataObjectDetailsInQuery. :type _query_params: list[oci.opsi.models.OpsiDataObjectQueryParam] �strzlist[OpsiDataObjectQueryParam])�data_object_details_target� _query_params�dataObjectDetailsTargetZqueryParamsN)Z swagger_typesZ attribute_map�_data_object_details_target�+_OpsiDataObjectDetailsInQuery__query_params)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/opsi/models/opsi_data_object_details_in_query.py�__init__ s ��z%OpsiDataObjectDetailsInQuery.__init__c C s( | d }|dkrdS |dkr dS 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&IndividualOpsiDataObjectDetailsInQueryr Z.OpsiDataObjectTypeOpsiDataObjectDetailsInQueryr Nr )Zobject_dictionary�typer r r �get_subtype; s z(OpsiDataObjectDetailsInQuery.get_subtypec C s | j S )a� **[Required]** Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery. Data objects to which this OpsiDataObjectDetailsInQuery is applicable. Allowed values for this property are: "INDIVIDUAL_OPSIDATAOBJECT", "OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS" :return: The data_object_details_target of this OpsiDataObjectDetailsInQuery. :rtype: str )r �r r r r r K s z7OpsiDataObjectDetailsInQuery.data_object_details_targetc C s* ddg}t ||�s td|� ���|| _dS )a/ Sets the data_object_details_target of this OpsiDataObjectDetailsInQuery. Data objects to which this OpsiDataObjectDetailsInQuery is applicable. :param data_object_details_target: The data_object_details_target of this OpsiDataObjectDetailsInQuery. :type: str r r zGInvalid value for `data_object_details_target`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r Y s �c C s | j S )a� Gets the _query_params of this OpsiDataObjectDetailsInQuery. An array of query parameters to be applied, for the OPSI data objects targetted by dataObjectDetailsTarget, before executing the query. Refer to supportedQueryParams of OpsiDataObject for the supported query parameters. :return: The _query_params of this OpsiDataObjectDetailsInQuery. :rtype: list[oci.opsi.models.OpsiDataObjectQueryParam] �r r r r r r j s z*OpsiDataObjectDetailsInQuery._query_paramsc C s || _ dS )a� Sets the _query_params of this OpsiDataObjectDetailsInQuery. An array of query parameters to be applied, for the OPSI data objects targetted by dataObjectDetailsTarget, before executing the query. Refer to supportedQueryParams of OpsiDataObject for the supported query parameters. :param _query_params: The _query_params of this OpsiDataObjectDetailsInQuery. :type: list[oci.opsi.models.OpsiDataObjectQueryParam] Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s z%OpsiDataObjectDetailsInQuery.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#OpsiDataObjectDetailsInQuery.__eq__c C s | |k S r r r r r r �__ne__� s z#OpsiDataObjectDetailsInQuery.__ne__N)�__name__� __module__�__qualname__�__doc__Z4DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECTZ=DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTSr �staticmethodr �propertyr �setterr r r r r r r r r s"