📂 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
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: heat_wave_cluster.cpython-39.pyc
a ���f1 � @ 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 @ s6 e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�HeatWaveClusterzG A HeatWave cluster is a database accelerator for a DB System. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aP Initializes a new HeatWaveCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_system_id: The value to assign to the db_system_id property of this HeatWaveCluster. :type db_system_id: str :param shape_name: The value to assign to the shape_name property of this HeatWaveCluster. :type shape_name: str :param cluster_size: The value to assign to the cluster_size property of this HeatWaveCluster. :type cluster_size: int :param is_lakehouse_enabled: The value to assign to the is_lakehouse_enabled property of this HeatWaveCluster. :type is_lakehouse_enabled: bool :param cluster_nodes: The value to assign to the cluster_nodes property of this HeatWaveCluster. :type cluster_nodes: list[oci.mysql.models.HeatWaveNode] :param lifecycle_state: The value to assign to the lifecycle_state property of this HeatWaveCluster. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this HeatWaveCluster. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this HeatWaveCluster. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this HeatWaveCluster. :type time_updated: datetime �str�int�boolzlist[HeatWaveNode]Zdatetime) �db_system_id� shape_name�cluster_size�is_lakehouse_enabled� cluster_nodes�lifecycle_state�lifecycle_details�time_created�time_updatedZ dbSystemIdZ shapeNameZclusterSizeZisLakehouseEnabledZclusterNodesZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map� _db_system_id�_shape_name� _cluster_size�_is_lakehouse_enabled�_cluster_nodes�_lifecycle_state�_lifecycle_details� _time_created� _time_updated)�self�kwargs� r% �F/usr/lib/python3.9/site-packages/oci/mysql/models/heat_wave_cluster.py�__init__. s: -� �zHeatWaveCluster.__init__c C s | j S )z� **[Required]** Gets the db_system_id of this HeatWaveCluster. The OCID of the parent DB System this HeatWave cluster is attached to. :return: The db_system_id of this HeatWaveCluster. :rtype: str �r �r# r% r% r&