📂 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
›
fleet_software_update
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: discovery_details_summary.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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�DiscoveryDetailsSummaryz' Summarized Discovery details. �DB�GI�EXACS�EXACC�SEARCH_QUERY�FILTERSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DiscoveryDetailsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this DiscoveryDetailsSummary. Allowed values for this property are: "DB", "GI", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param service_type: The value to assign to the service_type property of this DiscoveryDetailsSummary. Allowed values for this property are: "EXACS", "EXACC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type service_type: str :param criteria: The value to assign to the criteria property of this DiscoveryDetailsSummary. Allowed values for this property are: "SEARCH_QUERY", "FILTERS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type criteria: str �str)�type�service_type�criteriar ZserviceTyper N)Z swagger_typesZ attribute_map�_type� _service_type� _criteria)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/discovery_details_summary.py�__init__* s ��z DiscoveryDetailsSummary.__init__c C s | j S )a| **[Required]** Gets the type of this DiscoveryDetailsSummary. Exadata Fleet Update Discovery type. Allowed values for this property are: "DB", "GI", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this DiscoveryDetailsSummary. :rtype: str )r �r r r r r R s zDiscoveryDetailsSummary.typec C s ddg}t ||�sd}|| _dS )z� Sets the type of this DiscoveryDetailsSummary. Exadata Fleet Update Discovery type. :param type: The type of this DiscoveryDetailsSummary. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r a s c C s | j S )a� **[Required]** Gets the service_type of this DiscoveryDetailsSummary. Exadata service type for the target resource members. Allowed values for this property are: "EXACS", "EXACC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The service_type of this DiscoveryDetailsSummary. :rtype: str )r r r r r r p s z$DiscoveryDetailsSummary.service_typec C s ddg}t ||�sd}|| _dS )z� Sets the service_type of this DiscoveryDetailsSummary. Exadata service type for the target resource members. :param service_type: The service_type of this DiscoveryDetailsSummary. :type: str r r r N)r r )r r r r r r r s c C s | j S )a� Gets the criteria of this DiscoveryDetailsSummary. Criteria used for Exadata Fleet Update Discovery. Allowed values for this property are: "SEARCH_QUERY", "FILTERS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The criteria of this DiscoveryDetailsSummary. :rtype: str )r r r r r r � s z DiscoveryDetailsSummary.criteriac C s ddg}t ||�sd}|| _dS )z� Sets the criteria of this DiscoveryDetailsSummary. Criteria used for Exadata Fleet Update Discovery. :param criteria: The criteria of this DiscoveryDetailsSummary. :type: str r r r N)r r )r r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z DiscoveryDetailsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDiscoveryDetailsSummary.__eq__c C s | |k S r r r r r r �__ne__� s zDiscoveryDetailsSummary.__ne__N)�__name__� __module__�__qualname__�__doc__ZTYPE_DBZTYPE_GIZSERVICE_TYPE_EXACSZSERVICE_TYPE_EXACCZCRITERIA_SEARCH_QUERYZCRITERIA_FILTERSr �propertyr �setterr r r r! r"