📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: analytics_cluster.cpython-39.opt-1.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 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!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�AnalyticsClusterz| DEPRECATED -- please use HeatWave API instead. An Analytics Cluster is a database accelerator for a DB System. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new AnalyticsCluster 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 AnalyticsCluster. :type db_system_id: str :param shape_name: The value to assign to the shape_name property of this AnalyticsCluster. :type shape_name: str :param cluster_size: The value to assign to the cluster_size property of this AnalyticsCluster. :type cluster_size: int :param cluster_nodes: The value to assign to the cluster_nodes property of this AnalyticsCluster. :type cluster_nodes: list[oci.mysql.models.AnalyticsClusterNode] :param lifecycle_state: The value to assign to the lifecycle_state property of this AnalyticsCluster. 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 AnalyticsCluster. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this AnalyticsCluster. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AnalyticsCluster. :type time_updated: datetime �str�intzlist[AnalyticsClusterNode]Zdatetime)�db_system_id� shape_name�cluster_size� cluster_nodes�lifecycle_state�lifecycle_details�time_created�time_updatedZ dbSystemIdZ shapeNameZclusterSizeZclusterNodesZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map� _db_system_id�_shape_name� _cluster_size�_cluster_nodes�_lifecycle_state�_lifecycle_details� _time_created� _time_updated)�self�kwargs� r"