You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/redis_redis_cluster.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ The following attributes are exported:
54
54
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
55
55
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the cluster's replica nodes.
56
56
*`replicas_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
57
+
*`security_attributes` - Security attributes for redis cluster resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
57
58
*`shard_count` - The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
58
59
*`software_version` - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
Copy file name to clipboardExpand all lines: website/docs/d/redis_redis_clusters.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The following attributes are exported:
68
68
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
69
69
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the cluster's replica nodes.
70
70
*`replicas_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
71
+
*`security_attributes` - Security attributes for redis cluster resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
71
72
*`shard_count` - The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
72
73
*`software_version` - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
@@ -48,6 +49,7 @@ The following arguments are supported:
48
49
*`node_memory_in_gbs` - (Required) (Updatable) The amount of memory allocated to the cluster's nodes, in gigabytes.
49
50
*`nsg_ids` - (Optional) (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
50
51
*`oci_cache_config_set_id` - (Optional) (Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
52
+
*`security_attributes` - (Optional) (Updatable) Security attributes for redis cluster resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
51
53
*`shard_count` - (Optional) (Updatable) The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED.
52
54
*`software_version` - (Required) (Updatable) The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
53
55
*`subnet_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
@@ -82,6 +84,7 @@ The following attributes are exported:
82
84
*`primary_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
83
85
*`replicas_endpoint_ip_address` - The private IP address of the API endpoint for the cluster's replica nodes.
84
86
*`replicas_fqdn` - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
87
+
*`security_attributes` - Security attributes for redis cluster resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}`
85
88
*`shard_count` - The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
86
89
*`software_version` - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
0 commit comments