/
lib
/
python3.9
/
site-packages
/
oci
/
database_tools
/
models
/
__pycache__
/
Upload File
HOME
a ���fr � @ 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 @ sh e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z dd� Z d d� Zdd� ZdS )�&DatabaseToolsRelatedResourcePostgresqlz A related resource �POSTGRESQLDBSYSTEMc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new DatabaseToolsRelatedResourcePostgresql object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this DatabaseToolsRelatedResourcePostgresql. Allowed values for this property are: "POSTGRESQLDBSYSTEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_type: str :param identifier: The value to assign to the identifier property of this DatabaseToolsRelatedResourcePostgresql. :type identifier: str �str)�entity_type� identifierZ entityTyper N)Z swagger_typesZ attribute_map�_entity_type�_identifier)�self�kwargs� r �h/usr/lib/python3.9/site-packages/oci/database_tools/models/database_tools_related_resource_postgresql.py�__init__ s ��z/DatabaseToolsRelatedResourcePostgresql.__init__c C s | j S )a� **[Required]** Gets the entity_type of this DatabaseToolsRelatedResourcePostgresql. The resource entity type. Allowed values for this property are: "POSTGRESQLDBSYSTEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The entity_type of this DatabaseToolsRelatedResourcePostgresql. :rtype: str )r �r r r r r 3 s z2DatabaseToolsRelatedResourcePostgresql.entity_typec C s dg}t ||�sd}|| _dS )z� Sets the entity_type of this DatabaseToolsRelatedResourcePostgresql. The resource entity type. :param entity_type: The entity_type of this DatabaseToolsRelatedResourcePostgresql. :type: str r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r B s c C s | j S )aK **[Required]** Gets the identifier of this DatabaseToolsRelatedResourcePostgresql. The `OCID`__ of the related resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The identifier of this DatabaseToolsRelatedResourcePostgresql. :rtype: str �r r r r r r Q s z1DatabaseToolsRelatedResourcePostgresql.identifierc C s || _ dS )aE Sets the identifier of this DatabaseToolsRelatedResourcePostgresql. The `OCID`__ of the related resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param identifier: The identifier of this DatabaseToolsRelatedResourcePostgresql. :type: str Nr )r r r r r r _ s c C s t | �S �N)r r r r r �__repr__m s z/DatabaseToolsRelatedResourcePostgresql.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__p s z-DatabaseToolsRelatedResourcePostgresql.__eq__c C s | |k S r r r r r r �__ne__v s z-DatabaseToolsRelatedResourcePostgresql.__ne__N) �__name__� __module__�__qualname__�__doc__ZENTITY_TYPE_POSTGRESQLDBSYSTEMr �propertyr �setterr r r r r r r r r s r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s