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

oci.BigDataService.getBdsInstanceNodeBackupConfigurations

Explore with Pulumi AI

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

    This data source provides the list of Bds Instance Node Backup Configurations in Oracle Cloud Infrastructure Big Data Service service.

    Returns information about the NodeBackupConfigurations.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstanceNodeBackupConfigurations = oci.BigDataService.getBdsInstanceNodeBackupConfigurations({
        bdsInstanceId: testBdsInstance.id,
        displayName: bdsInstanceNodeBackupConfigurationDisplayName,
        state: bdsInstanceNodeBackupConfigurationState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance_node_backup_configurations = oci.BigDataService.get_bds_instance_node_backup_configurations(bds_instance_id=test_bds_instance["id"],
        display_name=bds_instance_node_backup_configuration_display_name,
        state=bds_instance_node_backup_configuration_state)
    
    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.GetBdsInstanceNodeBackupConfigurations(ctx, &bigdataservice.GetBdsInstanceNodeBackupConfigurationsArgs{
    			BdsInstanceId: testBdsInstance.Id,
    			DisplayName:   pulumi.StringRef(bdsInstanceNodeBackupConfigurationDisplayName),
    			State:         pulumi.StringRef(bdsInstanceNodeBackupConfigurationState),
    		}, 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 testBdsInstanceNodeBackupConfigurations = Oci.BigDataService.GetBdsInstanceNodeBackupConfigurations.Invoke(new()
        {
            BdsInstanceId = testBdsInstance.Id,
            DisplayName = bdsInstanceNodeBackupConfigurationDisplayName,
            State = bdsInstanceNodeBackupConfigurationState,
        });
    
    });
    
    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.GetBdsInstanceNodeBackupConfigurationsArgs;
    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 testBdsInstanceNodeBackupConfigurations = BigDataServiceFunctions.getBdsInstanceNodeBackupConfigurations(GetBdsInstanceNodeBackupConfigurationsArgs.builder()
                .bdsInstanceId(testBdsInstance.id())
                .displayName(bdsInstanceNodeBackupConfigurationDisplayName)
                .state(bdsInstanceNodeBackupConfigurationState)
                .build());
    
        }
    }
    
    variables:
      testBdsInstanceNodeBackupConfigurations:
        fn::invoke:
          function: oci:BigDataService:getBdsInstanceNodeBackupConfigurations
          arguments:
            bdsInstanceId: ${testBdsInstance.id}
            displayName: ${bdsInstanceNodeBackupConfigurationDisplayName}
            state: ${bdsInstanceNodeBackupConfigurationState}
    

    Using getBdsInstanceNodeBackupConfigurations

    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 getBdsInstanceNodeBackupConfigurations(args: GetBdsInstanceNodeBackupConfigurationsArgs, opts?: InvokeOptions): Promise<GetBdsInstanceNodeBackupConfigurationsResult>
    function getBdsInstanceNodeBackupConfigurationsOutput(args: GetBdsInstanceNodeBackupConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceNodeBackupConfigurationsResult>
    def get_bds_instance_node_backup_configurations(bds_instance_id: Optional[str] = None,
                                                    display_name: Optional[str] = None,
                                                    filters: Optional[Sequence[GetBdsInstanceNodeBackupConfigurationsFilter]] = None,
                                                    state: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetBdsInstanceNodeBackupConfigurationsResult
    def get_bds_instance_node_backup_configurations_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                                                    display_name: Optional[pulumi.Input[str]] = None,
                                                    filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBdsInstanceNodeBackupConfigurationsFilterArgs]]]] = None,
                                                    state: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceNodeBackupConfigurationsResult]
    func GetBdsInstanceNodeBackupConfigurations(ctx *Context, args *GetBdsInstanceNodeBackupConfigurationsArgs, opts ...InvokeOption) (*GetBdsInstanceNodeBackupConfigurationsResult, error)
    func GetBdsInstanceNodeBackupConfigurationsOutput(ctx *Context, args *GetBdsInstanceNodeBackupConfigurationsOutputArgs, opts ...InvokeOption) GetBdsInstanceNodeBackupConfigurationsResultOutput

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

    public static class GetBdsInstanceNodeBackupConfigurations 
    {
        public static Task<GetBdsInstanceNodeBackupConfigurationsResult> InvokeAsync(GetBdsInstanceNodeBackupConfigurationsArgs args, InvokeOptions? opts = null)
        public static Output<GetBdsInstanceNodeBackupConfigurationsResult> Invoke(GetBdsInstanceNodeBackupConfigurationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBdsInstanceNodeBackupConfigurationsResult> getBdsInstanceNodeBackupConfigurations(GetBdsInstanceNodeBackupConfigurationsArgs args, InvokeOptions options)
    public static Output<GetBdsInstanceNodeBackupConfigurationsResult> getBdsInstanceNodeBackupConfigurations(GetBdsInstanceNodeBackupConfigurationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:BigDataService/getBdsInstanceNodeBackupConfigurations:getBdsInstanceNodeBackupConfigurations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BdsInstanceId string
    The OCID of the cluster.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetBdsInstanceNodeBackupConfigurationsFilter>
    State string
    The state of the NodeBackupConfiguration configuration.
    BdsInstanceId string
    The OCID of the cluster.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetBdsInstanceNodeBackupConfigurationsFilter
    State string
    The state of the NodeBackupConfiguration configuration.
    bdsInstanceId String
    The OCID of the cluster.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetBdsInstanceNodeBackupConfigurationsFilter>
    state String
    The state of the NodeBackupConfiguration configuration.
    bdsInstanceId string
    The OCID of the cluster.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetBdsInstanceNodeBackupConfigurationsFilter[]
    state string
    The state of the NodeBackupConfiguration configuration.
    bds_instance_id str
    The OCID of the cluster.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[GetBdsInstanceNodeBackupConfigurationsFilter]
    state str
    The state of the NodeBackupConfiguration configuration.
    bdsInstanceId String
    The OCID of the cluster.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    state String
    The state of the NodeBackupConfiguration configuration.

    getBdsInstanceNodeBackupConfigurations Result

    The following output properties are available:

    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    Id string
    The provider-assigned unique ID for this managed resource.
    NodeBackupConfigurations List<GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration>
    The list of node_backup_configurations.
    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.
    Filters List<GetBdsInstanceNodeBackupConfigurationsFilter>
    State string
    The state of the NodeBackupConfiguration.
    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    Id string
    The provider-assigned unique ID for this managed resource.
    NodeBackupConfigurations []GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration
    The list of node_backup_configurations.
    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.
    Filters []GetBdsInstanceNodeBackupConfigurationsFilter
    State string
    The state of the NodeBackupConfiguration.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    id String
    The provider-assigned unique ID for this managed resource.
    nodeBackupConfigurations List<GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration>
    The list of node_backup_configurations.
    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.
    filters List<GetBdsInstanceNodeBackupConfigurationsFilter>
    state String
    The state of the NodeBackupConfiguration.
    bdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    id string
    The provider-assigned unique ID for this managed resource.
    nodeBackupConfigurations GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration[]
    The list of node_backup_configurations.
    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.
    filters GetBdsInstanceNodeBackupConfigurationsFilter[]
    state string
    The state of the NodeBackupConfiguration.
    bds_instance_id str
    The OCID of the bdsInstance which is the parent resource id.
    id str
    The provider-assigned unique ID for this managed resource.
    node_backup_configurations Sequence[GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration]
    The list of node_backup_configurations.
    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.
    filters Sequence[GetBdsInstanceNodeBackupConfigurationsFilter]
    state str
    The state of the NodeBackupConfiguration.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    id String
    The provider-assigned unique ID for this managed resource.
    nodeBackupConfigurations List<Property Map>
    The list of node_backup_configurations.
    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.
    filters List<Property Map>
    state String
    The state of the NodeBackupConfiguration.

    Supporting Types

    GetBdsInstanceNodeBackupConfigurationsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration

    BackupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    BdsInstanceId string
    The OCID of the cluster.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    The unique identifier for the NodeBackupConfiguration.
    LevelTypeDetails List<GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NumberOfBackupsToRetain int
    Number of backup copies to retain.
    Schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    State string
    The state of the NodeBackupConfiguration configuration.
    TimeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    Timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    BackupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    BdsInstanceId string
    The OCID of the cluster.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    The unique identifier for the NodeBackupConfiguration.
    LevelTypeDetails []GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NumberOfBackupsToRetain int
    Number of backup copies to retain.
    Schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    State string
    The state of the NodeBackupConfiguration configuration.
    TimeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    Timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    backupType String
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId String
    The OCID of the cluster.
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    The unique identifier for the NodeBackupConfiguration.
    levelTypeDetails List<GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    numberOfBackupsToRetain Integer
    Number of backup copies to retain.
    schedule String
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state String
    The state of the NodeBackupConfiguration configuration.
    timeCreated String
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone String
    The time zone of the execution schedule, in IANA time zone database name format
    backupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId string
    The OCID of the cluster.
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    The unique identifier for the NodeBackupConfiguration.
    levelTypeDetails GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail[]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    numberOfBackupsToRetain number
    Number of backup copies to retain.
    schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state string
    The state of the NodeBackupConfiguration configuration.
    timeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    backup_type str
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bds_instance_id str
    The OCID of the cluster.
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    The unique identifier for the NodeBackupConfiguration.
    level_type_details Sequence[GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    number_of_backups_to_retain int
    Number of backup copies to retain.
    schedule str
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state str
    The state of the NodeBackupConfiguration configuration.
    time_created str
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    time_updated str
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone str
    The time zone of the execution schedule, in IANA time zone database name format
    backupType String
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId String
    The OCID of the cluster.
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    The unique identifier for the NodeBackupConfiguration.
    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.
    numberOfBackupsToRetain Number
    Number of backup copies to retain.
    schedule String
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state String
    The state of the NodeBackupConfiguration configuration.
    timeCreated String
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone String
    The time zone of the execution schedule, in IANA time zone database name format

    GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail

    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