📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: masking_analytics_summary.pyc
a N��fN � @ 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 dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�MaskingAnalyticsSummaryz, Summary of masking analytics data. �MASKING_POLICY�MASKING_DATABASE�MASKING_WORK_REQUEST�MASKED_SENSITIVE_TYPE� MASKED_SCHEMA�MASKED_TABLE� MASKED_COLUMN�MASKED_DATA_VALUEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new MaskingAnalyticsSummary 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 MaskingAnalyticsSummary. Allowed values for this property are: "MASKING_POLICY", "MASKING_DATABASE", "MASKING_WORK_REQUEST", "MASKED_SENSITIVE_TYPE", "MASKED_SCHEMA", "MASKED_TABLE", "MASKED_COLUMN", "MASKED_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 MaskingAnalyticsSummary. :type dimensions: oci.data_safe.models.MaskingAnalyticsDimensions :param count: The value to assign to the count property of this MaskingAnalyticsSummary. :type count: int �str�MaskingAnalyticsDimensions�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/masking_analytics_summary.py�__init__0 s ��z MaskingAnalyticsSummary.__init__c C s | j S )a **[Required]** Gets the metric_name of this MaskingAnalyticsSummary. The name of the aggregation metric. Allowed values for this property are: "MASKING_POLICY", "MASKING_DATABASE", "MASKING_WORK_REQUEST", "MASKED_SENSITIVE_TYPE", "MASKED_SCHEMA", "MASKED_TABLE", "MASKED_COLUMN", "MASKED_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 MaskingAnalyticsSummary. :rtype: str )r �r r r r r T s z#MaskingAnalyticsSummary.metric_namec C s g d�}t ||�sd}|| _dS )z� Sets the metric_name of this MaskingAnalyticsSummary. The name of the aggregation metric. :param metric_name: The metric_name of this MaskingAnalyticsSummary. :type: str )r r r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r c s c C s | j S )z� Gets the dimensions of this MaskingAnalyticsSummary. :return: The dimensions of this MaskingAnalyticsSummary. :rtype: oci.data_safe.models.MaskingAnalyticsDimensions �r r r r r r r s z"MaskingAnalyticsSummary.dimensionsc C s || _ dS )z� Sets the dimensions of this MaskingAnalyticsSummary. :param dimensions: The dimensions of this MaskingAnalyticsSummary. :type: oci.data_safe.models.MaskingAnalyticsDimensions Nr# )r r r r r r | s c C s | j S )z� **[Required]** Gets the count of this MaskingAnalyticsSummary. The total count for the aggregation metric. :return: The count of this MaskingAnalyticsSummary. :rtype: int �r r r r r r � s zMaskingAnalyticsSummary.countc C s || _ dS )z� Sets the count of this MaskingAnalyticsSummary. The total count for the aggregation metric. :param count: The count of this MaskingAnalyticsSummary. :type: int Nr$ )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z MaskingAnalyticsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMaskingAnalyticsSummary.__eq__c C s | |k S r% r r( r r r �__ne__� s zMaskingAnalyticsSummary.__ne__N)�__name__� __module__�__qualname__�__doc__�METRIC_NAME_MASKING_POLICY�METRIC_NAME_MASKING_DATABASE� METRIC_NAME_MASKING_WORK_REQUEST�!METRIC_NAME_MASKED_SENSITIVE_TYPE�METRIC_NAME_MASKED_SCHEMA�METRIC_NAME_MASKED_TABLE�METRIC_NAME_MASKED_COLUMN�METRIC_NAME_MASKED_DATA_VALUEr �propertyr �setterr r r&