📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_discovery_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DiscoveryDetails� )�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� �Zdd� Zdd� Zdd� ZdS )�DbDiscoveryDetailsz; 'DB' type Exadata Fleet Update Discovery details. �DB_11204�DB_121�DB_122�DB_18�DB_19�DB_23c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) aP Initializes a new DbDiscoveryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_software_update.models.DbDiscoveryDetails.type` attribute of this class is ``DB`` and it should not be changed. 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 DbDiscoveryDetails. 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 DbDiscoveryDetails. 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 source_major_version: The value to assign to the source_major_version property of this DbDiscoveryDetails. Allowed values for this property are: "DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_major_version: str :param criteria: The value to assign to the criteria property of this DbDiscoveryDetails. :type criteria: oci.fleet_software_update.models.DbFleetDiscoveryDetails �strZDbFleetDiscoveryDetails)�typeZservice_type�source_major_version�criteriar ZserviceTypeZsourceMajorVersionr NZDB)Z swagger_typesZ attribute_mapZ_typeZ _service_type�_source_major_version� _criteria)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/db_discovery_details.py�__init__* s ��zDbDiscoveryDetails.__init__c C s | j S )a� **[Required]** Gets the source_major_version of this DbDiscoveryDetails. Database Major Version of targets to be included in the Exadata Fleet Update Discovery results. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results. Allowed values for this property are: "DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The source_major_version of this DbDiscoveryDetails. :rtype: str )r �r r r r r [ s z'DbDiscoveryDetails.source_major_versionc C s g d�}t ||�sd}|| _dS )a Sets the source_major_version of this DbDiscoveryDetails. Database Major Version of targets to be included in the Exadata Fleet Update Discovery results. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results. :param source_major_version: The source_major_version of this DbDiscoveryDetails. :type: str )r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r l s c C s | j S )z� **[Required]** Gets the criteria of this DbDiscoveryDetails. :return: The criteria of this DbDiscoveryDetails. :rtype: oci.fleet_software_update.models.DbFleetDiscoveryDetails �r r r r r r } s zDbDiscoveryDetails.criteriac C s || _ dS )z� Sets the criteria of this DbDiscoveryDetails. :param criteria: The criteria of this DbDiscoveryDetails. :type: oci.fleet_software_update.models.DbFleetDiscoveryDetails Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zDbDiscoveryDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDbDiscoveryDetails.__eq__c C s | |k S r r r r r r �__ne__� s zDbDiscoveryDetails.__ne__N)�__name__� __module__�__qualname__�__doc__ZSOURCE_MAJOR_VERSION_DB_11204ZSOURCE_MAJOR_VERSION_DB_121ZSOURCE_MAJOR_VERSION_DB_122ZSOURCE_MAJOR_VERSION_DB_18ZSOURCE_MAJOR_VERSION_DB_19ZSOURCE_MAJOR_VERSION_DB_23r �propertyr �setterr r r! r"