ruạṛ
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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�DiscoveryDetailsz. Discovery filter details for search. �DB�GI�EXACS�EXACCc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new DiscoveryDetails 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.fleet_software_update.models.GiDiscoveryDetails` * :class:`~oci.fleet_software_update.models.DbDiscoveryDetails` 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 DiscoveryDetails. 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 DiscoveryDetails. 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 �str)�type�service_typer ZserviceTypeN)Z swagger_typesZ attribute_map�_type� _service_type)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/discovery_details.py�__init__"