Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.BigDataService.getBdsInstanceNodeBackup
Explore with Pulumi AI
This data source provides details about a specific Bds Instance Node Backup resource in Oracle Cloud Infrastructure Big Data Service service.
Returns details of NodeBackup identified by the given ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceNodeBackup = oci.BigDataService.getBdsInstanceNodeBackup({
bdsInstanceId: testBdsInstance.id,
nodeBackupId: testBackup.id,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_node_backup = oci.BigDataService.get_bds_instance_node_backup(bds_instance_id=test_bds_instance["id"],
node_backup_id=test_backup["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.GetBdsInstanceNodeBackup(ctx, &bigdataservice.GetBdsInstanceNodeBackupArgs{
BdsInstanceId: testBdsInstance.Id,
NodeBackupId: testBackup.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 testBdsInstanceNodeBackup = Oci.BigDataService.GetBdsInstanceNodeBackup.Invoke(new()
{
BdsInstanceId = testBdsInstance.Id,
NodeBackupId = testBackup.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.GetBdsInstanceNodeBackupArgs;
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 testBdsInstanceNodeBackup = BigDataServiceFunctions.getBdsInstanceNodeBackup(GetBdsInstanceNodeBackupArgs.builder()
.bdsInstanceId(testBdsInstance.id())
.nodeBackupId(testBackup.id())
.build());
}
}
variables:
testBdsInstanceNodeBackup:
fn::invoke:
function: oci:BigDataService:getBdsInstanceNodeBackup
arguments:
bdsInstanceId: ${testBdsInstance.id}
nodeBackupId: ${testBackup.id}
Using getBdsInstanceNodeBackup
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 getBdsInstanceNodeBackup(args: GetBdsInstanceNodeBackupArgs, opts?: InvokeOptions): Promise<GetBdsInstanceNodeBackupResult>
function getBdsInstanceNodeBackupOutput(args: GetBdsInstanceNodeBackupOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceNodeBackupResult>
def get_bds_instance_node_backup(bds_instance_id: Optional[str] = None,
node_backup_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstanceNodeBackupResult
def get_bds_instance_node_backup_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
node_backup_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceNodeBackupResult]
func LookupBdsInstanceNodeBackup(ctx *Context, args *LookupBdsInstanceNodeBackupArgs, opts ...InvokeOption) (*LookupBdsInstanceNodeBackupResult, error)
func LookupBdsInstanceNodeBackupOutput(ctx *Context, args *LookupBdsInstanceNodeBackupOutputArgs, opts ...InvokeOption) LookupBdsInstanceNodeBackupResultOutput
> Note: This function is named LookupBdsInstanceNodeBackup
in the Go SDK.
public static class GetBdsInstanceNodeBackup
{
public static Task<GetBdsInstanceNodeBackupResult> InvokeAsync(GetBdsInstanceNodeBackupArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceNodeBackupResult> Invoke(GetBdsInstanceNodeBackupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBdsInstanceNodeBackupResult> getBdsInstanceNodeBackup(GetBdsInstanceNodeBackupArgs args, InvokeOptions options)
public static Output<GetBdsInstanceNodeBackupResult> getBdsInstanceNodeBackup(GetBdsInstanceNodeBackupArgs args, InvokeOptions options)
fn::invoke:
function: oci:BigDataService/getBdsInstanceNodeBackup:getBdsInstanceNodeBackup
arguments:
# arguments dictionary
The following arguments are supported:
- Bds
Instance stringId - The OCID of the cluster.
- Node
Backup stringId - Unique assigned identifier of the nodeBackupId.
- Bds
Instance stringId - The OCID of the cluster.
- Node
Backup stringId - Unique assigned identifier of the nodeBackupId.
- bds
Instance StringId - The OCID of the cluster.
- node
Backup StringId - Unique assigned identifier of the nodeBackupId.
- bds
Instance stringId - The OCID of the cluster.
- node
Backup stringId - Unique assigned identifier of the nodeBackupId.
- bds_
instance_ strid - The OCID of the cluster.
- node_
backup_ strid - Unique assigned identifier of the nodeBackupId.
- bds
Instance StringId - The OCID of the cluster.
- node
Backup StringId - Unique assigned identifier of the nodeBackupId.
getBdsInstanceNodeBackup Result
The following output properties are available:
- Backup
Trigger stringType - type based on how backup action was initiated.
- 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 - Display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- Node
Backup stringId - Node
Host stringName - Host name of the node to which this backup belongs.
- Node
Instance stringId - The instance OCID of the node, which is the resource from which the node backup was acquired.
- State string
- The state of the NodeBackup.
- Time
Created string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Backup
Trigger stringType - type based on how backup action was initiated.
- 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 - Display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- Node
Backup stringId - Node
Host stringName - Host name of the node to which this backup belongs.
- Node
Instance stringId - The instance OCID of the node, which is the resource from which the node backup was acquired.
- State string
- The state of the NodeBackup.
- Time
Created string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- backup
Trigger StringType - type based on how backup action was initiated.
- 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 - display
Name String - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- id String
- The provider-assigned unique ID for this managed resource.
- node
Backup StringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Backup StringId - node
Host StringName - Host name of the node to which this backup belongs.
- node
Instance StringId - The instance OCID of the node, which is the resource from which the node backup was acquired.
- state String
- The state of the NodeBackup.
- time
Created String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- backup
Trigger stringType - type based on how backup action was initiated.
- 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 - display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- id string
- The provider-assigned unique ID for this managed resource.
- node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Backup stringId - node
Host stringName - Host name of the node to which this backup belongs.
- node
Instance stringId - The instance OCID of the node, which is the resource from which the node backup was acquired.
- state string
- The state of the NodeBackup.
- time
Created string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- backup_
trigger_ strtype - type based on how backup action was initiated.
- 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 - display_
name str - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- id str
- The provider-assigned unique ID for this managed resource.
- node_
backup_ strconfig_ id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node_
backup_ strid - node_
host_ strname - Host name of the node to which this backup belongs.
- node_
instance_ strid - The instance OCID of the node, which is the resource from which the node backup was acquired.
- state str
- The state of the NodeBackup.
- time_
created str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- backup
Trigger StringType - type based on how backup action was initiated.
- 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 - display
Name String - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- id String
- The provider-assigned unique ID for this managed resource.
- node
Backup StringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Backup StringId - node
Host StringName - Host name of the node to which this backup belongs.
- node
Instance StringId - The instance OCID of the node, which is the resource from which the node backup was acquired.
- state String
- The state of the NodeBackup.
- time
Created String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.