Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Redis.getRedisClusters
Explore with Pulumi AI
This data source provides the list of Redis Clusters in Oracle Cloud Infrastructure Redis service.
Lists the Oracle Cloud Infrastructure Cache clusters in the specified compartment. A cluster is a memory-based storage solution. For more information, see OCI Cache.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRedisClusters = oci.Redis.getRedisClusters({
compartmentId: compartmentId,
displayName: redisClusterDisplayName,
id: redisClusterId,
state: redisClusterState,
});
import pulumi
import pulumi_oci as oci
test_redis_clusters = oci.Redis.get_redis_clusters(compartment_id=compartment_id,
display_name=redis_cluster_display_name,
id=redis_cluster_id,
state=redis_cluster_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Redis"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Redis.GetRedisClusters(ctx, &redis.GetRedisClustersArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(redisClusterDisplayName),
Id: pulumi.StringRef(redisClusterId),
State: pulumi.StringRef(redisClusterState),
}, 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 testRedisClusters = Oci.Redis.GetRedisClusters.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = redisClusterDisplayName,
Id = redisClusterId,
State = redisClusterState,
});
});
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.GetRedisClustersArgs;
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 testRedisClusters = RedisFunctions.getRedisClusters(GetRedisClustersArgs.builder()
.compartmentId(compartmentId)
.displayName(redisClusterDisplayName)
.id(redisClusterId)
.state(redisClusterState)
.build());
}
}
variables:
testRedisClusters:
fn::invoke:
Function: oci:Redis:getRedisClusters
Arguments:
compartmentId: ${compartmentId}
displayName: ${redisClusterDisplayName}
id: ${redisClusterId}
state: ${redisClusterState}
Using getRedisClusters
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 getRedisClusters(args: GetRedisClustersArgs, opts?: InvokeOptions): Promise<GetRedisClustersResult>
function getRedisClustersOutput(args: GetRedisClustersOutputArgs, opts?: InvokeOptions): Output<GetRedisClustersResult>
def get_redis_clusters(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_redis.GetRedisClustersFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRedisClustersResult
def get_redis_clusters_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_redis.GetRedisClustersFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRedisClustersResult]
func GetRedisClusters(ctx *Context, args *GetRedisClustersArgs, opts ...InvokeOption) (*GetRedisClustersResult, error)
func GetRedisClustersOutput(ctx *Context, args *GetRedisClustersOutputArgs, opts ...InvokeOption) GetRedisClustersResultOutput
> Note: This function is named GetRedisClusters
in the Go SDK.
public static class GetRedisClusters
{
public static Task<GetRedisClustersResult> InvokeAsync(GetRedisClustersArgs args, InvokeOptions? opts = null)
public static Output<GetRedisClustersResult> Invoke(GetRedisClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRedisClustersResult> getRedisClusters(GetRedisClustersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Redis/getRedisClusters:getRedisClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Redis Clusters Filter> - Id string
- The OCID of the cluster.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Redis Clusters Filter - Id string
- The OCID of the cluster.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Clusters Filter> - id String
- The OCID of the cluster.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Redis Clusters Filter[] - id string
- The OCID of the cluster.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[redis.
Get Redis Clusters Filter] - id str
- The OCID of the cluster.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- The OCID of the cluster.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getRedisClusters Result
The following output properties are available:
- Redis
Cluster List<GetCollections Redis Clusters Redis Cluster Collection> - The list of redis_cluster_collection.
- Compartment
Id string - The OCID of the compartment that contains the cluster.
- Display
Name string - A user-friendly name of a cluster node.
- Filters
List<Get
Redis Clusters Filter> - Id string
- The OCID of the cluster.
- State string
- The current state of the cluster.
- Redis
Cluster []GetCollections Redis Clusters Redis Cluster Collection - The list of redis_cluster_collection.
- Compartment
Id string - The OCID of the compartment that contains the cluster.
- Display
Name string - A user-friendly name of a cluster node.
- Filters
[]Get
Redis Clusters Filter - Id string
- The OCID of the cluster.
- State string
- The current state of the cluster.
- redis
Cluster List<GetCollections Clusters Cluster Collection> - The list of redis_cluster_collection.
- compartment
Id String - The OCID of the compartment that contains the cluster.
- display
Name String - A user-friendly name of a cluster node.
- filters
List<Get
Clusters Filter> - id String
- The OCID of the cluster.
- state String
- The current state of the cluster.
- redis
Cluster GetCollections Redis Clusters Redis Cluster Collection[] - The list of redis_cluster_collection.
- compartment
Id string - The OCID of the compartment that contains the cluster.
- display
Name string - A user-friendly name of a cluster node.
- filters
Get
Redis Clusters Filter[] - id string
- The OCID of the cluster.
- state string
- The current state of the cluster.
- redis_
cluster_ Sequence[redis.collections Get Redis Clusters Redis Cluster Collection] - The list of redis_cluster_collection.
- compartment_
id str - The OCID of the compartment that contains the cluster.
- display_
name str - A user-friendly name of a cluster node.
- filters
Sequence[redis.
Get Redis Clusters Filter] - id str
- The OCID of the cluster.
- state str
- The current state of the cluster.
- redis
Cluster List<Property Map>Collections - The list of redis_cluster_collection.
- compartment
Id String - The OCID of the compartment that contains the cluster.
- display
Name String - A user-friendly name of a cluster node.
- filters List<Property Map>
- id String
- The OCID of the cluster.
- state String
- The current state of the cluster.
Supporting Types
GetRedisClustersFilter
GetRedisClustersRedisClusterCollection
- Items
List<Get
Redis Clusters Redis Cluster Collection Item> - Collection of node objects.
- Items
[]Get
Redis Clusters Redis Cluster Collection Item - Collection of node objects.
- items
List<Get
Clusters Cluster Collection Item> - Collection of node objects.
- items
Get
Redis Clusters Redis Cluster Collection Item[] - Collection of node objects.
- items
Sequence[redis.
Get Redis Clusters Redis Cluster Collection Item] - Collection of node objects.
- items List<Property Map>
- Collection of node objects.
GetRedisClustersRedisClusterCollectionItem
- Cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- 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 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 Clusters Redis Cluster Collection Item Node Collection> - The collection of cluster nodes.
- Node
Count int - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- Node
Memory doubleIn Gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- Nsg
Ids List<string> - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- Primary
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's primary node.
- Primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- Replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's replica nodes.
- Replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string - The OCID of the cluster's subnet.
- Dictionary<string, string>
- 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 cluster was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the cluster was updated. An RFC3339 formatted datetime string.
- Cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- 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 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 Clusters Redis Cluster Collection Item Node Collection - The collection of cluster nodes.
- Node
Count int - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- Node
Memory float64In Gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- Nsg
Ids []string - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- Primary
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's primary node.
- Primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- Replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's replica nodes.
- Replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string - The OCID of the cluster's subnet.
- map[string]string
- 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 cluster was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the cluster was updated. An RFC3339 formatted datetime string.
- cluster
Mode String - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- 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 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<GetClusters Cluster Collection Item Node Collection> - The collection of cluster nodes.
- node
Count Integer - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- node
Memory DoubleIn Gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- nsg
Ids List<String> - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- primary
Endpoint StringIp Address - The private IP address of the API endpoint for the cluster's primary node.
- primary
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- replicas
Endpoint StringIp Address - The private IP address of the API endpoint for the cluster's replica nodes.
- replicas
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- Integer
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String - The OCID of the cluster's subnet.
- Map<String,String>
- 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 cluster was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the cluster was updated. An RFC3339 formatted datetime string.
- cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- 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 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 Clusters Redis Cluster Collection Item Node Collection[] - The collection of cluster nodes.
- node
Count number - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- node
Memory numberIn Gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- nsg
Ids string[] - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- primary
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's primary node.
- primary
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- replicas
Endpoint stringIp Address - The private IP address of the API endpoint for the cluster's replica nodes.
- replicas
Fqdn string - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- number
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id string - The OCID of the cluster's subnet.
- {[key: string]: string}
- 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 cluster was created. An RFC3339 formatted datetime string.
- time
Updated string - The date and time the cluster was updated. An RFC3339 formatted datetime string.
- cluster_
mode str - Specifies whether the cluster is sharded or non-sharded.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- 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 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 Clusters Redis Cluster Collection Item Node Collection] - The collection of cluster nodes.
- node_
count int - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- node_
memory_ floatin_ gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- nsg_
ids Sequence[str] - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- primary_
endpoint_ strip_ address - The private IP address of the API endpoint for the cluster's primary node.
- primary_
fqdn str - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- replicas_
endpoint_ strip_ address - The private IP address of the API endpoint for the cluster's replica nodes.
- replicas_
fqdn str - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software_
version str - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet_
id str - The OCID of the cluster's subnet.
- Mapping[str, str]
- 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 cluster was created. An RFC3339 formatted datetime string.
- time_
updated str - The date and time the cluster was updated. An RFC3339 formatted datetime string.
- cluster
Mode String - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- 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 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 cluster nodes.
- node
Count Number - The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
- node
Memory NumberIn Gbs - The amount of memory allocated to the cluster's nodes, in gigabytes.
- nsg
Ids List<String> - A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.
- primary
Endpoint StringIp Address - The private IP address of the API endpoint for the cluster's primary node.
- primary
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
- replicas
Endpoint StringIp Address - The private IP address of the API endpoint for the cluster's replica nodes.
- replicas
Fqdn String - The fully qualified domain name (FQDN) of the API endpoint for the cluster's replica nodes.
- Number
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String - The OCID of the cluster's subnet.
- Map<String>
- 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 cluster was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the cluster was updated. An RFC3339 formatted datetime string.
GetRedisClustersRedisClusterCollectionItemNodeCollection
- Items
List<Get
Redis Clusters Redis Cluster Collection Item Node Collection Item> - Collection of node objects.
- Items
[]Get
Redis Clusters Redis Cluster Collection Item Node Collection Item - Collection of node objects.
- items
List<Get
Clusters Cluster Collection Item Node Collection Item> - Collection of node objects.
- items
Get
Redis Clusters Redis Cluster Collection Item Node Collection Item[] - Collection of node objects.
- items
Sequence[redis.
Get Redis Clusters Redis Cluster Collection Item Node Collection Item] - Collection of node objects.
- items List<Property Map>
- Collection of node objects.
GetRedisClustersRedisClusterCollectionItemNodeCollectionItem
- Display
Name string - A filter to return only resources that match the entire display name given.
- 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 filter to return only resources that match the entire display name given.
- 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 filter to return only resources that match the entire display name given.
- 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 filter to return only resources that match the entire display name given.
- 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 filter to return only resources that match the entire display name given.
- 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 filter to return only resources that match the entire display name given.
- 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.