📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
redis
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/redis/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_redis_cluster_details.cpython-39.opt-1.pyc
a ���fg% � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �UpdateRedisClusterDetailsz> The configuration to update for an existing cluster. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )aP Initializes a new UpdateRedisClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shard_count: The value to assign to the shard_count property of this UpdateRedisClusterDetails. :type shard_count: int :param display_name: The value to assign to the display_name property of this UpdateRedisClusterDetails. :type display_name: str :param node_count: The value to assign to the node_count property of this UpdateRedisClusterDetails. :type node_count: int :param node_memory_in_gbs: The value to assign to the node_memory_in_gbs property of this UpdateRedisClusterDetails. :type node_memory_in_gbs: float :param nsg_ids: The value to assign to the nsg_ids property of this UpdateRedisClusterDetails. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateRedisClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateRedisClusterDetails. :type defined_tags: dict(str, dict(str, object)) �int�str�floatz list[str]zdict(str, str)zdict(str, dict(str, object)))�shard_count�display_name� node_count�node_memory_in_gbs�nsg_ids� freeform_tags�defined_tagsZ shardCountZdisplayNameZ nodeCountZnodeMemoryInGBsZnsgIdsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_shard_count� _display_name�_node_count�_node_memory_in_gbs�_nsg_ids�_freeform_tags� _defined_tags)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/redis/models/update_redis_cluster_details.py�__init__ s. #�� z"UpdateRedisClusterDetails.__init__c C s | j S )a Gets the shard_count of this UpdateRedisClusterDetails. The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED. :return: The shard_count of this UpdateRedisClusterDetails. :rtype: int �r �r r r r r P s z%UpdateRedisClusterDetails.shard_countc C s || _ dS )a Sets the shard_count of this UpdateRedisClusterDetails. The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED. :param shard_count: The shard_count of this UpdateRedisClusterDetails. :type: int Nr )r r r r r r \ s c C s | j S )a Gets the display_name of this UpdateRedisClusterDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this UpdateRedisClusterDetails. :rtype: str �r r r r r r h s z&UpdateRedisClusterDetails.display_namec C s || _ dS )a( Sets the display_name of this UpdateRedisClusterDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this UpdateRedisClusterDetails. :type: str Nr )r r r r r r t s c C s | j S )a5 Gets the node_count of this UpdateRedisClusterDetails. The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED. :return: The node_count of this UpdateRedisClusterDetails. :rtype: int �r r r r r r � s z$UpdateRedisClusterDetails.node_countc C s || _ dS )a> Sets the node_count of this UpdateRedisClusterDetails. The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED. :param node_count: The node_count of this UpdateRedisClusterDetails. :type: int Nr )r r r r r r � s c C s | j S )a Gets the node_memory_in_gbs of this UpdateRedisClusterDetails. The amount of memory allocated to the cluster's nodes, in gigabytes. :return: The node_memory_in_gbs of this UpdateRedisClusterDetails. :rtype: float �r r r r r r � s z,UpdateRedisClusterDetails.node_memory_in_gbsc C s || _ dS )a Sets the node_memory_in_gbs of this UpdateRedisClusterDetails. The amount of memory allocated to the cluster's nodes, in gigabytes. :param node_memory_in_gbs: The node_memory_in_gbs of this UpdateRedisClusterDetails. :type: float Nr! )r r r r r r � s c C s | j S )a Gets the nsg_ids of this UpdateRedisClusterDetails. A list of Network Security Group (NSG) `OCIDs`__ associated with this cluster. For more information, see `Using an NSG for Clusters`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup :return: The nsg_ids of this UpdateRedisClusterDetails. :rtype: list[str] �r r r r r r � s z!UpdateRedisClusterDetails.nsg_idsc C s || _ dS )a Sets the nsg_ids of this UpdateRedisClusterDetails. A list of Network Security Group (NSG) `OCIDs`__ associated with this cluster. For more information, see `Using an NSG for Clusters`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup :param nsg_ids: The nsg_ids of this UpdateRedisClusterDetails. :type: list[str] Nr"