Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.BigDataService.getBdsInstanceNodeBackups
Explore with Pulumi AI
This data source provides the list of Bds Instance Node Backups in Oracle Cloud Infrastructure Big Data Service service.
Returns information about the node Backups.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceNodeBackups = oci.BigDataService.getBdsInstanceNodeBackups({
bdsInstanceId: testBdsInstance.id,
displayName: bdsInstanceNodeBackupDisplayName,
nodeHostName: bdsInstanceNodeBackupNodeHostName,
state: bdsInstanceNodeBackupState,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_node_backups = oci.BigDataService.get_bds_instance_node_backups(bds_instance_id=test_bds_instance["id"],
display_name=bds_instance_node_backup_display_name,
node_host_name=bds_instance_node_backup_node_host_name,
state=bds_instance_node_backup_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.GetBdsInstanceNodeBackups(ctx, &bigdataservice.GetBdsInstanceNodeBackupsArgs{
BdsInstanceId: testBdsInstance.Id,
DisplayName: pulumi.StringRef(bdsInstanceNodeBackupDisplayName),
NodeHostName: pulumi.StringRef(bdsInstanceNodeBackupNodeHostName),
State: pulumi.StringRef(bdsInstanceNodeBackupState),
}, 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 testBdsInstanceNodeBackups = Oci.BigDataService.GetBdsInstanceNodeBackups.Invoke(new()
{
BdsInstanceId = testBdsInstance.Id,
DisplayName = bdsInstanceNodeBackupDisplayName,
NodeHostName = bdsInstanceNodeBackupNodeHostName,
State = bdsInstanceNodeBackupState,
});
});
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.GetBdsInstanceNodeBackupsArgs;
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 testBdsInstanceNodeBackups = BigDataServiceFunctions.getBdsInstanceNodeBackups(GetBdsInstanceNodeBackupsArgs.builder()
.bdsInstanceId(testBdsInstance.id())
.displayName(bdsInstanceNodeBackupDisplayName)
.nodeHostName(bdsInstanceNodeBackupNodeHostName)
.state(bdsInstanceNodeBackupState)
.build());
}
}
variables:
testBdsInstanceNodeBackups:
fn::invoke:
function: oci:BigDataService:getBdsInstanceNodeBackups
arguments:
bdsInstanceId: ${testBdsInstance.id}
displayName: ${bdsInstanceNodeBackupDisplayName}
nodeHostName: ${bdsInstanceNodeBackupNodeHostName}
state: ${bdsInstanceNodeBackupState}
Using getBdsInstanceNodeBackups
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 getBdsInstanceNodeBackups(args: GetBdsInstanceNodeBackupsArgs, opts?: InvokeOptions): Promise<GetBdsInstanceNodeBackupsResult>
function getBdsInstanceNodeBackupsOutput(args: GetBdsInstanceNodeBackupsOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceNodeBackupsResult>
def get_bds_instance_node_backups(bds_instance_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetBdsInstanceNodeBackupsFilter]] = None,
node_host_name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstanceNodeBackupsResult
def get_bds_instance_node_backups_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBdsInstanceNodeBackupsFilterArgs]]]] = None,
node_host_name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceNodeBackupsResult]
func GetBdsInstanceNodeBackups(ctx *Context, args *GetBdsInstanceNodeBackupsArgs, opts ...InvokeOption) (*GetBdsInstanceNodeBackupsResult, error)
func GetBdsInstanceNodeBackupsOutput(ctx *Context, args *GetBdsInstanceNodeBackupsOutputArgs, opts ...InvokeOption) GetBdsInstanceNodeBackupsResultOutput
> Note: This function is named GetBdsInstanceNodeBackups
in the Go SDK.
public static class GetBdsInstanceNodeBackups
{
public static Task<GetBdsInstanceNodeBackupsResult> InvokeAsync(GetBdsInstanceNodeBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceNodeBackupsResult> Invoke(GetBdsInstanceNodeBackupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBdsInstanceNodeBackupsResult> getBdsInstanceNodeBackups(GetBdsInstanceNodeBackupsArgs args, InvokeOptions options)
public static Output<GetBdsInstanceNodeBackupsResult> getBdsInstanceNodeBackups(GetBdsInstanceNodeBackupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:BigDataService/getBdsInstanceNodeBackups:getBdsInstanceNodeBackups
arguments:
# arguments dictionary
The following arguments are supported:
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - The display name belonged to the node backup.
- Filters
List<Get
Bds Instance Node Backups Filter> - Node
Host stringName - The node host name belonged to a node that has a node backup.
- State string
- The state of the Node's Backup.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - The display name belonged to the node backup.
- Filters
[]Get
Bds Instance Node Backups Filter - Node
Host stringName - The node host name belonged to a node that has a node backup.
- State string
- The state of the Node's Backup.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - The display name belonged to the node backup.
- filters
List<Get
Bds Instance Node Backups Filter> - node
Host StringName - The node host name belonged to a node that has a node backup.
- state String
- The state of the Node's Backup.
- bds
Instance stringId - The OCID of the cluster.
- display
Name string - The display name belonged to the node backup.
- filters
Get
Bds Instance Node Backups Filter[] - node
Host stringName - The node host name belonged to a node that has a node backup.
- state string
- The state of the Node's Backup.
- bds_
instance_ strid - The OCID of the cluster.
- display_
name str - The display name belonged to the node backup.
- filters
Sequence[Get
Bds Instance Node Backups Filter] - node_
host_ strname - The node host name belonged to a node that has a node backup.
- state str
- The state of the Node's Backup.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - The display name belonged to the node backup.
- filters List<Property Map>
- node
Host StringName - The node host name belonged to a node that has a node backup.
- state String
- The state of the Node's Backup.
getBdsInstanceNodeBackups Result
The following output properties are available:
- Bds
Instance stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backups List<GetBds Instance Node Backups Node Backup> - The list of node_backups.
- Display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- Filters
List<Get
Bds Instance Node Backups Filter> - Node
Host stringName - Host name of the node to which this backup belongs.
- State string
- The state of the NodeBackup.
- Bds
Instance stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Node
Backups []GetBds Instance Node Backups Node Backup - The list of node_backups.
- Display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- Filters
[]Get
Bds Instance Node Backups Filter - Node
Host stringName - Host name of the node to which this backup belongs.
- State string
- The state of the NodeBackup.
- bds
Instance StringId - id String
- The provider-assigned unique ID for this managed resource.
- node
Backups List<GetBds Instance Node Backups Node Backup> - The list of node_backups.
- display
Name String - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- filters
List<Get
Bds Instance Node Backups Filter> - node
Host StringName - Host name of the node to which this backup belongs.
- state String
- The state of the NodeBackup.
- bds
Instance stringId - id string
- The provider-assigned unique ID for this managed resource.
- node
Backups GetBds Instance Node Backups Node Backup[] - The list of node_backups.
- display
Name string - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- filters
Get
Bds Instance Node Backups Filter[] - node
Host stringName - Host name of the node to which this backup belongs.
- state string
- The state of the NodeBackup.
- bds_
instance_ strid - id str
- The provider-assigned unique ID for this managed resource.
- node_
backups Sequence[GetBds Instance Node Backups Node Backup] - The list of node_backups.
- display_
name str - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- filters
Sequence[Get
Bds Instance Node Backups Filter] - node_
host_ strname - Host name of the node to which this backup belongs.
- state str
- The state of the NodeBackup.
- bds
Instance StringId - id String
- The provider-assigned unique ID for this managed resource.
- node
Backups List<Property Map> - The list of node_backups.
- display
Name String - BDS generated name for the backup. Format is nodeHostName_timeCreated.
- filters List<Property Map>
- node
Host StringName - Host name of the node to which this backup belongs.
- state String
- The state of the NodeBackup.
Supporting Types
GetBdsInstanceNodeBackupsFilter
GetBdsInstanceNodeBackupsNodeBackup
- 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.
- Display
Name string - The display name belonged to the node backup.
- Id string
- The id of the node backup.
- Node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- Node
Host stringName - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.
- Display
Name string - The display name belonged to the node backup.
- Id string
- The id of the node backup.
- Node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- Node
Host stringName - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.
- display
Name String - The display name belonged to the node backup.
- id String
- The id of the node backup.
- node
Backup StringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Host StringName - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.
- display
Name string - The display name belonged to the node backup.
- id string
- The id of the node backup.
- node
Backup stringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Host stringName - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.
- display_
name str - The display name belonged to the node backup.
- id str
- The id of the node backup.
- node_
backup_ strconfig_ id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node_
host_ strname - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.
- display
Name String - The display name belonged to the node backup.
- id String
- The id of the node backup.
- node
Backup StringConfig Id - The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
- node
Host StringName - The node host name belonged to a node that has a node backup.
- 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 Node's Backup.
- 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.