ruạṛ
a O��fjV � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zej dd� �Zedd � �Z!e!j d!d � �Z!ed"d#� �Z"e"j d$d#� �Z"ed%d&� �Z#e#j d'd&� �Z#ed(d)� �Z$e$j d*d)� �Z$ed+d,� �Z%e%j d-d,� �Z%ed.d/� �Z&e&j d0d/� �Z&ed1d2� �Z'e'j d3d2� �Z'ed4d5� �Z(e(j d6d5� �Z(ed7d8� �Z)e)j d9d8� �Z)ed:d;� �Z*e*j d<d;� �Z*ed=d>� �Z+e+j d?d>� �Z+ed@dA� �Z,e,j dBdA� �Z,edCdD� �Z-e-j dEdD� �Z-dFdG� Z.dHdI� Z/dJdK� Z0dLS )M�DiscoveryJobSummaryz. The Summary of DiscoveryJob details. �WEBLOGIC_DOMAIN�EBS_INSTANCE� SQL_SERVER� APACHE_TOMCAT�ORACLE_DATABASE� OCI_ORACLE_DB�OCI_ORACLE_CDB�OCI_ORACLE_PDB�HOST�ORACLE_PSFT�ADD�ADD_WITH_RETRY�REFRESH�SUCCESS�FAILURE� INPROGRESS�INACTIVE�CREATED�DELETED�CREATING�UPDATING�ACTIVE�DELETING�FAILEDc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a0 Initializes a new DiscoveryJobSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DiscoveryJobSummary. :type id: str :param resource_type: The value to assign to the resource_type property of this DiscoveryJobSummary. 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 DiscoveryJobSummary. :type resource_name: str :param compartment_id: The value to assign to the compartment_id property of this DiscoveryJobSummary. :type compartment_id: str :param discovery_type: The value to assign to the discovery_type property of this DiscoveryJobSummary. Allowed values for this property are: "ADD", "ADD_WITH_RETRY", "REFRESH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type discovery_type: str :param status: The value to assign to the status property of this DiscoveryJobSummary. Allowed values for this property are: "SUCCESS", "FAILURE", "INPROGRESS", "INACTIVE", "CREATED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param status_message: The value to assign to the status_message property of this DiscoveryJobSummary. :type status_message: str :param tenant_id: The value to assign to the tenant_id property of this DiscoveryJobSummary. :type tenant_id: str :param user_id: The value to assign to the user_id property of this DiscoveryJobSummary. :type user_id: str :param time_updated: The value to assign to the time_updated property of this DiscoveryJobSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DiscoveryJobSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this DiscoveryJobSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DiscoveryJobSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DiscoveryJobSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id� resource_type� resource_name�compartment_id�discovery_type�status�status_message� tenant_id�user_id�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tagsr! �resourceType�resourceName� compartmentId� discoveryTyper&