ruạṛ
a ���fKK � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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. c K s� dddddddddddddddddd�| _ ddd d ddd 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 ZdisplayNameZ compartmentIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZ systemTypeZ instanceCountr ZinstanceOcpuCountZinstanceMemorySizeInGBsZ dbVersionZconfigIdZfreeformTagsZdefinedTagsZ 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__ sj K��zDbSystemSummary.__init__c C s | j S )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.idc C s || _ 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 c C s | j S )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 �r r1 r- r- r. r � s zDbSystemSummary.display_namec C s || _ 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 c C s | j S )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 �r r1 r- r- r. r � s zDbSystemSummary.compartment_idc C s || _ 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 c C s | j S )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 �r r1 r- r- r. r � s zDbSystemSummary.time_createdc C s || _ 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 � s c C s | j S )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 �r r1 r- r- r. r s zDbSystemSummary.time_updatedc C s || _ 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 s c C s | j S )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 �r r1 r- r- r. r & s zDbSystemSummary.lifecycle_statec C s || _ 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+ r r- r- r. r 2 s c C s | j S )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 r1 r- r- r. r > s z!DbSystemSummary.lifecycle_detailsc C s || _ 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+ r r- r- r. r J s c C s | j S )z� **[Required]** Gets the system_type of this DbSystemSummary. Type of the database system. :return: The system_type of this DbSystemSummary. :rtype: str �r! r1 r- r- r. r V s zDbSystemSummary.system_typec C s || _ 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+ r r- r- r. r b s c C s | j S )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"