ruạṛ
a O��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 dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�DiscoveryDetailsz7 The request of DiscoveryJob Resource details. �WEBLOGIC_DOMAIN�EBS_INSTANCE� SQL_SERVER� APACHE_TOMCAT�ORACLE_DATABASE� OCI_ORACLE_DB�OCI_ORACLE_CDB�OCI_ORACLE_PDB�HOST�ORACLE_PSFTc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DiscoveryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param agent_id: The value to assign to the agent_id property of this DiscoveryDetails. :type agent_id: str :param resource_type: The value to assign to the resource_type property of this DiscoveryDetails. Allowed values for this property are: "WEBLOGIC_DOMAIN", "EBS_INSTANCE", "SQL_SERVER", "APACHE_TOMCAT", "ORACLE_DATABASE", "OCI_ORACLE_DB", "OCI_ORACLE_CDB", "OCI_ORACLE_PDB", "HOST", "ORACLE_PSFT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param resource_name: The value to assign to the resource_name property of this DiscoveryDetails. :type resource_name: str :param properties: The value to assign to the properties property of this DiscoveryDetails. :type properties: oci.stack_monitoring.models.PropertyDetails :param credentials: The value to assign to the credentials property of this DiscoveryDetails. :type credentials: oci.stack_monitoring.models.CredentialCollection :param tags: The value to assign to the tags property of this DiscoveryDetails. :type tags: oci.stack_monitoring.models.PropertyDetails �str�PropertyDetails�CredentialCollection)�agent_id� resource_type� resource_name� properties�credentials�tags�agentId�resourceType�resourceNamer r r N)� swagger_types� attribute_map� _agent_id�_resource_type�_resource_name�_properties�_credentials�_tags)�self�kwargs� r'