📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_collection_log_dimensions.cpython-39.pyc
a ���f� � @ 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 d d� Z dd� Zdd� ZdS )�SqlCollectionLogDimensionsz@ The dimensions available for SQL collection analytics. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SqlCollectionLogDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param client_ip: The value to assign to the client_ip property of this SqlCollectionLogDimensions. :type client_ip: str :param client_os_user_name: The value to assign to the client_os_user_name property of this SqlCollectionLogDimensions. :type client_os_user_name: str :param client_program: The value to assign to the client_program property of this SqlCollectionLogDimensions. :type client_program: str �str)� client_ip�client_os_user_name�client_programZclientIpZclientOsUserNameZ clientProgramN)Z swagger_typesZ attribute_map� _client_ip�_client_os_user_name�_client_program)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/data_safe/models/sql_collection_log_dimensions.py�__init__ s ��z#SqlCollectionLogDimensions.__init__c C s | j S )z� Gets the client_ip of this SqlCollectionLogDimensions. The IP addresses for the SQL collection. :return: The client_ip of this SqlCollectionLogDimensions. :rtype: str �r �r r r r r 4 s z$SqlCollectionLogDimensions.client_ipc C s || _ dS )z� Sets the client_ip of this SqlCollectionLogDimensions. The IP addresses for the SQL collection. :param client_ip: The client_ip of this SqlCollectionLogDimensions. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the client_os_user_name of this SqlCollectionLogDimensions. The operating system user names for the SQL collection. :return: The client_os_user_name of this SqlCollectionLogDimensions. :rtype: str �r r r r r r L s z.SqlCollectionLogDimensions.client_os_user_namec C s || _ dS )a Sets the client_os_user_name of this SqlCollectionLogDimensions. The operating system user names for the SQL collection. :param client_os_user_name: The client_os_user_name of this SqlCollectionLogDimensions. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the client_program of this SqlCollectionLogDimensions. The allowed client programs for the SQL collection. :return: The client_program of this SqlCollectionLogDimensions. :rtype: str �r r r r r r d s z)SqlCollectionLogDimensions.client_programc C s || _ dS )z� Sets the client_program of this SqlCollectionLogDimensions. The allowed client programs for the SQL collection. :param client_program: The client_program of this SqlCollectionLogDimensions. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z#SqlCollectionLogDimensions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z!SqlCollectionLogDimensions.__eq__c C s | |k S r r r r r r �__ne__� s z!SqlCollectionLogDimensions.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"