Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Redis.getRedisCluster
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Redis Cluster resource in Oracle Cloud Infrastructure Redis service.
Retrieves the specified Redis cluster. A Redis cluster is a memory-based storage solution. For more information, see OCI Caching Service with Redis.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRedisCluster = oci.Redis.getRedisCluster({
redisClusterId: testRedisClusterOciRedisRedisCluster.id,
});
import pulumi
import pulumi_oci as oci
test_redis_cluster = oci.Redis.get_redis_cluster(redis_cluster_id=test_redis_cluster_oci_redis_redis_cluster["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Redis"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Redis.GetRedisCluster(ctx, &redis.GetRedisClusterArgs{
RedisClusterId: testRedisClusterOciRedisRedisCluster.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testRedisCluster = Oci.Redis.GetRedisCluster.Invoke(new()
{
RedisClusterId = testRedisClusterOciRedisRedisCluster.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Redis.RedisFunctions;
import com.pulumi.oci.Redis.inputs.GetRedisClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testRedisCluster = RedisFunctions.getRedisCluster(GetRedisClusterArgs.builder()
.redisClusterId(testRedisClusterOciRedisRedisCluster.id())
.build());
}
}
variables:
testRedisCluster:
fn::invoke:
Function: oci:Redis:getRedisCluster
Arguments:
redisClusterId: ${testRedisClusterOciRedisRedisCluster.id}
Using getRedisCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRedisCluster(args: GetRedisClusterArgs, opts?: InvokeOptions): Promise<GetRedisClusterResult>
function getRedisClusterOutput(args: GetRedisClusterOutputArgs, opts?: InvokeOptions): Output<GetRedisClusterResult>
def get_redis_cluster(redis_cluster_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRedisClusterResult
def get_redis_cluster_output(redis_cluster_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRedisClusterResult]
func GetRedisCluster(ctx *Context, args *GetRedisClusterArgs, opts ...InvokeOption) (*GetRedisClusterResult, error)
func GetRedisClusterOutput(ctx *Context, args *GetRedisClusterOutputArgs, opts ...InvokeOption) GetRedisClusterResultOutput
> Note: This function is named GetRedisCluster
in the Go SDK.
public static class GetRedisCluster
{
public static Task<GetRedisClusterResult> InvokeAsync(GetRedisClusterArgs args, InvokeOptions? opts = null)
public static Output<GetRedisClusterResult> Invoke(GetRedisClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRedisClusterResult> getRedisCluster(GetRedisClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Redis/getRedisCluster:getRedisCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Redis
Cluster stringId - The OCID of the Redis cluster.
- Redis
Cluster stringId - The OCID of the Redis cluster.
- redis
Cluster StringId - The OCID of the Redis cluster.
- redis
Cluster stringId - The OCID of the Redis cluster.
- redis_
cluster_ strid - The OCID of the Redis cluster.
- redis
Cluster StringId - The OCID of the Redis cluster.
getRedisCluster Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the Redis cluster.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A user-friendly name of a Redis cluster node.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the Redis cluster.
- Lifecycle
Details string - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - Node
Collections List<GetRedis Cluster Node Collection> - The collection of Redis cluster nodes.
- Node
Count int - The number of nodes in the Redis cluster.
- Node
Memory doubleIn Gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- Nsg
Ids List<string> - OCIDs of the NSGs to control access in the customer network
- Primary
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's primary node.
- Primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- Redis
Cluster stringId - Replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- Replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- Software
Version string - The Redis version that the cluster is running.
- State string
- The current state of the Redis cluster.
- Subnet
Id string - The OCID of the Redis cluster's subnet.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
- Compartment
Id string - The OCID of the compartment that contains the Redis cluster.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A user-friendly name of a Redis cluster node.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the Redis cluster.
- Lifecycle
Details string - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - Node
Collections []GetRedis Cluster Node Collection - The collection of Redis cluster nodes.
- Node
Count int - The number of nodes in the Redis cluster.
- Node
Memory float64In Gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- Nsg
Ids []string - OCIDs of the NSGs to control access in the customer network
- Primary
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's primary node.
- Primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- Redis
Cluster stringId - Replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- Replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- Software
Version string - The Redis version that the cluster is running.
- State string
- The current state of the Redis cluster.
- Subnet
Id string - The OCID of the Redis cluster's subnet.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
- compartment
Id String - The OCID of the compartment that contains the Redis cluster.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A user-friendly name of a Redis cluster node.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the Redis cluster.
- lifecycle
Details String - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - node
Collections List<GetCluster Node Collection> - The collection of Redis cluster nodes.
- node
Count Integer - The number of nodes in the Redis cluster.
- node
Memory DoubleIn Gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- nsg
Ids List<String> - OCIDs of the NSGs to control access in the customer network
- primary
Endpoint StringIp Address - The private IP address of the API endpoint for the Redis cluster's primary node.
- primary
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- redis
Cluster StringId - replicas
Endpoint StringIp Address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- replicas
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- software
Version String - The Redis version that the cluster is running.
- state String
- The current state of the Redis cluster.
- subnet
Id String - The OCID of the Redis cluster's subnet.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
- compartment
Id string - The OCID of the compartment that contains the Redis cluster.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A user-friendly name of a Redis cluster node.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the Redis cluster.
- lifecycle
Details string - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - node
Collections GetRedis Cluster Node Collection[] - The collection of Redis cluster nodes.
- node
Count number - The number of nodes in the Redis cluster.
- node
Memory numberIn Gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- nsg
Ids string[] - OCIDs of the NSGs to control access in the customer network
- primary
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's primary node.
- primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- redis
Cluster stringId - replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- software
Version string - The Redis version that the cluster is running.
- state string
- The current state of the Redis cluster.
- subnet
Id string - The OCID of the Redis cluster's subnet.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- time
Updated string - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
- compartment_
id str - The OCID of the compartment that contains the Redis cluster.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A user-friendly name of a Redis cluster node.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the Redis cluster.
- lifecycle_
details str - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - node_
collections Sequence[redis.Get Redis Cluster Node Collection] - The collection of Redis cluster nodes.
- node_
count int - The number of nodes in the Redis cluster.
- node_
memory_ floatin_ gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- nsg_
ids Sequence[str] - OCIDs of the NSGs to control access in the customer network
- primary_
endpoint_ strip_ address - The private IP address of the API endpoint for the Redis cluster's primary node.
- primary_
fqdn str - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- redis_
cluster_ strid - replicas_
endpoint_ strip_ address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- replicas_
fqdn str - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- software_
version str - The Redis version that the cluster is running.
- state str
- The current state of the Redis cluster.
- subnet_
id str - The OCID of the Redis cluster's subnet.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- time_
updated str - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
- compartment
Id String - The OCID of the compartment that contains the Redis cluster.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A user-friendly name of a Redis cluster node.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the Redis cluster.
- lifecycle
Details String - A message describing the current state in more detail. For example, the message might provide actionable information for a resource in
FAILED
state. - node
Collections List<Property Map> - The collection of Redis cluster nodes.
- node
Count Number - The number of nodes in the Redis cluster.
- node
Memory NumberIn Gbs - The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
- nsg
Ids List<String> - OCIDs of the NSGs to control access in the customer network
- primary
Endpoint StringIp Address - The private IP address of the API endpoint for the Redis cluster's primary node.
- primary
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
- redis
Cluster StringId - replicas
Endpoint StringIp Address - The private IP address of the API endpoint for the Redis cluster's replica nodes.
- replicas
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's replica nodes.
- software
Version String - The Redis version that the cluster is running.
- state String
- The current state of the Redis cluster.
- subnet
Id String - The OCID of the Redis cluster's subnet.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Redis cluster was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the Redis cluster was updated. An RFC3339 formatted datetime string.
Supporting Types
GetRedisClusterNodeCollection
- Items
List<Get
Redis Cluster Node Collection Item> - Collection of node objects.
- Items
[]Get
Redis Cluster Node Collection Item - Collection of node objects.
- items
List<Get
Cluster Node Collection Item> - Collection of node objects.
- items
Get
Redis Cluster Node Collection Item[] - Collection of node objects.
- items
Sequence[redis.
Get Redis Cluster Node Collection Item] - Collection of node objects.
- items List<Property Map>
- Collection of node objects.
GetRedisClusterNodeCollectionItem
- Display
Name string - A user-friendly name of a Redis cluster node.
- Private
Endpoint stringFqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- Private
Endpoint stringIp Address - The private IP address of the API endpoint to access a specific node.
- Display
Name string - A user-friendly name of a Redis cluster node.
- Private
Endpoint stringFqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- Private
Endpoint stringIp Address - The private IP address of the API endpoint to access a specific node.
- display
Name String - A user-friendly name of a Redis cluster node.
- private
Endpoint StringFqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- private
Endpoint StringIp Address - The private IP address of the API endpoint to access a specific node.
- display
Name string - A user-friendly name of a Redis cluster node.
- private
Endpoint stringFqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- private
Endpoint stringIp Address - The private IP address of the API endpoint to access a specific node.
- display_
name str - A user-friendly name of a Redis cluster node.
- private_
endpoint_ strfqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- private_
endpoint_ strip_ address - The private IP address of the API endpoint to access a specific node.
- display
Name String - A user-friendly name of a Redis cluster node.
- private
Endpoint StringFqdn - The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
- private
Endpoint StringIp Address - The private IP address of the API endpoint to access a specific node.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi