ruạṛ
a ���fWo � @ 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 Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#edGdH� �Z$e$jdIdH� �Z$edJdK� �Z%e%jdLdK� �Z%edMdN� �Z&e&jdOdN� �Z&dPdQ� Z'dRdS� Z(dTdU� Z)dVS )W�RedisClusterz� 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 �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�V7_0_5� REDIS_7_0�SHARDED� NONSHARDEDc K s� ddddddddddddddddddddddd �| _ d ddd ddddddddddddddddddd �| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!a� Initializes a new RedisCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this RedisCluster. :type id: str :param display_name: The value to assign to the display_name property of this RedisCluster. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this RedisCluster. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RedisCluster. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "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 RedisCluster. :type lifecycle_details: str :param node_count: The value to assign to the node_count property of this RedisCluster. :type node_count: int :param node_memory_in_gbs: The value to assign to the node_memory_in_gbs property of this RedisCluster. :type node_memory_in_gbs: float :param primary_fqdn: The value to assign to the primary_fqdn property of this RedisCluster. :type primary_fqdn: str :param primary_endpoint_ip_address: The value to assign to the primary_endpoint_ip_address property of this RedisCluster. :type primary_endpoint_ip_address: str :param replicas_fqdn: The value to assign to the replicas_fqdn property of this RedisCluster. :type replicas_fqdn: str :param replicas_endpoint_ip_address: The value to assign to the replicas_endpoint_ip_address property of this RedisCluster. :type replicas_endpoint_ip_address: str :param software_version: The value to assign to the software_version property of this RedisCluster. Allowed values for this property are: "V7_0_5", "REDIS_7_0", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type software_version: str :param subnet_id: The value to assign to the subnet_id property of this RedisCluster. :type subnet_id: str :param time_created: The value to assign to the time_created property of this RedisCluster. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this RedisCluster. :type time_updated: datetime :param node_collection: The value to assign to the node_collection property of this RedisCluster. :type node_collection: oci.redis.models.NodeCollection :param cluster_mode: The value to assign to the cluster_mode property of this RedisCluster. Allowed values for this property are: "SHARDED", "NONSHARDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cluster_mode: str :param shard_count: The value to assign to the shard_count property of this RedisCluster. :type shard_count: int :param nsg_ids: The value to assign to the nsg_ids property of this RedisCluster. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this RedisCluster. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RedisCluster. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RedisCluster. :type system_tags: dict(str, dict(str, object)) �str�int�floatZdatetimeZNodeCollectionz list[str]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�lifecycle_state�lifecycle_details� node_count�node_memory_in_gbs�primary_fqdn�primary_endpoint_ip_address� replicas_fqdn�replicas_endpoint_ip_address�software_version� subnet_id�time_created�time_updated�node_collection�cluster_mode�shard_count�nsg_ids� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZlifecycleStateZlifecycleDetailsZ nodeCountZnodeMemoryInGBsZprimaryFqdnZprimaryEndpointIpAddressZreplicasFqdnZreplicasEndpointIpAddressZsoftwareVersionZsubnetIdZtimeCreatedZtimeUpdatedZnodeCollectionZclusterModeZ shardCountZnsgIdsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_lifecycle_state�_lifecycle_details�_node_count�_node_memory_in_gbs� _primary_fqdn�_primary_endpoint_ip_address�_replicas_fqdn�_replicas_endpoint_ip_address�_software_version� _subnet_id� _time_created� _time_updated�_node_collection� _cluster_mode�_shard_count�_nsg_ids�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rB �B/usr/lib/python3.9/site-packages/oci/redis/models/redis_cluster.py�__init__<