Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi
gcp.backupdisasterrecovery.getDataSource
Explore with Pulumi AI
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:
- Backup
Vault Id This property is required. string - The ID of the Backup Vault in which the Data Source belongs.
- Data
Source Id This property is required. string - The ID of the Data Source.
- Location
This property is required. string - The location in which the Data Source belongs.
- Project
This property is required. string - The Google Cloud Project in which the Data Source belongs.
- Backup
Vault Id This property is required. string - The ID of the Backup Vault in which the Data Source belongs.
- Data
Source Id This property is required. string - The ID of the Data Source.
- Location
This property is required. string - The location in which the Data Source belongs.
- Project
This property is required. string - The Google Cloud Project in which the Data Source belongs.
- backup
Vault Id This property is required. String - The ID of the Backup Vault in which the Data Source belongs.
- data
Source Id This property is required. String - The ID of the Data Source.
- location
This property is required. String - The location in which the Data Source belongs.
- project
This property is required. String - The Google Cloud Project in which the Data Source belongs.
- backup
Vault Id This property is required. string - The ID of the Backup Vault in which the Data Source belongs.
- data
Source Id This property is required. string - The ID of the Data Source.
- location
This property is required. string - The location in which the Data Source belongs.
- project
This property is required. string - The Google Cloud Project in which the Data Source belongs.
- backup_
vault_ id This property is required. str - The ID of the Backup Vault in which the Data Source belongs.
- data_
source_ id This property is required. str - The ID of the Data Source.
- location
This property is required. str - The location in which the Data Source belongs.
- project
This property is required. str - The Google Cloud Project in which the Data Source belongs.
- backup
Vault Id This property is required. String - The ID of the Backup Vault in which the Data Source belongs.
- data
Source Id This property is required. String - The ID of the Data Source.
- location
This property is required. String - The location in which the Data Source belongs.
- project
This property is required. String - The Google Cloud Project in which the Data Source belongs.
getDataSource Result
The following output properties are available:
- Backup
Config List<GetInfos Data Source Backup Config Info> - Backup
Count string - Backup
Vault stringId - Config
State string - Create
Time string - Data
Source List<GetBackup Appliance Applications Data Source Data Source Backup Appliance Application> - Data
Source List<GetGcp Resources Data Source Data Source Gcp Resource> - Data
Source stringId - Etag string
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Location string
- Name string
- Project string
- State string
- Total
Stored stringBytes - Update
Time string
- Backup
Config []GetInfos Data Source Backup Config Info - Backup
Count string - Backup
Vault stringId - Config
State string - Create
Time string - Data
Source []GetBackup Appliance Applications Data Source Data Source Backup Appliance Application - Data
Source []GetGcp Resources Data Source Data Source Gcp Resource - Data
Source stringId - Etag string
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Location string
- Name string
- Project string
- State string
- Total
Stored stringBytes - Update
Time string
- backup
Config List<GetInfos Data Source Backup Config Info> - backup
Count String - backup
Vault StringId - config
State String - create
Time String - data
Source List<GetBackup Appliance Applications Data Source Data Source Backup Appliance Application> - data
Source List<GetGcp Resources Data Source Data Source Gcp Resource> - data
Source StringId - etag String
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- location String
- name String
- project String
- state String
- total
Stored StringBytes - update
Time String
- backup
Config GetInfos Data Source Backup Config Info[] - backup
Count string - backup
Vault stringId - config
State string - create
Time string - data
Source GetBackup Appliance Applications Data Source Data Source Backup Appliance Application[] - data
Source GetGcp Resources Data Source Data Source Gcp Resource[] - data
Source stringId - etag string
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- location string
- name string
- project string
- state string
- total
Stored stringBytes - update
Time string
- backup_
config_ Sequence[Getinfos Data Source Backup Config Info] - backup_
count str - backup_
vault_ strid - config_
state str - create_
time str - data_
source_ Sequence[Getbackup_ appliance_ applications Data Source Data Source Backup Appliance Application] - data_
source_ Sequence[Getgcp_ resources Data Source Data Source Gcp Resource] - data_
source_ strid - etag str
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- location str
- name str
- project str
- state str
- total_
stored_ strbytes - update_
time str
- backup
Config List<Property Map>Infos - backup
Count String - backup
Vault StringId - config
State String - create
Time String - data
Source List<Property Map>Backup Appliance Applications - data
Source List<Property Map>Gcp Resources - data
Source StringId - etag String
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- location String
- name String
- project String
- state String
- total
Stored StringBytes - update
Time String
Supporting Types
GetDataSourceBackupConfigInfo
- Backup
Appliance Backup Configs This property is required. List<GetData Source Backup Config Info Backup Appliance Backup Config> - Configuration for an application backed up by a Backup Appliance.
- Gcp
Backup Configs This property is required. List<GetData Source Backup Config Info Gcp Backup Config> - Configuration for a Google Cloud resource.
- Last
Backup Error This property is required. Dictionary<string, string> - If the last backup failed, this field has the error message.
- Last
Backup State This property is required. string - 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 This property is required. string - If the last backup were successful, this field has the consistency date.
- Backup
Appliance Backup Configs This property is required. []GetData Source Backup Config Info Backup Appliance Backup Config - Configuration for an application backed up by a Backup Appliance.
- Gcp
Backup Configs This property is required. []GetData Source Backup Config Info Gcp Backup Config - Configuration for a Google Cloud resource.
- Last
Backup Error This property is required. map[string]string - If the last backup failed, this field has the error message.
- Last
Backup State This property is required. string - 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 This property is required. string - If the last backup were successful, this field has the consistency date.
- backup
Appliance Backup Configs This property is required. List<GetData Source Backup Config Info Backup Appliance Backup Config> - Configuration for an application backed up by a Backup Appliance.
- gcp
Backup Configs This property is required. List<GetData Source Backup Config Info Gcp Backup Config> - Configuration for a Google Cloud resource.
- last
Backup Error This property is required. Map<String,String> - If the last backup failed, this field has the error message.
- last
Backup State This property is required. String - 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 This property is required. String - If the last backup were successful, this field has the consistency date.
- backup
Appliance Backup Configs This property is required. GetData Source Backup Config Info Backup Appliance Backup Config[] - Configuration for an application backed up by a Backup Appliance.
- gcp
Backup Configs This property is required. GetData Source Backup Config Info Gcp Backup Config[] - Configuration for a Google Cloud resource.
- last
Backup Error This property is required. {[key: string]: string} - If the last backup failed, this field has the error message.
- last
Backup State This property is required. string - 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 This property is required. string - If the last backup were successful, this field has the consistency date.
- backup_
appliance_ backup_ configs This property is required. Sequence[GetData Source Backup Config Info Backup Appliance Backup Config] - Configuration for an application backed up by a Backup Appliance.
- gcp_
backup_ configs This property is required. Sequence[GetData Source Backup Config Info Gcp Backup Config] - Configuration for a Google Cloud resource.
- last_
backup_ error This property is required. Mapping[str, str] - If the last backup failed, this field has the error message.
- last_
backup_ state This property is required. 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 This property is required. str - If the last backup were successful, this field has the consistency date.
- backup
Appliance Backup Configs This property is required. List<Property Map> - Configuration for an application backed up by a Backup Appliance.
- gcp
Backup Configs This property is required. List<Property Map> - Configuration for a Google Cloud resource.
- last
Backup Error This property is required. Map<String> - If the last backup failed, this field has the error message.
- last
Backup State This property is required. String - 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 This property is required. String - If the last backup were successful, this field has the consistency date.
GetDataSourceBackupConfigInfoBackupApplianceBackupConfig
- Application
Name This property is required. string - The name of the application.
- Backup
Appliance Id This property is required. string - The ID of the backup appliance.
- Backup
Appliance Name This property is required. string - The name of the backup appliance.
- Host
Name This property is required. string - The name of the host where the application is running.
- Sla
Id This property is required. string - The ID of the SLA of this application.
- Slp
Name This property is required. string - The name of the SLP associated with the application.
- Slt
Name This property is required. string - The name of the SLT associated with the application.
- Application
Name This property is required. string - The name of the application.
- Backup
Appliance Id This property is required. string - The ID of the backup appliance.
- Backup
Appliance Name This property is required. string - The name of the backup appliance.
- Host
Name This property is required. string - The name of the host where the application is running.
- Sla
Id This property is required. string - The ID of the SLA of this application.
- Slp
Name This property is required. string - The name of the SLP associated with the application.
- Slt
Name This property is required. string - The name of the SLT associated with the application.
- application
Name This property is required. String - The name of the application.
- backup
Appliance Id This property is required. String - The ID of the backup appliance.
- backup
Appliance Name This property is required. String - The name of the backup appliance.
- host
Name This property is required. String - The name of the host where the application is running.
- sla
Id This property is required. String - The ID of the SLA of this application.
- slp
Name This property is required. String - The name of the SLP associated with the application.
- slt
Name This property is required. String - The name of the SLT associated with the application.
- application
Name This property is required. string - The name of the application.
- backup
Appliance Id This property is required. string - The ID of the backup appliance.
- backup
Appliance Name This property is required. string - The name of the backup appliance.
- host
Name This property is required. string - The name of the host where the application is running.
- sla
Id This property is required. string - The ID of the SLA of this application.
- slp
Name This property is required. string - The name of the SLP associated with the application.
- slt
Name This property is required. string - The name of the SLT associated with the application.
- application_
name This property is required. str - The name of the application.
- backup_
appliance_ id This property is required. str - The ID of the backup appliance.
- backup_
appliance_ name This property is required. str - The name of the backup appliance.
- host_
name This property is required. str - The name of the host where the application is running.
- sla_
id This property is required. str - The ID of the SLA of this application.
- slp_
name This property is required. str - The name of the SLP associated with the application.
- slt_
name This property is required. str - The name of the SLT associated with the application.
- application
Name This property is required. String - The name of the application.
- backup
Appliance Id This property is required. String - The ID of the backup appliance.
- backup
Appliance Name This property is required. String - The name of the backup appliance.
- host
Name This property is required. String - The name of the host where the application is running.
- sla
Id This property is required. String - The ID of the SLA of this application.
- slp
Name This property is required. String - The name of the SLP associated with the application.
- slt
Name This property is required. String - The name of the SLT associated with the application.
GetDataSourceBackupConfigInfoGcpBackupConfig
- Backup
Plan This property is required. string - The name of the backup plan.
- Backup
Plan Association This property is required. string - The name of the backup plan association.
- Backup
Plan Description This property is required. string - The description of the backup plan.
- Backup
Plan Rules This property is required. List<string> - The names of the backup plan rules which point to this backupvault
- Backup
Plan This property is required. string - The name of the backup plan.
- Backup
Plan Association This property is required. string - The name of the backup plan association.
- Backup
Plan Description This property is required. string - The description of the backup plan.
- Backup
Plan Rules This property is required. []string - The names of the backup plan rules which point to this backupvault
- backup
Plan This property is required. String - The name of the backup plan.
- backup
Plan Association This property is required. String - The name of the backup plan association.
- backup
Plan Description This property is required. String - The description of the backup plan.
- backup
Plan Rules This property is required. List<String> - The names of the backup plan rules which point to this backupvault
- backup
Plan This property is required. string - The name of the backup plan.
- backup
Plan Association This property is required. string - The name of the backup plan association.
- backup
Plan Description This property is required. string - The description of the backup plan.
- backup
Plan Rules This property is required. string[] - The names of the backup plan rules which point to this backupvault
- backup_
plan This property is required. str - The name of the backup plan.
- backup_
plan_ association This property is required. str - The name of the backup plan association.
- backup_
plan_ description This property is required. str - The description of the backup plan.
- backup_
plan_ rules This property is required. Sequence[str] - The names of the backup plan rules which point to this backupvault
- backup
Plan This property is required. String - The name of the backup plan.
- backup
Plan Association This property is required. String - The name of the backup plan association.
- backup
Plan Description This property is required. String - The description of the backup plan.
- backup
Plan Rules This property is required. List<String> - The names of the backup plan rules which point to this backupvault
GetDataSourceDataSourceBackupApplianceApplication
- Appliance
Id This property is required. string - Appliance Id of the Backup Appliance.
- Application
Id This property is required. string - The appid field of the application within the Backup Appliance.
- Application
Name This property is required. string - The name of the Application as known to the Backup Appliance.
- Backup
Appliance This property is required. string - Appliance name.
- Host
Id This property is required. string - Hostid of the application host.
- Hostname
This property is required. string - Hostname of the host where the application is running.
- Type
This property is required. string - The type of the application. e.g. VMBackup
- Appliance
Id This property is required. string - Appliance Id of the Backup Appliance.
- Application
Id This property is required. string - The appid field of the application within the Backup Appliance.
- Application
Name This property is required. string - The name of the Application as known to the Backup Appliance.
- Backup
Appliance This property is required. string - Appliance name.
- Host
Id This property is required. string - Hostid of the application host.
- Hostname
This property is required. string - Hostname of the host where the application is running.
- Type
This property is required. string - The type of the application. e.g. VMBackup
- appliance
Id This property is required. String - Appliance Id of the Backup Appliance.
- application
Id This property is required. String - The appid field of the application within the Backup Appliance.
- application
Name This property is required. String - The name of the Application as known to the Backup Appliance.
- backup
Appliance This property is required. String - Appliance name.
- host
Id This property is required. String - Hostid of the application host.
- hostname
This property is required. String - Hostname of the host where the application is running.
- type
This property is required. String - The type of the application. e.g. VMBackup
- appliance
Id This property is required. string - Appliance Id of the Backup Appliance.
- application
Id This property is required. string - The appid field of the application within the Backup Appliance.
- application
Name This property is required. string - The name of the Application as known to the Backup Appliance.
- backup
Appliance This property is required. string - Appliance name.
- host
Id This property is required. string - Hostid of the application host.
- hostname
This property is required. string - Hostname of the host where the application is running.
- type
This property is required. string - The type of the application. e.g. VMBackup
- appliance_
id This property is required. str - Appliance Id of the Backup Appliance.
- application_
id This property is required. str - The appid field of the application within the Backup Appliance.
- application_
name This property is required. str - The name of the Application as known to the Backup Appliance.
- backup_
appliance This property is required. str - Appliance name.
- host_
id This property is required. str - Hostid of the application host.
- hostname
This property is required. str - Hostname of the host where the application is running.
- type
This property is required. str - The type of the application. e.g. VMBackup
- appliance
Id This property is required. String - Appliance Id of the Backup Appliance.
- application
Id This property is required. String - The appid field of the application within the Backup Appliance.
- application
Name This property is required. String - The name of the Application as known to the Backup Appliance.
- backup
Appliance This property is required. String - Appliance name.
- host
Id This property is required. String - Hostid of the application host.
- hostname
This property is required. String - Hostname of the host where the application is running.
- type
This property is required. String - The type of the application. e.g. VMBackup
GetDataSourceDataSourceGcpResource
- Compute
Instance Data Source Properties This property is required. List<GetData Source Data Source Gcp Resource Compute Instance Data Source Property> - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- Gcp
Resourcename This property is required. string - Full resource pathname URL of the source Google Cloud resource.
- Location
This property is required. string - The location in which the Data Source belongs.
- Type
This property is required. string - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
- Compute
Instance Data Source Properties This property is required. []GetData Source Data Source Gcp Resource Compute Instance Data Source Property - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- Gcp
Resourcename This property is required. string - Full resource pathname URL of the source Google Cloud resource.
- Location
This property is required. string - The location in which the Data Source belongs.
- Type
This property is required. string - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
- compute
Instance Data Source Properties This property is required. List<GetData Source Data Source Gcp Resource Compute Instance Data Source Property> - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- gcp
Resourcename This property is required. String - Full resource pathname URL of the source Google Cloud resource.
- location
This property is required. String - The location in which the Data Source belongs.
- type
This property is required. String - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
- compute
Instance Data Source Properties This property is required. GetData Source Data Source Gcp Resource Compute Instance Data Source Property[] - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- gcp
Resourcename This property is required. string - Full resource pathname URL of the source Google Cloud resource.
- location
This property is required. string - The location in which the Data Source belongs.
- type
This property is required. string - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
- compute_
instance_ data_ source_ properties This property is required. Sequence[GetData Source Data Source Gcp Resource Compute Instance Data Source Property] - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- gcp_
resourcename This property is required. str - Full resource pathname URL of the source Google Cloud resource.
- location
This property is required. str - The location in which the Data Source belongs.
- type
This property is required. str - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
- compute
Instance Data Source Properties This property is required. List<Property Map> - ComputeInstanceDataSourceProperties has a subset of Compute Instance properties that are useful at the Datasource level.
- gcp
Resourcename This property is required. String - Full resource pathname URL of the source Google Cloud resource.
- location
This property is required. String - The location in which the Data Source belongs.
- type
This property is required. String - The type of the Google Cloud resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty
- Description
This property is required. string - The description of the Compute Engine instance.
- Machine
Type This property is required. string - The machine type of the instance.
- Name
This property is required. string - Name of the compute instance backed up by the datasource.
- Total
Disk Count This property is required. string - The total number of disks attached to the Instance.
- Total
Disk Size Gb This property is required. string - The sum of all the disk sizes.
- Description
This property is required. string - The description of the Compute Engine instance.
- Machine
Type This property is required. string - The machine type of the instance.
- Name
This property is required. string - Name of the compute instance backed up by the datasource.
- Total
Disk Count This property is required. string - The total number of disks attached to the Instance.
- Total
Disk Size Gb This property is required. string - The sum of all the disk sizes.
- description
This property is required. String - The description of the Compute Engine instance.
- machine
Type This property is required. String - The machine type of the instance.
- name
This property is required. String - Name of the compute instance backed up by the datasource.
- total
Disk Count This property is required. String - The total number of disks attached to the Instance.
- total
Disk Size Gb This property is required. String - The sum of all the disk sizes.
- description
This property is required. string - The description of the Compute Engine instance.
- machine
Type This property is required. string - The machine type of the instance.
- name
This property is required. string - Name of the compute instance backed up by the datasource.
- total
Disk Count This property is required. string - The total number of disks attached to the Instance.
- total
Disk Size Gb This property is required. string - The sum of all the disk sizes.
- description
This property is required. str - The description of the Compute Engine instance.
- machine_
type This property is required. str - The machine type of the instance.
- name
This property is required. str - Name of the compute instance backed up by the datasource.
- total_
disk_ count This property is required. str - The total number of disks attached to the Instance.
- total_
disk_ size_ gb This property is required. str - The sum of all the disk sizes.
- description
This property is required. String - The description of the Compute Engine instance.
- machine
Type This property is required. String - The machine type of the instance.
- name
This property is required. String - Name of the compute instance backed up by the datasource.
- total
Disk Count This property is required. String - The total number of disks attached to the Instance.
- total
Disk Size Gb This property is required. 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.