a ýÎòf ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sdeZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZd d „Z d d „Z dd„Z dS)ÚDbSystemDetailszI Information about the database system associated with a backup. cKs(dddœ|_dddœ|_d|_d|_dS)aê Initializes a new DbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param system_type: The value to assign to the system_type property of this DbSystemDetails. :type system_type: str :param db_version: The value to assign to the db_version property of this DbSystemDetails. :type db_version: str Ústr)Ú system_typeÚ db_versionZ systemTypeZ dbVersionN)Z swagger_typesZ attribute_mapÚ _system_typeÚ _db_version)ÚselfÚkwargs©rúE/usr/lib/python3.9/site-packages/oci/psql/models/db_system_details.pyÚ__init__sþþzDbSystemDetails.__init__cCs|jS)zà **[Required]** Gets the system_type of this DbSystemDetails. Type of the database system. :return: The system_type of this DbSystemDetails. :rtype: str ©r ©r rrrr-s zDbSystemDetails.system_typecCs ||_dS)z¾ Sets the system_type of this DbSystemDetails. Type of the database system. :param system_type: The system_type of this DbSystemDetails. :type: str Nr)r rrrrr9s cCs|jS)zâ **[Required]** Gets the db_version of this DbSystemDetails. The major and minor versions of the database system software. :return: The db_version of this DbSystemDetails. :rtype: str ©r rrrrr Es zDbSystemDetails.db_versioncCs ||_dS)zÜ Sets the db_version of this DbSystemDetails. The major and minor versions of the database system software. :param db_version: The db_version of this DbSystemDetails. :type: str Nr)r r rrrr Qs cCst|ƒS©N)rrrrrÚ__repr__]szDbSystemDetails.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©r ÚotherrrrÚ__eq__`szDbSystemDetails.__eq__cCs ||k SrrrrrrÚ__ne__fszDbSystemDetails.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyrÚsetterr rrrrrrrr s    rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs