ruạṛ
a ���f^3 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�PerformanceMetricsDatazK The list of Data Guard performance metrics for Managed Databases. �SNAPSHOT_STANDBY�LOGICAL_STANDBY�PHYSICAL_STANDBY�PRIMARY�FAR_SYNCc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a% Initializes a new PerformanceMetricsData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this PerformanceMetricsData. :type compartment_id: str :param resource_id: The value to assign to the resource_id property of this PerformanceMetricsData. :type resource_id: str :param primary_db_id: The value to assign to the primary_db_id property of this PerformanceMetricsData. :type primary_db_id: str :param primary_db_unique_name: The value to assign to the primary_db_unique_name property of this PerformanceMetricsData. :type primary_db_unique_name: str :param database_id: The value to assign to the database_id property of this PerformanceMetricsData. :type database_id: str :param db_unique_name: The value to assign to the db_unique_name property of this PerformanceMetricsData. :type db_unique_name: str :param deployment_type: The value to assign to the deployment_type property of this PerformanceMetricsData. :type deployment_type: str :param resource_name: The value to assign to the resource_name property of this PerformanceMetricsData. :type resource_name: str :param db_role: The value to assign to the db_role property of this PerformanceMetricsData. Allowed values for this property are: "SNAPSHOT_STANDBY", "LOGICAL_STANDBY", "PHYSICAL_STANDBY", "PRIMARY", "FAR_SYNC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type db_role: str :param metrics: The value to assign to the metrics property of this PerformanceMetricsData. :type metrics: list[oci.database_management.models.PerformanceMetrics] �strzlist[PerformanceMetrics]) �compartment_id�resource_id� primary_db_id�primary_db_unique_name�database_id�db_unique_name�deployment_type� resource_name�db_role�metricsZ compartmentIdZ resourceIdZprimaryDbIdZprimaryDbUniqueNameZ databaseIdZdbUniqueNameZdeploymentTypeZresourceNameZdbRoler N)Z swagger_typesZ attribute_map�_compartment_id�_resource_id�_primary_db_id�_primary_db_unique_name�_database_id�_db_unique_name�_deployment_type�_resource_name�_db_role�_metrics)�self�kwargs� r# �[/usr/lib/python3.9/site-packages/oci/database_management/models/performance_metrics_data.py�__init__&