📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: heat_wave_cluster_usage_metrics.cpython-39.pyc
a ���f0/ � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�HeatWaveClusterUsageMetricszM The list of aggregated metrics for a HeatWave cluster in the fleet. �UP�DOWN�UNKNOWNc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new HeatWaveClusterUsageMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this HeatWaveClusterUsageMetrics. Allowed values for this property are: "UP", "DOWN", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param db_system_id: The value to assign to the db_system_id property of this HeatWaveClusterUsageMetrics. :type db_system_id: str :param db_system_name: The value to assign to the db_system_name property of this HeatWaveClusterUsageMetrics. :type db_system_name: str :param heat_wave_cluster_display_name: The value to assign to the heat_wave_cluster_display_name property of this HeatWaveClusterUsageMetrics. :type heat_wave_cluster_display_name: str :param node_count: The value to assign to the node_count property of this HeatWaveClusterUsageMetrics. :type node_count: int :param is_lakehouse_enabled: The value to assign to the is_lakehouse_enabled property of this HeatWaveClusterUsageMetrics. :type is_lakehouse_enabled: bool :param heat_wave_node_shape: The value to assign to the heat_wave_node_shape property of this HeatWaveClusterUsageMetrics. :type heat_wave_node_shape: str :param memory_size: The value to assign to the memory_size property of this HeatWaveClusterUsageMetrics. :type memory_size: int :param metrics: The value to assign to the metrics property of this HeatWaveClusterUsageMetrics. :type metrics: list[oci.database_management.models.HeatWaveFleetMetricDefinition] �str�int�boolz#list[HeatWaveFleetMetricDefinition]) �status�db_system_id�db_system_name�heat_wave_cluster_display_name� node_count�is_lakehouse_enabled�heat_wave_node_shape�memory_size�metricsr Z dbSystemIdZdbSystemNameZheatWaveClusterDisplayNameZ nodeCountZisLakehouseEnabledZheatWaveNodeShapeZ memorySizer N)Z swagger_typesZ attribute_map�_status� _db_system_id�_db_system_name�_heat_wave_cluster_display_name�_node_count�_is_lakehouse_enabled�_heat_wave_node_shape�_memory_size�_metrics)�self�kwargs� r! �b/usr/lib/python3.9/site-packages/oci/database_management/models/heat_wave_cluster_usage_metrics.py�__init__ s: -� �z$HeatWaveClusterUsageMetrics.__init__c C s | j S )a� **[Required]** Gets the status of this HeatWaveClusterUsageMetrics. The status of the HeatWave cluster. Indicates whether the status of the cluster is UP, DOWN, or UNKNOWN at the current time. Allowed values for this property are: "UP", "DOWN", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this HeatWaveClusterUsageMetrics. :rtype: str )r �r r! r! r"