📂 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
›
mysql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/mysql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: heat_wave_cluster_table_memory_estimate.pyc
a O��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�"HeatWaveClusterTableMemoryEstimatezk Estimated memory footprint for a MySQL user table when loaded to the HeatWave cluster memory. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a4 Initializes a new HeatWaveClusterTableMemoryEstimate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param table_name: The value to assign to the table_name property of this HeatWaveClusterTableMemoryEstimate. :type table_name: str :param to_load_column_count: The value to assign to the to_load_column_count property of this HeatWaveClusterTableMemoryEstimate. :type to_load_column_count: int :param varlen_column_count: The value to assign to the varlen_column_count property of this HeatWaveClusterTableMemoryEstimate. :type varlen_column_count: int :param estimated_row_count: The value to assign to the estimated_row_count property of this HeatWaveClusterTableMemoryEstimate. :type estimated_row_count: int :param analytical_footprint_in_mbs: The value to assign to the analytical_footprint_in_mbs property of this HeatWaveClusterTableMemoryEstimate. :type analytical_footprint_in_mbs: int :param error_comment: The value to assign to the error_comment property of this HeatWaveClusterTableMemoryEstimate. :type error_comment: str �str�int)� table_name�to_load_column_count�varlen_column_count�estimated_row_count�analytical_footprint_in_mbs� error_comment� tableName�toLoadColumnCount�varlenColumnCount�estimatedRowCount�analyticalFootprintInMbs�errorCommentN)� swagger_types� attribute_map�_table_name�_to_load_column_count�_varlen_column_count�_estimated_row_count�_analytical_footprint_in_mbs�_error_comment)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/heat_wave_cluster_table_memory_estimate.py�__init__ s( � � z+HeatWaveClusterTableMemoryEstimate.__init__c C s | j S )z� **[Required]** Gets the table_name of this HeatWaveClusterTableMemoryEstimate. The table name. :return: The table_name of this HeatWaveClusterTableMemoryEstimate. :rtype: str �r �r r r r r H s z-HeatWaveClusterTableMemoryEstimate.table_namec C s || _ dS )z� Sets the table_name of this HeatWaveClusterTableMemoryEstimate. The table name. :param table_name: The table_name of this HeatWaveClusterTableMemoryEstimate. :type: str Nr"