1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. backupdisasterrecovery
  5. getDataSource
Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi

gcp.backupdisasterrecovery.getDataSource

Explore with Pulumi AI

gcp logo
Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi

    A Backup and DR Data Source.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const foo = gcp.backupdisasterrecovery.getDataSource({
        location: "us-central1",
        project: "project-test",
        dataSourceId: "ds-test",
        backupVaultId: "bv-test",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    foo = gcp.backupdisasterrecovery.get_data_source(location="us-central1",
        project="project-test",
        data_source_id="ds-test",
        backup_vault_id="bv-test")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/backupdisasterrecovery"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := backupdisasterrecovery.GetDataSource(ctx, &backupdisasterrecovery.GetDataSourceArgs{
    			Location:      "us-central1",
    			Project:       "project-test",
    			DataSourceId:  "ds-test",
    			BackupVaultId: "bv-test",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = Gcp.BackupDisasterRecovery.GetDataSource.Invoke(new()
        {
            Location = "us-central1",
            Project = "project-test",
            DataSourceId = "ds-test",
            BackupVaultId = "bv-test",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.backupdisasterrecovery.BackupdisasterrecoveryFunctions;
    import com.pulumi.gcp.backupdisasterrecovery.inputs.GetDataSourceArgs;
    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 foo = BackupdisasterrecoveryFunctions.getDataSource(GetDataSourceArgs.builder()
                .location("us-central1")
                .project("project-test")
                .dataSourceId("ds-test")
                .backupVaultId("bv-test")
                .build());
    
        }
    }
    
    variables:
      foo:
        fn::invoke:
          function: gcp:backupdisasterrecovery:getDataSource
          arguments:
            location: us-central1
            project: project-test
            dataSourceId: ds-test
            backupVaultId: bv-test
    

    Using getDataSource

    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 getDataSource(args: GetDataSourceArgs, opts?: InvokeOptions): Promise<GetDataSourceResult>
    function getDataSourceOutput(args: GetDataSourceOutputArgs, opts?: InvokeOptions): Output<GetDataSourceResult>
    def get_data_source(backup_vault_id: Optional[str] = None,
                        data_source_id: Optional[str] = None,
                        location: Optional[str] = None,
                        project: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDataSourceResult
    def get_data_source_output(backup_vault_id: Optional[pulumi.Input[str]] = None,
                        data_source_id: Optional[pulumi.Input[str]] = None,
                        location: Optional[pulumi.Input[str]] = None,
                        project: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDataSourceResult]
    func GetDataSource(ctx *Context, args *GetDataSourceArgs, opts ...InvokeOption) (*GetDataSourceResult, error)
    func GetDataSourceOutput(ctx *Context, args *GetDataSourceOutputArgs, opts ...InvokeOption) GetDataSourceResultOutput

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

    public static class GetDataSource 
    {
        public static Task<GetDataSourceResult> InvokeAsync(GetDataSourceArgs args, InvokeOptions? opts = null)
        public static Output<GetDataSourceResult> Invoke(GetDataSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataSourceResult> getDataSource(GetDataSourceArgs args, InvokeOptions options)
    public static Output<GetDataSourceResult> getDataSource(GetDataSourceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcp:backupdisasterrecovery/getDataSource:getDataSource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BackupVaultId string
    The ID of the Backup Vault in which the Data Source belongs.
    DataSourceId string
    The ID of the Data Source.
    Location string
    The location in which the Data Source belongs.
    Project string
    The Google Cloud Project in which the Data Source belongs.
    BackupVaultId string
    The ID of the Backup Vault in which the Data Source belongs.
    DataSourceId string
    The ID of the Data Source.
    Location string
    The location in which the Data Source belongs.
    Project string
    The Google Cloud Project in which the Data Source belongs.
    backupVaultId String
    The ID of the Backup Vault in which the Data Source belongs.
    dataSourceId String
    The ID of the Data Source.
    location String
    The location in which the Data Source belongs.
    project String
    The Google Cloud Project in which the Data Source belongs.
    backupVaultId string
    The ID of the Backup Vault in which the Data Source belongs.
    dataSourceId string
    The ID of the Data Source.
    location string
    The location in which the Data Source belongs.
    project string
    The Google Cloud Project in which the Data Source belongs.
    backup_vault_id str
    The ID of the Backup Vault in which the Data Source belongs.
    data_source_id str
    The ID of the Data Source.
    location str
    The location in which the Data Source belongs.
    project str
    The Google Cloud Project in which the Data Source belongs.
    backupVaultId String
    The ID of the Backup Vault in which the Data Source belongs.
    dataSourceId String
    The ID of the Data Source.
    location String
    The location in which the Data Source belongs.
    project String
    The Google Cloud Project in which the Data Source belongs.

    getDataSource Result

    The following output properties are available:

    Supporting Types

    GetDataSourceBackupConfigInfo

    BackupApplianceBackupConfigs List<GetDataSourceBackupConfigInfoBackupApplianceBackupConfig>
    Configuration for an application backed up by a Backup Appliance.
    GcpBackupConfigs List<GetDataSourceBackupConfigInfoGcpBackupConfig>
    Configuration for a Google Cloud resource.
    LastBackupError Dictionary<string, string>
    If the last backup failed, this field has the error message.
    LastBackupState string
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    LastSuccessfulBackupConsistencyTime string
    If the last backup were successful, this field has the consistency date.
    BackupApplianceBackupConfigs []GetDataSourceBackupConfigInfoBackupApplianceBackupConfig
    Configuration for an application backed up by a Backup Appliance.
    GcpBackupConfigs []GetDataSourceBackupConfigInfoGcpBackupConfig
    Configuration for a Google Cloud resource.
    LastBackupError map[string]string
    If the last backup failed, this field has the error message.
    LastBackupState string
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    LastSuccessfulBackupConsistencyTime string
    If the last backup were successful, this field has the consistency date.
    backupApplianceBackupConfigs List<GetDataSourceBackupConfigInfoBackupApplianceBackupConfig>
    Configuration for an application backed up by a Backup Appliance.
    gcpBackupConfigs List<GetDataSourceBackupConfigInfoGcpBackupConfig>
    Configuration for a Google Cloud resource.
    lastBackupError Map<String,String>
    If the last backup failed, this field has the error message.
    lastBackupState String
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    lastSuccessfulBackupConsistencyTime String
    If the last backup were successful, this field has the consistency date.
    backupApplianceBackupConfigs GetDataSourceBackupConfigInfoBackupApplianceBackupConfig[]
    Configuration for an application backed up by a Backup Appliance.
    gcpBackupConfigs GetDataSourceBackupConfigInfoGcpBackupConfig[]
    Configuration for a Google Cloud resource.
    lastBackupError {[key: string]: string}
    If the last backup failed, this field has the error message.
    lastBackupState string
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    lastSuccessfulBackupConsistencyTime string
    If the last backup were successful, this field has the consistency date.
    backup_appliance_backup_configs Sequence[GetDataSourceBackupConfigInfoBackupApplianceBackupConfig]
    Configuration for an application backed up by a Backup Appliance.
    gcp_backup_configs Sequence[GetDataSourceBackupConfigInfoGcpBackupConfig]
    Configuration for a Google Cloud resource.
    last_backup_error Mapping[str, str]
    If the last backup failed, this field has the error message.
    last_backup_state str
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    last_successful_backup_consistency_time str
    If the last backup were successful, this field has the consistency date.
    backupApplianceBackupConfigs List<Property Map>
    Configuration for an application backed up by a Backup Appliance.
    gcpBackupConfigs List<Property Map>
    Configuration for a Google Cloud resource.
    lastBackupError Map<String>
    If the last backup failed, this field has the error message.
    lastBackupState String
    LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
    lastSuccessfulBackupConsistencyTime String
    If the last backup were successful, this field has the consistency date.

    GetDataSourceBackupConfigInfoBackupApplianceBackupConfig

    ApplicationName string
    The name of the application.
    BackupApplianceId string
    The ID of the backup appliance.
    BackupApplianceName string
    The name of the backup appliance.
    HostName string
    The name of the host where the application is running.
    SlaId string
    The ID of the SLA of this application.
    SlpName string
    The name of the SLP associated with the application.
    SltName string
    The name of the SLT associated with the application.
    ApplicationName string
    The name of the application.
    BackupApplianceId string
    The ID of the backup appliance.
    BackupApplianceName string
    The name of the backup appliance.
    HostName string
    The name of the host where the application is running.
    SlaId string
    The ID of the SLA of this application.
    SlpName string
    The name of the SLP associated with the application.
    SltName string
    The name of the SLT associated with the application.
    applicationName String
    The name of the application.
    backupApplianceId String
    The ID of the backup appliance.
    backupApplianceName String
    The name of the backup appliance.
    hostName String
    The name of the host where the application is running.
    slaId String
    The ID of the SLA of this application.
    slpName String
    The name of the SLP associated with the application.
    sltName String
    The name of the SLT associated with the application.
    applicationName string
    The name of the application.
    backupApplianceId string
    The ID of the backup appliance.
    backupApplianceName string
    The name of the backup appliance.
    hostName string
    The name of the host where the application is running.
    slaId string
    The ID of the SLA of this application.
    slpName string
    The name of the SLP associated with the application.
    sltName string
    The name of the SLT associated with the application.
    application_name str
    The name of the application.
    backup_appliance_id str
    The ID of the backup appliance.
    backup_appliance_name str
    The name of the backup appliance.
    host_name str
    The name of the host where the application is running.
    sla_id str
    The ID of the SLA of this application.
    slp_name str
    The name of the SLP associated with the application.
    slt_name str
    The name of the SLT associated with the application.
    applicationName String
    The name of the application.
    backupApplianceId String
    The ID of the backup appliance.
    backupApplianceName String
    The name of the backup appliance.
    hostName String
    The name of the host where the application is running.
    slaId String
    The ID of the SLA of this application.
    slpName String
    The name of the SLP associated with the application.
    sltName String
    The name of the SLT associated with the application.

    GetDataSourceBackupConfigInfoGcpBackupConfig

    BackupPlan string
    The name of the backup plan.
    BackupPlanAssociation string
    The name of the backup plan association.
    BackupPlanDescription string
    The description of the backup plan.
    BackupPlanRules List<string>
    The names of the backup plan rules which point to this backupvault
    BackupPlan string
    The name of the backup plan.
    BackupPlanAssociation string
    The name of the backup plan association.
    BackupPlanDescription string
    The description of the backup plan.
    BackupPlanRules []string
    The names of the backup plan rules which point to this backupvault
    backupPlan String
    The name of the backup plan.
    backupPlanAssociation String
    The name of the backup plan association.
    backupPlanDescription String
    The description of the backup plan.
    backupPlanRules List<String>
    The names of the backup plan rules which point to this backupvault
    backupPlan string
    The name of the backup plan.
    backupPlanAssociation string
    The name of the backup plan association.
    backupPlanDescription string
    The description of the backup plan.
    backupPlanRules string[]
    The names of the backup plan rules which point to this backupvault
    backup_plan str
    The name of the backup plan.
    backup_plan_association str
    The name of the backup plan association.
    backup_plan_description str
    The description of the backup plan.
    backup_plan_rules Sequence[str]
    The names of the backup plan rules which point to this backupvault
    backupPlan String
    The name of the backup plan.
    backupPlanAssociation String
    The name of the backup plan association.
    backupPlanDescription String
    The description of the backup plan.
    backupPlanRules List<String>
    The names of the backup plan rules which point to this backupvault

    GetDataSourceDataSourceBackupApplianceApplication

    ApplianceId string
    Appliance Id of the Backup Appliance.
    ApplicationId string
    The appid field of the application within the Backup Appliance.
    ApplicationName string
    The name of the Application as known to the Backup Appliance.
    BackupAppliance string
    Appliance name.
    HostId string
    Hostid of the application host.
    Hostname string
    Hostname of the host where the application is running.
    Type string
    The type of the application. e.g. VMBackup
    ApplianceId string
    Appliance Id of the Backup Appliance.
    ApplicationId string
    The appid field of the application within the Backup Appliance.
    ApplicationName string
    The name of the Application as known to the Backup Appliance.
    BackupAppliance string
    Appliance name.
    HostId string
    Hostid of the application host.
    Hostname string
    Hostname of the host where the application is running.
    Type string
    The type of the application. e.g. VMBackup
    applianceId String
    Appliance Id of the Backup Appliance.
    applicationId String
    The appid field of the application within the Backup Appliance.
    applicationName String
    The name of the Application as known to the Backup Appliance.
    backupAppliance String
    Appliance name.
    hostId String
    Hostid of the application host.
    hostname String
    Hostname of the host where the application is running.
    type String
    The type of the application. e.g. VMBackup
    applianceId string
    Appliance Id of the Backup Appliance.
    applicationId string
    The appid field of the application within the Backup Appliance.
    applicationName string
    The name of the Application as known to the Backup Appliance.
    backupAppliance string
    Appliance name.
    hostId string
    Hostid of the application host.
    hostname string
    Hostname of the host where the application is running.
    type string
    The type of the application. e.g. VMBackup
    appliance_id str
    Appliance Id of the Backup Appliance.
    application_id str
    The appid field of the application within the Backup Appliance.
    application_name str
    The name of the Application as known to the Backup Appliance.
    backup_appliance str
    Appliance name.
    host_id str
    Hostid of the application host.
    hostname str
    Hostname of the host where the application is running.
    type str
    The type of the application. e.g. VMBackup
    applianceId String
    Appliance Id of the Backup Appliance.
    applicationId String
    The appid field of the application within the Backup Appliance.
    applicationName String
    The name of the Application as known to the Backup Appliance.
    backupAppliance String
    Appliance name.
    hostId String
    Hostid of the application host.
    hostname String
    Hostname of the host where the application is running.
    type String
    The type of the application. e.g. VMBackup

    GetDataSourceDataSourceGcpResource

    ComputeInstanceDataSourceProperties List<GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty>
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    GcpResourcename string
    Full resource pathname URL of the source Google Cloud resource.
    Location string
    The location in which the Data Source belongs.
    Type string
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
    ComputeInstanceDataSourceProperties []GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    GcpResourcename string
    Full resource pathname URL of the source Google Cloud resource.
    Location string
    The location in which the Data Source belongs.
    Type string
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
    computeInstanceDataSourceProperties List<GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty>
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    gcpResourcename String
    Full resource pathname URL of the source Google Cloud resource.
    location String
    The location in which the Data Source belongs.
    type String
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
    computeInstanceDataSourceProperties GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty[]
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    gcpResourcename string
    Full resource pathname URL of the source Google Cloud resource.
    location string
    The location in which the Data Source belongs.
    type string
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
    compute_instance_data_source_properties Sequence[GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty]
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    gcp_resourcename str
    Full resource pathname URL of the source Google Cloud resource.
    location str
    The location in which the Data Source belongs.
    type str
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
    computeInstanceDataSourceProperties List<Property Map>
    ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
    gcpResourcename String
    Full resource pathname URL of the source Google Cloud resource.
    location String
    The location in which the Data Source belongs.
    type String
    The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.

    GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty

    Description string
    The description of the Compute Engine instance.
    MachineType string
    The machine type of the instance.
    Name string
    Name of the compute instance backed up by the datasource.
    TotalDiskCount string
    The total number of disks attached to the Instance.
    TotalDiskSizeGb string
    The sum of all the disk sizes.
    Description string
    The description of the Compute Engine instance.
    MachineType string
    The machine type of the instance.
    Name string
    Name of the compute instance backed up by the datasource.
    TotalDiskCount string
    The total number of disks attached to the Instance.
    TotalDiskSizeGb string
    The sum of all the disk sizes.
    description String
    The description of the Compute Engine instance.
    machineType String
    The machine type of the instance.
    name String
    Name of the compute instance backed up by the datasource.
    totalDiskCount String
    The total number of disks attached to the Instance.
    totalDiskSizeGb String
    The sum of all the disk sizes.
    description string
    The description of the Compute Engine instance.
    machineType string
    The machine type of the instance.
    name string
    Name of the compute instance backed up by the datasource.
    totalDiskCount string
    The total number of disks attached to the Instance.
    totalDiskSizeGb string
    The sum of all the disk sizes.
    description str
    The description of the Compute Engine instance.
    machine_type str
    The machine type of the instance.
    name str
    Name of the compute instance backed up by the datasource.
    total_disk_count str
    The total number of disks attached to the Instance.
    total_disk_size_gb str
    The sum of all the disk sizes.
    description String
    The description of the Compute Engine instance.
    machineType String
    The machine type of the instance.
    name String
    Name of the compute instance backed up by the datasource.
    totalDiskCount String
    The total number of disks attached to the Instance.
    totalDiskSizeGb String
    The sum of all the disk sizes.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi