ruạṛ
a N��fT � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�DiscoveryAnalyticsSummaryz. Summary of discovery analytics data. �SENSITIVE_DATA_MODEL�SENSITIVE_TYPE�SENSITIVE_SCHEMA�SENSITIVE_TABLE�SENSITIVE_COLUMN�SENSITIVE_DATA_VALUEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new DiscoveryAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this DiscoveryAnalyticsSummary. Allowed values for this property are: "SENSITIVE_DATA_MODEL", "SENSITIVE_TYPE", "SENSITIVE_SCHEMA", "SENSITIVE_TABLE", "SENSITIVE_COLUMN", "SENSITIVE_DATA_VALUE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type metric_name: str :param dimensions: The value to assign to the dimensions property of this DiscoveryAnalyticsSummary. :type dimensions: oci.data_safe.models.Dimensions :param count: The value to assign to the count property of this DiscoveryAnalyticsSummary. :type count: int �str� Dimensions�int)�metric_name� dimensions�count� metricNamer r N)� swagger_types� attribute_map�_metric_name�_dimensions�_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/discovery_analytics_summary.py�__init__( s ��z"DiscoveryAnalyticsSummary.__init__c C s | j S )a� **[Required]** Gets the metric_name of this DiscoveryAnalyticsSummary. The name of the aggregation metric. Allowed values for this property are: "SENSITIVE_DATA_MODEL", "SENSITIVE_TYPE", "SENSITIVE_SCHEMA", "SENSITIVE_TABLE", "SENSITIVE_COLUMN", "SENSITIVE_DATA_VALUE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The metric_name of this DiscoveryAnalyticsSummary. :rtype: str )r �r r r r r L s z%DiscoveryAnalyticsSummary.metric_namec C s g d�}t ||�sd}|| _dS )z� Sets the metric_name of this DiscoveryAnalyticsSummary. The name of the aggregation metric. :param metric_name: The metric_name of this DiscoveryAnalyticsSummary. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r [ s c C s | j S )z� Gets the dimensions of this DiscoveryAnalyticsSummary. :return: The dimensions of this DiscoveryAnalyticsSummary. :rtype: oci.data_safe.models.Dimensions �r r r r r r j s z$DiscoveryAnalyticsSummary.dimensionsc C s || _ dS )z� Sets the dimensions of this DiscoveryAnalyticsSummary. :param dimensions: The dimensions of this DiscoveryAnalyticsSummary. :type: oci.data_safe.models.Dimensions Nr! )r r r r r r t s c C s | j S )z� **[Required]** Gets the count of this DiscoveryAnalyticsSummary. The total count for the aggregation metric. :return: The count of this DiscoveryAnalyticsSummary. :rtype: int �r r r r r r ~ s zDiscoveryAnalyticsSummary.countc C s || _ dS )z� Sets the count of this DiscoveryAnalyticsSummary. The total count for the aggregation metric. :param count: The count of this DiscoveryAnalyticsSummary. :type: int Nr"