ruạṛ
a ���fr1 � @ 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 dZd ZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Z d-d.� Z!d/d0� Z"d1S )2�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_PSFT� ORACLE_MFT�APACHE_HTTP_SERVER�ORACLE_GOLDENGATE�CUSTOM_RESOURCE�ORACLE_HTTP_SERVER� MICROSOFT_IIS�STANDARD_EDITION�ENTERPRISE_EDITIONc K sZ dddddddd�| _ ddddd d dd�| _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", "ORACLE_MFT", "APACHE_HTTP_SERVER", "ORACLE_GOLDENGATE", "CUSTOM_RESOURCE", "ORACLE_HTTP_SERVER", "MICROSOFT_IIS", '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 license: The value to assign to the license property of this DiscoveryDetails. Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type license: 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 �strZPropertyDetailsZCredentialCollection)�agent_id� resource_type� resource_name�license� properties�credentials�tagsZagentIdZresourceTypeZresourceNamer r r r N) Z swagger_typesZ attribute_map� _agent_id�_resource_type�_resource_name�_license�_properties�_credentials�_tags)�self�kwargs� r* �Q/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/discovery_details.py�__init__Z s. '�� zDiscoveryDetails.__init__c C s | j S )z� **[Required]** Gets the agent_id of this DiscoveryDetails. The OCID of Management Agent :return: The agent_id of this DiscoveryDetails. :rtype: str �r! �r( r* r* r+ r � s zDiscoveryDetails.agent_idc C s || _ dS )z� Sets the agent_id of this DiscoveryDetails. The OCID of Management Agent :param agent_id: The agent_id of this DiscoveryDetails. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )ar **[Required]** Gets the resource_type of this DiscoveryDetails. Resource Type. 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", "ORACLE_MFT", "APACHE_HTTP_SERVER", "ORACLE_GOLDENGATE", "CUSTOM_RESOURCE", "ORACLE_HTTP_SERVER", "MICROSOFT_IIS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The resource_type of this DiscoveryDetails. :rtype: str )r"