MemberCluster¶
-
class
oci.redis.models.MemberCluster(**kwargs)¶ Bases:
objectThe details of a cluster participating in the replication setup.
Methods
__init__(**kwargs)Initializes a new MemberCluster object with values from keyword arguments. Attributes
oci_cache_cluster_id[Required] Gets the oci_cache_cluster_id of this MemberCluster. region[Required] Gets the region of this MemberCluster. -
__init__(**kwargs)¶ Initializes a new MemberCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - oci_cache_cluster_id (str) – The value to assign to the oci_cache_cluster_id property of this MemberCluster.
- region (str) – The value to assign to the region property of this MemberCluster.
-
oci_cache_cluster_id¶ [Required] Gets the oci_cache_cluster_id of this MemberCluster. The OCID of the OCI Cache cluster.
Returns: The oci_cache_cluster_id of this MemberCluster. Return type: str
-
region¶ [Required] Gets the region of this MemberCluster. The OCI region to which the cluster belongs.
Returns: The region of this MemberCluster. Return type: str
-