a ýÎòfKKã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sêeZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZed d „ƒZ e jd d „ƒZ ed d„ƒZ e jdd„ƒZ edd„ƒZ e jdd„ƒZ edd„ƒZ e jdd„ƒZ edd„ƒZ e jdd„ƒZ edd„ƒZejdd„ƒZedd„ƒZejdd„ƒZedd „ƒZejd!d „ƒZed"d#„ƒZejd$d#„ƒZed%d&„ƒZejd'd&„ƒZed(d)„ƒZejd*d)„ƒZed+d,„ƒZejd-d,„ƒZed.d/„ƒZejd0d/„ƒZed1d2„ƒZejd3d2„ƒZed4d5„ƒZejd6d5„ƒZd7d8„Zd9d:„Zd;d<„Zd=S)>ÚDbSystemSummaryz6 Summary information about a database system. cKs¾ddddddddddddddddddœ|_ddd d d d d dddddddddddœ|_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_d|_d|_dS)a Initializes a new DbSystemSummary 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 DbSystemSummary. :type id: str :param display_name: The value to assign to the display_name property of this DbSystemSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this DbSystemSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this DbSystemSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DbSystemSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DbSystemSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DbSystemSummary. :type lifecycle_details: str :param system_type: The value to assign to the system_type property of this DbSystemSummary. :type system_type: str :param instance_count: The value to assign to the instance_count property of this DbSystemSummary. :type instance_count: int :param shape: The value to assign to the shape property of this DbSystemSummary. :type shape: str :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this DbSystemSummary. :type instance_ocpu_count: int :param instance_memory_size_in_gbs: The value to assign to the instance_memory_size_in_gbs property of this DbSystemSummary. :type instance_memory_size_in_gbs: int :param db_version: The value to assign to the db_version property of this DbSystemSummary. :type db_version: str :param config_id: The value to assign to the config_id property of this DbSystemSummary. :type config_id: str :param freeform_tags: The value to assign to the freeform_tags property of this DbSystemSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DbSystemSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DbSystemSummary. :type system_tags: dict(str, dict(str, object)) ÚstrZdatetimeÚintzdict(str, str)zdict(str, dict(str, object)))ÚidÚ display_nameÚcompartment_idÚ time_createdÚ time_updatedÚlifecycle_stateÚlifecycle_detailsÚ system_typeÚinstance_countÚshapeÚinstance_ocpu_countÚinstance_memory_size_in_gbsÚ db_versionÚ config_idÚ freeform_tagsÚ defined_tagsÚ system_tagsr Z displayNameZ compartmentIdZ timeCreatedZ timeUpdatedZlifecycleStateZlifecycleDetailsZ systemTypeZ instanceCountrZinstanceOcpuCountZinstanceMemorySizeInGBsZ dbVersionZconfigIdZ freeformTagsZ definedTagsZ systemTagsN)Z swagger_typesZ attribute_mapÚ_idÚ _display_nameÚ_compartment_idÚ _time_createdÚ _time_updatedÚ_lifecycle_stateÚ_lifecycle_detailsÚ _system_typeÚ_instance_countÚ_shapeÚ_instance_ocpu_countÚ_instance_memory_size_in_gbsÚ _db_versionÚ _config_idÚ_freeform_tagsÚ _defined_tagsÚ _system_tags)ÚselfÚkwargs©r-úE/usr/lib/python3.9/site-packages/oci/psql/models/db_system_summary.pyÚ__init__sjKïïzDbSystemSummary.__init__cCs|jS)zØ **[Required]** Gets the id of this DbSystemSummary. A unique identifier for the database system. Immutable on creation. :return: The id of this DbSystemSummary. :rtype: str ©r©r+r-r-r.r –s zDbSystemSummary.idcCs ||_dS)zÊ Sets the id of this DbSystemSummary. A unique identifier for the database system. Immutable on creation. :param id: The id of this DbSystemSummary. :type: str Nr0)r+r r-r-r.r ¢s cCs|jS)a **[Required]** Gets the display_name of this DbSystemSummary. A user-friendly display name for the database system. Avoid entering confidential information. :return: The display_name of this DbSystemSummary. :rtype: str ©rr1r-r-r.r ®s zDbSystemSummary.display_namecCs ||_dS)a Sets the display_name of this DbSystemSummary. A user-friendly display name for the database system. Avoid entering confidential information. :param display_name: The display_name of this DbSystemSummary. :type: str Nr2)r+r r-r-r.r ºs cCs|jS)aB **[Required]** Gets the compartment_id of this DbSystemSummary. The `OCID`__ of the compartment that contains the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DbSystemSummary. :rtype: str ©rr1r-r-r.r Æs zDbSystemSummary.compartment_idcCs ||_dS)a@ Sets the compartment_id of this DbSystemSummary. The `OCID`__ of the compartment that contains the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DbSystemSummary. :type: str Nr3)r+r r-r-r.r Ôs cCs|jS)au **[Required]** Gets the time_created of this DbSystemSummary. The date and time that the database system was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created of this DbSystemSummary. :rtype: datetime ©rr1r-r-r.r âszDbSystemSummary.time_createdcCs ||_dS)aq Sets the time_created of this DbSystemSummary. The date and time that the database system was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :param time_created: The time_created of this DbSystemSummary. :type: datetime Nr4)r+r r-r-r.r óscCs|jS)af Gets the time_updated of this DbSystemSummary. The date and time that the database system was updated, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :return: The time_updated of this DbSystemSummary. :rtype: datetime ©rr1r-r-r.r szDbSystemSummary.time_updatedcCs ||_dS)aq Sets the time_updated of this DbSystemSummary. The date and time that the database system was updated, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :param time_updated: The time_updated of this DbSystemSummary. :type: datetime Nr5)r+r r-r-r.r scCs|jS)zØ **[Required]** Gets the lifecycle_state of this DbSystemSummary. The current state of the database system. :return: The lifecycle_state of this DbSystemSummary. :rtype: str ©rr1r-r-r.r&s zDbSystemSummary.lifecycle_statecCs ||_dS)z× Sets the lifecycle_state of this DbSystemSummary. The current state of the database system. :param lifecycle_state: The lifecycle_state of this DbSystemSummary. :type: str Nr6)r+rr-r-r.r2s cCs|jS)a5 Gets the lifecycle_details of this DbSystemSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :return: The lifecycle_details of this DbSystemSummary. :rtype: str ©r r1r-r-r.r>s z!DbSystemSummary.lifecycle_detailscCs ||_dS)aE Sets the lifecycle_details of this DbSystemSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :param lifecycle_details: The lifecycle_details of this DbSystemSummary. :type: str Nr7)r+rr-r-r.rJs cCs|jS)zà **[Required]** Gets the system_type of this DbSystemSummary. Type of the database system. :return: The system_type of this DbSystemSummary. :rtype: str ©r!r1r-r-r.rVs zDbSystemSummary.system_typecCs ||_dS)z¾ Sets the system_type of this DbSystemSummary. Type of the database system. :param system_type: The system_type of this DbSystemSummary. :type: str Nr8)r+rr-r-r.rbs cCs|jS)zë **[Required]** Gets the instance_count of this DbSystemSummary. Count of database instances, or nodes, in the database system. :return: The instance_count of this DbSystemSummary. :rtype: int ©r"r1r-r-r.rns zDbSystemSummary.instance_countcCs ||_dS)zé Sets the instance_count of this DbSystemSummary. Count of database instances, or nodes, in the database system. :param instance_count: The instance_count of this DbSystemSummary. :type: int Nr9)r+rr-r-r.rzs cCs|jS)zè Gets the shape of this DbSystemSummary. The name of the shape for the database instance node. Example: `VM.Standard.E4.Flex` :return: The shape of this DbSystemSummary. :rtype: str ©r#r1r-r-r.r†s zDbSystemSummary.shapecCs ||_dS)zì Sets the shape of this DbSystemSummary. The name of the shape for the database instance node. Example: `VM.Standard.E4.Flex` :param shape: The shape of this DbSystemSummary. :type: str Nr:)r+rr-r-r.r“s cCs|jS)zú **[Required]** Gets the instance_ocpu_count of this DbSystemSummary. The total number of OCPUs available to each database instance node. :return: The instance_ocpu_count of this DbSystemSummary. :rtype: int ©r$r1r-r-r.r s z#DbSystemSummary.instance_ocpu_countcCs ||_dS)zý Sets the instance_ocpu_count of this DbSystemSummary. The total number of OCPUs available to each database instance node. :param instance_ocpu_count: The instance_ocpu_count of this DbSystemSummary. :type: int Nr;)r+rr-r-r.r¬s cCs|jS)a **[Required]** Gets the instance_memory_size_in_gbs of this DbSystemSummary. The total amount of memory available to each database instance node, in gigabytes. :return: The instance_memory_size_in_gbs of this DbSystemSummary. :rtype: int ©r%r1r-r-r.r¸s z+DbSystemSummary.instance_memory_size_in_gbscCs ||_dS)a$ Sets the instance_memory_size_in_gbs of this DbSystemSummary. The total amount of memory available to each database instance node, in gigabytes. :param instance_memory_size_in_gbs: The instance_memory_size_in_gbs of this DbSystemSummary. :type: int Nr<)r+rr-r-r.rÄs cCs|jS)zÉ **[Required]** Gets the db_version of this DbSystemSummary. Version of database system software. :return: The db_version of this DbSystemSummary. :rtype: str ©r&r1r-r-r.rÐs zDbSystemSummary.db_versioncCs ||_dS)zà Sets the db_version of this DbSystemSummary. Version of database system software. :param db_version: The db_version of this DbSystemSummary. :type: str Nr=)r+rr-r-r.rÜs cCs|jS)a- Gets the config_id of this DbSystemSummary. The `OCID`__ of the configuration associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The config_id of this DbSystemSummary. :rtype: str ©r'r1r-r-r.rès zDbSystemSummary.config_idcCs ||_dS)a5 Sets the config_id of this DbSystemSummary. The `OCID`__ of the configuration associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param config_id: The config_id of this DbSystemSummary. :type: str Nr>)r+rr-r-r.rös cCs|jS)aT **[Required]** Gets the freeform_tags of this DbSystemSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this DbSystemSummary. :rtype: dict(str, str) ©r(r1r-r-r.rs zDbSystemSummary.freeform_tagscCs ||_dS)aQ Sets the freeform_tags of this DbSystemSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this DbSystemSummary. :type: dict(str, str) Nr?)r+rr-r-r.rs cCs|jS)aN **[Required]** Gets the defined_tags of this DbSystemSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this DbSystemSummary. :rtype: dict(str, dict(str, object)) ©r)r1r-r-r.rs zDbSystemSummary.defined_tagscCs ||_dS)aJ Sets the defined_tags of this DbSystemSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this DbSystemSummary. :type: dict(str, dict(str, object)) Nr@)r+rr-r-r.r+s cCs|jS)aC Gets the system_tags of this DbSystemSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` :return: The system_tags of this DbSystemSummary. :rtype: dict(str, dict(str, object)) ©r*r1r-r-r.r8s zDbSystemSummary.system_tagscCs ||_dS)aM Sets the system_tags of this DbSystemSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` :param system_tags: The system_tags of this DbSystemSummary. :type: dict(str, dict(str, object)) NrA)r+rr-r-r.rEs cCst|ƒS©N)rr1r-r-r.Ú__repr__RszDbSystemSummary.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©r+Úotherr-r-r.Ú__eq__UszDbSystemSummary.__eq__cCs ||k SrBr-rEr-r-r.Ú__ne__[szDbSystemSummary.__ne__N)Ú__name__Ú __module__Ú __qualname__Ú__doc__r/Úpropertyr Úsetterr r r r rrrrrrrrrrrrrCrGrHr-r-r-r.r s”                                  rN)Zoci.utilrrrZoci.decoratorsrÚobjectrr-r-r-r.Ús