1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsBackupPolicyJobs
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getIsBackupPolicyJobs

Explore with Pulumi AI

Provides a read-only data source for BackupPolicyJobCollection. For more information, about backup policy in your IBM Cloud VPC, see Backup policy jobs.

Note: VPC infrastructure services are a regional specific based endpoint, by default targets to us-south. Please make sure to target right region in the provider block as shown in the provider.tf file, if VPC service is created in region other than us-south.

provider.tf

import * as pulumi from "@pulumi/pulumi";
Copy
import pulumi
Copy
package main

import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;

return await Deployment.RunAsync(() => 
{
});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
    }
}
Copy
{}
Copy

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const example = ibm.getIsBackupPolicyJobs({
    backupPolicyId: ibm_is_backup_policy.example.id,
});
Copy
import pulumi
import pulumi_ibm as ibm

example = ibm.get_is_backup_policy_jobs(backup_policy_id=ibm_is_backup_policy["example"]["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.GetIsBackupPolicyJobs(ctx, &ibm.GetIsBackupPolicyJobsArgs{
			BackupPolicyId: ibm_is_backup_policy.Example.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var example = Ibm.GetIsBackupPolicyJobs.Invoke(new()
    {
        BackupPolicyId = ibm_is_backup_policy.Example.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsBackupPolicyJobsArgs;
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 example = IbmFunctions.getIsBackupPolicyJobs(GetIsBackupPolicyJobsArgs.builder()
            .backupPolicyId(ibm_is_backup_policy.example().id())
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: ibm:getIsBackupPolicyJobs
      arguments:
        backupPolicyId: ${ibm_is_backup_policy.example.id}
Copy

Using getIsBackupPolicyJobs

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 getIsBackupPolicyJobs(args: GetIsBackupPolicyJobsArgs, opts?: InvokeOptions): Promise<GetIsBackupPolicyJobsResult>
function getIsBackupPolicyJobsOutput(args: GetIsBackupPolicyJobsOutputArgs, opts?: InvokeOptions): Output<GetIsBackupPolicyJobsResult>
Copy
def get_is_backup_policy_jobs(backup_policy_id: Optional[str] = None,
                              backup_policy_plan_id: Optional[str] = None,
                              id: Optional[str] = None,
                              source_id: Optional[str] = None,
                              status: Optional[str] = None,
                              target_snapshots_crns: Optional[Sequence[str]] = None,
                              target_snapshots_ids: Optional[Sequence[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetIsBackupPolicyJobsResult
def get_is_backup_policy_jobs_output(backup_policy_id: Optional[pulumi.Input[str]] = None,
                              backup_policy_plan_id: Optional[pulumi.Input[str]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              source_id: Optional[pulumi.Input[str]] = None,
                              status: Optional[pulumi.Input[str]] = None,
                              target_snapshots_crns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              target_snapshots_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetIsBackupPolicyJobsResult]
Copy
func GetIsBackupPolicyJobs(ctx *Context, args *GetIsBackupPolicyJobsArgs, opts ...InvokeOption) (*GetIsBackupPolicyJobsResult, error)
func GetIsBackupPolicyJobsOutput(ctx *Context, args *GetIsBackupPolicyJobsOutputArgs, opts ...InvokeOption) GetIsBackupPolicyJobsResultOutput
Copy

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

public static class GetIsBackupPolicyJobs 
{
    public static Task<GetIsBackupPolicyJobsResult> InvokeAsync(GetIsBackupPolicyJobsArgs args, InvokeOptions? opts = null)
    public static Output<GetIsBackupPolicyJobsResult> Invoke(GetIsBackupPolicyJobsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsBackupPolicyJobsResult> getIsBackupPolicyJobs(GetIsBackupPolicyJobsArgs args, InvokeOptions options)
public static Output<GetIsBackupPolicyJobsResult> getIsBackupPolicyJobs(GetIsBackupPolicyJobsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsBackupPolicyJobs:getIsBackupPolicyJobs
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BackupPolicyId This property is required. string
The backup policy identifier.
BackupPolicyPlanId string
Id string
(Computed, String) The unique identifier for this account.
SourceId string
Status string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
TargetSnapshotsCrns List<string>
Filters the collection to resources with the target snapshot with the specified CRN.
TargetSnapshotsIds List<string>
Filters the collection to resources with the source volume with the specified identifier.
BackupPolicyId This property is required. string
The backup policy identifier.
BackupPolicyPlanId string
Id string
(Computed, String) The unique identifier for this account.
SourceId string
Status string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
TargetSnapshotsCrns []string
Filters the collection to resources with the target snapshot with the specified CRN.
TargetSnapshotsIds []string
Filters the collection to resources with the source volume with the specified identifier.
backupPolicyId This property is required. String
The backup policy identifier.
backupPolicyPlanId String
id String
(Computed, String) The unique identifier for this account.
sourceId String
status String
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
targetSnapshotsCrns List<String>
Filters the collection to resources with the target snapshot with the specified CRN.
targetSnapshotsIds List<String>
Filters the collection to resources with the source volume with the specified identifier.
backupPolicyId This property is required. string
The backup policy identifier.
backupPolicyPlanId string
id string
(Computed, String) The unique identifier for this account.
sourceId string
status string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
targetSnapshotsCrns string[]
Filters the collection to resources with the target snapshot with the specified CRN.
targetSnapshotsIds string[]
Filters the collection to resources with the source volume with the specified identifier.
backup_policy_id This property is required. str
The backup policy identifier.
backup_policy_plan_id str
id str
(Computed, String) The unique identifier for this account.
source_id str
status str
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
target_snapshots_crns Sequence[str]
Filters the collection to resources with the target snapshot with the specified CRN.
target_snapshots_ids Sequence[str]
Filters the collection to resources with the source volume with the specified identifier.
backupPolicyId This property is required. String
The backup policy identifier.
backupPolicyPlanId String
id String
(Computed, String) The unique identifier for this account.
sourceId String
status String
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
targetSnapshotsCrns List<String>
Filters the collection to resources with the target snapshot with the specified CRN.
targetSnapshotsIds List<String>
Filters the collection to resources with the source volume with the specified identifier.

getIsBackupPolicyJobs Result

The following output properties are available:

BackupPolicyId string
Id string
(Computed, String) The unique identifier for this account.
Jobs List<GetIsBackupPolicyJobsJob>
(List) Collection of backup policy jobs.
BackupPolicyPlanId string
SourceId string
Status string
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
TargetSnapshotsCrns List<string>
TargetSnapshotsIds List<string>
BackupPolicyId string
Id string
(Computed, String) The unique identifier for this account.
Jobs []GetIsBackupPolicyJobsJob
(List) Collection of backup policy jobs.
BackupPolicyPlanId string
SourceId string
Status string
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
TargetSnapshotsCrns []string
TargetSnapshotsIds []string
backupPolicyId String
id String
(Computed, String) The unique identifier for this account.
jobs List<GetIsBackupPolicyJobsJob>
(List) Collection of backup policy jobs.
backupPolicyPlanId String
sourceId String
status String
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
targetSnapshotsCrns List<String>
targetSnapshotsIds List<String>
backupPolicyId string
id string
(Computed, String) The unique identifier for this account.
jobs GetIsBackupPolicyJobsJob[]
(List) Collection of backup policy jobs.
backupPolicyPlanId string
sourceId string
status string
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
targetSnapshotsCrns string[]
targetSnapshotsIds string[]
backup_policy_id str
id str
(Computed, String) The unique identifier for this account.
jobs Sequence[GetIsBackupPolicyJobsJob]
(List) Collection of backup policy jobs.
backup_policy_plan_id str
source_id str
status str
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
target_snapshots_crns Sequence[str]
target_snapshots_ids Sequence[str]
backupPolicyId String
id String
(Computed, String) The unique identifier for this account.
jobs List<Property Map>
(List) Collection of backup policy jobs.
backupPolicyPlanId String
sourceId String
status String
(String) The status of the backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
targetSnapshotsCrns List<String>
targetSnapshotsIds List<String>

Supporting Types

GetIsBackupPolicyJobsJob

AutoDelete This property is required. bool
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
AutoDeleteAfter This property is required. double
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
BackupPolicyPlans This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlan>
(List) The backup policy plan operated this backup policy job (may be deleted).
CompletedAt This property is required. string
(String) The date and time that the backup policy job was completed.
CreatedAt This property is required. string
(String) The date and time that the backup policy job was created.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
JobType This property is required. string
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
ResourceType This property is required. string
(String) The resource type.
SourceInstances This property is required. List<GetIsBackupPolicyJobsJobSourceInstance>
(List) The source instance this backup was created from (may be deleted).
SourceShares This property is required. List<GetIsBackupPolicyJobsJobSourceShare>
(List) The source share this backup was created from (may be deleted)
SourceVolumes This property is required. List<GetIsBackupPolicyJobsJobSourceVolume>
(List) The source volume this backup was created from (may be deleted)
Status This property is required. string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
StatusReasons This property is required. List<GetIsBackupPolicyJobsJobStatusReason>
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
TargetSnapshots This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshot>
(List) The snapshot operated on by this backup policy job (may be deleted).
AutoDelete This property is required. bool
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
AutoDeleteAfter This property is required. float64
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
BackupPolicyPlans This property is required. []GetIsBackupPolicyJobsJobBackupPolicyPlan
(List) The backup policy plan operated this backup policy job (may be deleted).
CompletedAt This property is required. string
(String) The date and time that the backup policy job was completed.
CreatedAt This property is required. string
(String) The date and time that the backup policy job was created.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
JobType This property is required. string
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
ResourceType This property is required. string
(String) The resource type.
SourceInstances This property is required. []GetIsBackupPolicyJobsJobSourceInstance
(List) The source instance this backup was created from (may be deleted).
SourceShares This property is required. []GetIsBackupPolicyJobsJobSourceShare
(List) The source share this backup was created from (may be deleted)
SourceVolumes This property is required. []GetIsBackupPolicyJobsJobSourceVolume
(List) The source volume this backup was created from (may be deleted)
Status This property is required. string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
StatusReasons This property is required. []GetIsBackupPolicyJobsJobStatusReason
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
TargetSnapshots This property is required. []GetIsBackupPolicyJobsJobTargetSnapshot
(List) The snapshot operated on by this backup policy job (may be deleted).
autoDelete This property is required. Boolean
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
autoDeleteAfter This property is required. Double
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
backupPolicyPlans This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlan>
(List) The backup policy plan operated this backup policy job (may be deleted).
completedAt This property is required. String
(String) The date and time that the backup policy job was completed.
createdAt This property is required. String
(String) The date and time that the backup policy job was created.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
jobType This property is required. String
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
resourceType This property is required. String
(String) The resource type.
sourceInstances This property is required. List<GetIsBackupPolicyJobsJobSourceInstance>
(List) The source instance this backup was created from (may be deleted).
sourceShares This property is required. List<GetIsBackupPolicyJobsJobSourceShare>
(List) The source share this backup was created from (may be deleted)
sourceVolumes This property is required. List<GetIsBackupPolicyJobsJobSourceVolume>
(List) The source volume this backup was created from (may be deleted)
status This property is required. String
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
statusReasons This property is required. List<GetIsBackupPolicyJobsJobStatusReason>
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
targetSnapshots This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshot>
(List) The snapshot operated on by this backup policy job (may be deleted).
autoDelete This property is required. boolean
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
autoDeleteAfter This property is required. number
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
backupPolicyPlans This property is required. GetIsBackupPolicyJobsJobBackupPolicyPlan[]
(List) The backup policy plan operated this backup policy job (may be deleted).
completedAt This property is required. string
(String) The date and time that the backup policy job was completed.
createdAt This property is required. string
(String) The date and time that the backup policy job was created.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
jobType This property is required. string
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
resourceType This property is required. string
(String) The resource type.
sourceInstances This property is required. GetIsBackupPolicyJobsJobSourceInstance[]
(List) The source instance this backup was created from (may be deleted).
sourceShares This property is required. GetIsBackupPolicyJobsJobSourceShare[]
(List) The source share this backup was created from (may be deleted)
sourceVolumes This property is required. GetIsBackupPolicyJobsJobSourceVolume[]
(List) The source volume this backup was created from (may be deleted)
status This property is required. string
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
statusReasons This property is required. GetIsBackupPolicyJobsJobStatusReason[]
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
targetSnapshots This property is required. GetIsBackupPolicyJobsJobTargetSnapshot[]
(List) The snapshot operated on by this backup policy job (may be deleted).
auto_delete This property is required. bool
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
auto_delete_after This property is required. float
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
backup_policy_plans This property is required. Sequence[GetIsBackupPolicyJobsJobBackupPolicyPlan]
(List) The backup policy plan operated this backup policy job (may be deleted).
completed_at This property is required. str
(String) The date and time that the backup policy job was completed.
created_at This property is required. str
(String) The date and time that the backup policy job was created.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
job_type This property is required. str
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
resource_type This property is required. str
(String) The resource type.
source_instances This property is required. Sequence[GetIsBackupPolicyJobsJobSourceInstance]
(List) The source instance this backup was created from (may be deleted).
source_shares This property is required. Sequence[GetIsBackupPolicyJobsJobSourceShare]
(List) The source share this backup was created from (may be deleted)
source_volumes This property is required. Sequence[GetIsBackupPolicyJobsJobSourceVolume]
(List) The source volume this backup was created from (may be deleted)
status This property is required. str
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
status_reasons This property is required. Sequence[GetIsBackupPolicyJobsJobStatusReason]
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
target_snapshots This property is required. Sequence[GetIsBackupPolicyJobsJobTargetSnapshot]
(List) The snapshot operated on by this backup policy job (may be deleted).
autoDelete This property is required. Boolean
(Boolean) Indicates whether this backup policy job will be automatically deleted after it completes. At present, this is always true, but may be modifiable in the future.
autoDeleteAfter This property is required. Number
(Integer) If auto_delete is true, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future.
backupPolicyPlans This property is required. List<Property Map>
(List) The backup policy plan operated this backup policy job (may be deleted).
completedAt This property is required. String
(String) The date and time that the backup policy job was completed.
createdAt This property is required. String
(String) The date and time that the backup policy job was created.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
jobType This property is required. String
(String) The type of backup policy job.The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the backup policy job on which the unexpected property value was encountered.
resourceType This property is required. String
(String) The resource type.
sourceInstances This property is required. List<Property Map>
(List) The source instance this backup was created from (may be deleted).
sourceShares This property is required. List<Property Map>
(List) The source share this backup was created from (may be deleted)
sourceVolumes This property is required. List<Property Map>
(List) The source volume this backup was created from (may be deleted)
status This property is required. String
Filters the collection to backup policy jobs with the specified status, allowed values are failed, running, succeeded.
statusReasons This property is required. List<Property Map>
(List) The reasons for the current status (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered.
targetSnapshots This property is required. List<Property Map>
(List) The snapshot operated on by this backup policy job (may be deleted).

GetIsBackupPolicyJobsJobBackupPolicyPlan

Deleteds This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlanRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
Deleteds This property is required. []GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. []GetIsBackupPolicyJobsJobBackupPolicyPlanRemote
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
deleteds This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<GetIsBackupPolicyJobsJobBackupPolicyPlanRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.
deleteds This property is required. GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted[]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
name This property is required. string
(Computed, String) The globally unique name for this region.
remotes This property is required. GetIsBackupPolicyJobsJobBackupPolicyPlanRemote[]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. string
(String) The resource type.
deleteds This property is required. Sequence[GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
name This property is required. str
(Computed, String) The globally unique name for this region.
remotes This property is required. Sequence[GetIsBackupPolicyJobsJobBackupPolicyPlanRemote]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resource_type This property is required. str
(String) The resource type.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.

GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobBackupPolicyPlanRemote

Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.
href This property is required. string
(Computed, String) The URL for this region.
name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. str
(Computed, String) The URL for this region.
name This property is required. str
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.

GetIsBackupPolicyJobsJobSourceInstance

Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceInstanceDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. []GetIsBackupPolicyJobsJobSourceInstanceDeleted
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceInstanceDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
crn This property is required. string
(String) The CRN for this snapshot.
deleteds This property is required. GetIsBackupPolicyJobsJobSourceInstanceDeleted[]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
name This property is required. string
(Computed, String) The globally unique name for this region.
crn This property is required. str
(String) The CRN for this snapshot.
deleteds This property is required. Sequence[GetIsBackupPolicyJobsJobSourceInstanceDeleted]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
name This property is required. str
(Computed, String) The globally unique name for this region.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.

GetIsBackupPolicyJobsJobSourceInstanceDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobSourceShare

Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. []GetIsBackupPolicyJobsJobSourceShareDeleted
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceShareDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
crn This property is required. string
(String) The CRN for this snapshot.
deleteds This property is required. GetIsBackupPolicyJobsJobSourceShareDeleted[]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
name This property is required. string
(Computed, String) The globally unique name for this region.
crn This property is required. str
(String) The CRN for this snapshot.
deleteds This property is required. Sequence[GetIsBackupPolicyJobsJobSourceShareDeleted]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
name This property is required. str
(Computed, String) The globally unique name for this region.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.

GetIsBackupPolicyJobsJobSourceShareDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobSourceVolume

Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceVolumeDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. List<GetIsBackupPolicyJobsJobSourceVolumeRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. []GetIsBackupPolicyJobsJobSourceVolumeDeleted
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. []GetIsBackupPolicyJobsJobSourceVolumeRemote
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<GetIsBackupPolicyJobsJobSourceVolumeDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<GetIsBackupPolicyJobsJobSourceVolumeRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this snapshot.
deleteds This property is required. GetIsBackupPolicyJobsJobSourceVolumeDeleted[]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
name This property is required. string
(Computed, String) The globally unique name for this region.
remotes This property is required. GetIsBackupPolicyJobsJobSourceVolumeRemote[]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this snapshot.
deleteds This property is required. Sequence[GetIsBackupPolicyJobsJobSourceVolumeDeleted]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
name This property is required. str
(Computed, String) The globally unique name for this region.
remotes This property is required. Sequence[GetIsBackupPolicyJobsJobSourceVolumeRemote]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.

GetIsBackupPolicyJobsJobSourceVolumeDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobSourceVolumeRemote

Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.
href This property is required. string
(Computed, String) The URL for this region.
name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. str
(Computed, String) The URL for this region.
name This property is required. str
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.

GetIsBackupPolicyJobsJobStatusReason

Code This property is required. string
(String) A snake case string succinctly identifying the status reason
Message This property is required. string
(String) An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
Code This property is required. string
(String) A snake case string succinctly identifying the status reason
Message This property is required. string
(String) An explanation of the status reason.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. String
(String) A snake case string succinctly identifying the status reason
message This property is required. String
(String) An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
code This property is required. string
(String) A snake case string succinctly identifying the status reason
message This property is required. string
(String) An explanation of the status reason.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
code This property is required. str
(String) A snake case string succinctly identifying the status reason
message This property is required. str
(String) An explanation of the status reason.
more_info This property is required. str
(String) Link to documentation about deleted resources.
code This property is required. String
(String) A snake case string succinctly identifying the status reason
message This property is required. String
(String) An explanation of the status reason.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobTargetSnapshot

Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this snapshot.
Deleteds This property is required. []GetIsBackupPolicyJobsJobTargetSnapshotDeleted
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Href This property is required. string
(Computed, String) The URL for this region.
Id This property is required. string
(Computed, String) The unique identifier for this account.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Remotes This property is required. []GetIsBackupPolicyJobsJobTargetSnapshotRemote
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemote>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this snapshot.
deleteds This property is required. GetIsBackupPolicyJobsJobTargetSnapshotDeleted[]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. string
(Computed, String) The URL for this region.
id This property is required. string
(Computed, String) The unique identifier for this account.
name This property is required. string
(Computed, String) The globally unique name for this region.
remotes This property is required. GetIsBackupPolicyJobsJobTargetSnapshotRemote[]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this snapshot.
deleteds This property is required. Sequence[GetIsBackupPolicyJobsJobTargetSnapshotDeleted]
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. str
(Computed, String) The URL for this region.
id This property is required. str
(Computed, String) The unique identifier for this account.
name This property is required. str
(Computed, String) The globally unique name for this region.
remotes This property is required. Sequence[GetIsBackupPolicyJobsJobTargetSnapshotRemote]
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this snapshot.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
href This property is required. String
(Computed, String) The URL for this region.
id This property is required. String
(Computed, String) The unique identifier for this account.
name This property is required. String
(Computed, String) The globally unique name for this region.
remotes This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested schema for remote:
resourceType This property is required. String
(String) The resource type.

GetIsBackupPolicyJobsJobTargetSnapshotDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsBackupPolicyJobsJobTargetSnapshotRemote

Accounts This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
Regions This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
Accounts This property is required. []GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
Regions This property is required. []GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. List<GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount[]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion[]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. Sequence[GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. Sequence[GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion]
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:
accounts This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested schema for account:
regions This property is required. List<Property Map>
(Optional, List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested schema for region:

GetIsBackupPolicyJobsJobTargetSnapshotRemoteAccount

Id This property is required. string
(Computed, String) The unique identifier for this account.
ResourceType This property is required. string
(String) The resource type.
Id This property is required. string
(Computed, String) The unique identifier for this account.
ResourceType This property is required. string
(String) The resource type.
id This property is required. String
(Computed, String) The unique identifier for this account.
resourceType This property is required. String
(String) The resource type.
id This property is required. string
(Computed, String) The unique identifier for this account.
resourceType This property is required. string
(String) The resource type.
id This property is required. str
(Computed, String) The unique identifier for this account.
resource_type This property is required. str
(String) The resource type.
id This property is required. String
(Computed, String) The unique identifier for this account.
resourceType This property is required. String
(String) The resource type.

GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion

Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
Href This property is required. string
(Computed, String) The URL for this region.
Name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.
href This property is required. string
(Computed, String) The URL for this region.
name This property is required. string
(Computed, String) The globally unique name for this region.
href This property is required. str
(Computed, String) The URL for this region.
name This property is required. str
(Computed, String) The globally unique name for this region.
href This property is required. String
(Computed, String) The URL for this region.
name This property is required. String
(Computed, String) The globally unique name for this region.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.