Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.BigDataService.getBdsInstanceNodeBackupConfigurations
Explore with Pulumi AI
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:
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Bds Instance Node Backup Configurations Filter> - State string
- The state of the NodeBackupConfiguration configuration.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Bds Instance Node Backup Configurations Filter - State string
- The state of the NodeBackupConfiguration configuration.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Bds Instance Node Backup Configurations Filter> - state String
- The state of the NodeBackupConfiguration configuration.
- bds
Instance stringId - The OCID of the cluster.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Bds Instance Node Backup Configurations Filter[] - state string
- The state of the NodeBackupConfiguration configuration.
- bds_
instance_ strid - The OCID of the cluster.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Bds Instance Node Backup Configurations Filter] - state str
- The state of the NodeBackupConfiguration configuration.
- bds
Instance StringId - The OCID of the cluster.
- display
Name 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:
- Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backup List<GetConfigurations Bds Instance Node Backup Configurations Node Backup Configuration> - The list of node_backup_configurations.
- Display
Name 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<Get
Bds Instance Node Backup Configurations Filter> - State string
- The state of the NodeBackupConfiguration.
- Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backup []GetConfigurations Bds Instance Node Backup Configurations Node Backup Configuration - The list of node_backup_configurations.
- Display
Name 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
[]Get
Bds Instance Node Backup Configurations Filter - State string
- The state of the NodeBackupConfiguration.
- bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- id String
- The provider-assigned unique ID for this managed resource.
- node
Backup List<GetConfigurations Bds Instance Node Backup Configurations Node Backup Configuration> - The list of node_backup_configurations.
- display
Name 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<Get
Bds Instance Node Backup Configurations Filter> - state String
- The state of the NodeBackupConfiguration.
- bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- id string
- The provider-assigned unique ID for this managed resource.
- node
Backup GetConfigurations Bds Instance Node Backup Configurations Node Backup Configuration[] - The list of node_backup_configurations.
- display
Name 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
Get
Bds Instance Node Backup Configurations Filter[] - state string
- The state of the NodeBackupConfiguration.
- bds_
instance_ strid - The OCID of the bdsInstance which is the parent resource id.
- id str
- The provider-assigned unique ID for this managed resource.
- node_
backup_ Sequence[Getconfigurations Bds Instance Node Backup Configurations Node Backup Configuration] - 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[Get
Bds Instance Node Backup Configurations Filter] - state str
- The state of the NodeBackupConfiguration.
- bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- id String
- The provider-assigned unique ID for this managed resource.
- node
Backup List<Property Map>Configurations - The list of node_backup_configurations.
- display
Name 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
GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration
- Backup
Type string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- The unique identifier for the NodeBackupConfiguration.
- Level
Type List<GetDetails Bds Instance Node Backup Configurations Node Backup Configuration Level Type Detail> - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Number
Of intBackups To Retain - 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.
- Time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated 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 string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- The unique identifier for the NodeBackupConfiguration.
- Level
Type []GetDetails Bds Instance Node Backup Configurations Node Backup Configuration Level Type Detail - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Number
Of intBackups To Retain - 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.
- Time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated 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 String - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - A filter to return only resources that match the entire display name given.
- id String
- The unique identifier for the NodeBackupConfiguration.
- level
Type List<GetDetails Bds Instance Node Backup Configurations Node Backup Configuration Level Type Detail> - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- number
Of IntegerBackups To Retain - 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.
- time
Created String - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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 string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance stringId - The OCID of the cluster.
- display
Name string - A filter to return only resources that match the entire display name given.
- id string
- The unique identifier for the NodeBackupConfiguration.
- level
Type GetDetails Bds Instance Node Backup Configurations Node Backup Configuration Level Type Detail[] - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- number
Of numberBackups To Retain - 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.
- time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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_ strid - 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_ Sequence[Getdetails Bds Instance Node Backup Configurations Node Backup Configuration Level Type Detail] - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- number_
of_ intbackups_ to_ retain - 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
- backup
Type String - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - A filter to return only resources that match the entire display name given.
- id String
- The unique identifier for the NodeBackupConfiguration.
- level
Type List<Property Map>Details - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- number
Of NumberBackups To Retain - 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.
- time
Created String - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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
- Level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Host stringName - Host name of the node to create backup configuration.
- Node
Type string - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- Level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Host stringName - Host name of the node to create backup configuration.
- Node
Type string - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- level
Type String - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host StringName - Host name of the node to create backup configuration.
- node
Type String - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host stringName - Host name of the node to create backup configuration.
- node
Type 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_ strname - 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.
- level
Type String - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host StringName - Host name of the node to create backup configuration.
- node
Type 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.