📂 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: update_analytics_cluster_details.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�UpdateAnalyticsClusterDetailszz DEPRECATED -- please use HeatWave API instead. Details about the Analytics Cluster properties to be updated. c K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new UpdateAnalyticsClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape_name: The value to assign to the shape_name property of this UpdateAnalyticsClusterDetails. :type shape_name: str :param cluster_size: The value to assign to the cluster_size property of this UpdateAnalyticsClusterDetails. :type cluster_size: int �str�int)� shape_name�cluster_sizeZ shapeNameZclusterSizeN)Z swagger_typesZ attribute_map�_shape_name� _cluster_size)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/mysql/models/update_analytics_cluster_details.py�__init__ s ��z&UpdateAnalyticsClusterDetails.__init__c C s | j S )a� Gets the shape_name of this UpdateAnalyticsClusterDetails. A change to the shape of the nodes in the Analytics Cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the Analytics Cluster is re-provisioned. :return: The shape_name of this UpdateAnalyticsClusterDetails. :rtype: str �r �r r r r r . s z(UpdateAnalyticsClusterDetails.shape_namec C s || _ dS )a� Sets the shape_name of this UpdateAnalyticsClusterDetails. A change to the shape of the nodes in the Analytics Cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the Analytics Cluster is re-provisioned. :param shape_name: The shape_name of this UpdateAnalyticsClusterDetails. :type: str Nr )r r r r r r >