1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. BigDataService
  5. getBdsInstanceNodeReplaceConfiguration
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.BigDataService.getBdsInstanceNodeReplaceConfiguration

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    This data source provides details about a specific Bds Instance Node Replace Configuration resource in Oracle Cloud Infrastructure Big Data Service service.

    Returns details of the nodeReplaceConfiguration identified by the given ID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstanceNodeReplaceConfiguration = oci.BigDataService.getBdsInstanceNodeReplaceConfiguration({
        bdsInstanceId: testBdsInstance.id,
        nodeReplaceConfigurationId: testConfiguration.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance_node_replace_configuration = oci.BigDataService.get_bds_instance_node_replace_configuration(bds_instance_id=test_bds_instance["id"],
        node_replace_configuration_id=test_configuration["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/bigdataservice"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := bigdataservice.GetBdsInstanceNodeReplaceConfiguration(ctx, &bigdataservice.GetBdsInstanceNodeReplaceConfigurationArgs{
    			BdsInstanceId:              testBdsInstance.Id,
    			NodeReplaceConfigurationId: testConfiguration.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 testBdsInstanceNodeReplaceConfiguration = Oci.BigDataService.GetBdsInstanceNodeReplaceConfiguration.Invoke(new()
        {
            BdsInstanceId = testBdsInstance.Id,
            NodeReplaceConfigurationId = testConfiguration.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
    import com.pulumi.oci.BigDataService.inputs.GetBdsInstanceNodeReplaceConfigurationArgs;
    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 testBdsInstanceNodeReplaceConfiguration = BigDataServiceFunctions.getBdsInstanceNodeReplaceConfiguration(GetBdsInstanceNodeReplaceConfigurationArgs.builder()
                .bdsInstanceId(testBdsInstance.id())
                .nodeReplaceConfigurationId(testConfiguration.id())
                .build());
    
        }
    }
    
    variables:
      testBdsInstanceNodeReplaceConfiguration:
        fn::invoke:
          function: oci:BigDataService:getBdsInstanceNodeReplaceConfiguration
          arguments:
            bdsInstanceId: ${testBdsInstance.id}
            nodeReplaceConfigurationId: ${testConfiguration.id}
    

    Using getBdsInstanceNodeReplaceConfiguration

    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 getBdsInstanceNodeReplaceConfiguration(args: GetBdsInstanceNodeReplaceConfigurationArgs, opts?: InvokeOptions): Promise<GetBdsInstanceNodeReplaceConfigurationResult>
    function getBdsInstanceNodeReplaceConfigurationOutput(args: GetBdsInstanceNodeReplaceConfigurationOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceNodeReplaceConfigurationResult>
    def get_bds_instance_node_replace_configuration(bds_instance_id: Optional[str] = None,
                                                    node_replace_configuration_id: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetBdsInstanceNodeReplaceConfigurationResult
    def get_bds_instance_node_replace_configuration_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                                                    node_replace_configuration_id: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceNodeReplaceConfigurationResult]
    func LookupBdsInstanceNodeReplaceConfiguration(ctx *Context, args *LookupBdsInstanceNodeReplaceConfigurationArgs, opts ...InvokeOption) (*LookupBdsInstanceNodeReplaceConfigurationResult, error)
    func LookupBdsInstanceNodeReplaceConfigurationOutput(ctx *Context, args *LookupBdsInstanceNodeReplaceConfigurationOutputArgs, opts ...InvokeOption) LookupBdsInstanceNodeReplaceConfigurationResultOutput

    > Note: This function is named LookupBdsInstanceNodeReplaceConfiguration in the Go SDK.

    public static class GetBdsInstanceNodeReplaceConfiguration 
    {
        public static Task<GetBdsInstanceNodeReplaceConfigurationResult> InvokeAsync(GetBdsInstanceNodeReplaceConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetBdsInstanceNodeReplaceConfigurationResult> Invoke(GetBdsInstanceNodeReplaceConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBdsInstanceNodeReplaceConfigurationResult> getBdsInstanceNodeReplaceConfiguration(GetBdsInstanceNodeReplaceConfigurationArgs args, InvokeOptions options)
    public static Output<GetBdsInstanceNodeReplaceConfigurationResult> getBdsInstanceNodeReplaceConfiguration(GetBdsInstanceNodeReplaceConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:BigDataService/getBdsInstanceNodeReplaceConfiguration:getBdsInstanceNodeReplaceConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BdsInstanceId string
    The OCID of the cluster.
    NodeReplaceConfigurationId string
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
    BdsInstanceId string
    The OCID of the cluster.
    NodeReplaceConfigurationId string
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
    bdsInstanceId String
    The OCID of the cluster.
    nodeReplaceConfigurationId String
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
    bdsInstanceId string
    The OCID of the cluster.
    nodeReplaceConfigurationId string
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
    bds_instance_id str
    The OCID of the cluster.
    node_replace_configuration_id str
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
    bdsInstanceId String
    The OCID of the cluster.
    nodeReplaceConfigurationId String
    Unique Oracle-assigned identifier of the NodeReplaceConfiguration.

    getBdsInstanceNodeReplaceConfiguration Result

    The following output properties are available:

    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    ClusterAdminPassword string
    DisplayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DurationInMinutes int
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    Id string
    The unique identifier for the NodeReplaceConfiguration.
    LevelTypeDetails List<GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    MetricType string
    Type of compute instance health metric to use for node replacement
    NodeReplaceConfigurationId string
    State string
    The state of the NodeReplaceConfiguration.
    TimeCreated string
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    ClusterAdminPassword string
    DisplayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DurationInMinutes int
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    Id string
    The unique identifier for the NodeReplaceConfiguration.
    LevelTypeDetails []GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    MetricType string
    Type of compute instance health metric to use for node replacement
    NodeReplaceConfigurationId string
    State string
    The state of the NodeReplaceConfiguration.
    TimeCreated string
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    clusterAdminPassword String
    displayName String
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    durationInMinutes Integer
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    id String
    The unique identifier for the NodeReplaceConfiguration.
    levelTypeDetails List<GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    metricType String
    Type of compute instance health metric to use for node replacement
    nodeReplaceConfigurationId String
    state String
    The state of the NodeReplaceConfiguration.
    timeCreated String
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    clusterAdminPassword string
    displayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    durationInMinutes number
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    id string
    The unique identifier for the NodeReplaceConfiguration.
    levelTypeDetails GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail[]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    metricType string
    Type of compute instance health metric to use for node replacement
    nodeReplaceConfigurationId string
    state string
    The state of the NodeReplaceConfiguration.
    timeCreated string
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated string
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bds_instance_id str
    The OCID of the bdsInstance which is the parent resource id.
    cluster_admin_password str
    display_name str
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    duration_in_minutes int
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    id str
    The unique identifier for the NodeReplaceConfiguration.
    level_type_details Sequence[GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    metric_type str
    Type of compute instance health metric to use for node replacement
    node_replace_configuration_id str
    state str
    The state of the NodeReplaceConfiguration.
    time_created str
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    time_updated str
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    clusterAdminPassword String
    displayName String
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    durationInMinutes Number
    This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
    id String
    The unique identifier for the NodeReplaceConfiguration.
    levelTypeDetails List<Property Map>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    metricType String
    Type of compute instance health metric to use for node replacement
    nodeReplaceConfigurationId String
    state String
    The state of the NodeReplaceConfiguration.
    timeCreated String
    The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.

    Supporting Types

    GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail

    LevelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeHostName string
    Host name of the node to create backup configuration.
    NodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    LevelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeHostName string
    Host name of the node to create backup configuration.
    NodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType String
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName String
    Host name of the node to create backup configuration.
    nodeType String
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName string
    Host name of the node to create backup configuration.
    nodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    level_type str
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    node_host_name str
    Host name of the node to create backup configuration.
    node_type str
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType String
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName String
    Host name of the node to create backup configuration.
    nodeType String
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi