📂 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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_redis_cluster_details.cpython-39.pyc
a ���f�6 � @ 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 @ sN 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateRedisClusterDetailsz� The configuration details for a new OCI Cache cluster. An OCI Cache cluster is a memory-based storage solution. For more information, see `OCI Cache`__. __ https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateRedisClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_mode: The value to assign to the cluster_mode property of this CreateRedisClusterDetails. :type cluster_mode: str :param shard_count: The value to assign to the shard_count property of this CreateRedisClusterDetails. :type shard_count: int :param display_name: The value to assign to the display_name property of this CreateRedisClusterDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateRedisClusterDetails. :type compartment_id: str :param node_count: The value to assign to the node_count property of this CreateRedisClusterDetails. :type node_count: int :param software_version: The value to assign to the software_version property of this CreateRedisClusterDetails. :type software_version: str :param node_memory_in_gbs: The value to assign to the node_memory_in_gbs property of this CreateRedisClusterDetails. :type node_memory_in_gbs: float :param subnet_id: The value to assign to the subnet_id property of this CreateRedisClusterDetails. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateRedisClusterDetails. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreateRedisClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateRedisClusterDetails. :type defined_tags: dict(str, dict(str, object)) �str�int�floatz list[str]zdict(str, str)zdict(str, dict(str, object)))�cluster_mode�shard_count�display_name�compartment_id� node_count�software_version�node_memory_in_gbs� subnet_id�nsg_ids� freeform_tags�defined_tagsZclusterModeZ shardCountZdisplayNameZ compartmentIdZ nodeCountZsoftwareVersionZnodeMemoryInGBsZsubnetIdZnsgIdsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _cluster_mode�_shard_count� _display_name�_compartment_id�_node_count�_software_version�_node_memory_in_gbs� _subnet_id�_nsg_ids�_freeform_tags� _defined_tags)�self�kwargs� r"