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";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
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) {
}
}
{}
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,
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_backup_policy_jobs(backup_policy_id=ibm_is_backup_policy["example"]["id"])
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
})
}
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,
});
});
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());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsBackupPolicyJobs
arguments:
backupPolicyId: ${ibm_is_backup_policy.example.id}
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>
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]
func GetIsBackupPolicyJobs(ctx *Context, args *GetIsBackupPolicyJobsArgs, opts ...InvokeOption) (*GetIsBackupPolicyJobsResult, error)
func GetIsBackupPolicyJobsOutput(ctx *Context, args *GetIsBackupPolicyJobsOutputArgs, opts ...InvokeOption) GetIsBackupPolicyJobsResultOutput
> 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)
}
public static CompletableFuture<GetIsBackupPolicyJobsResult> getIsBackupPolicyJobs(GetIsBackupPolicyJobsArgs args, InvokeOptions options)
public static Output<GetIsBackupPolicyJobsResult> getIsBackupPolicyJobs(GetIsBackupPolicyJobsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsBackupPolicyJobs:getIsBackupPolicyJobs
arguments:
# arguments dictionary
The following arguments are supported:
- Backup
Policy stringId - The backup policy identifier.
- Backup
Policy stringPlan Id - Id string
- (Computed, String) The unique identifier for this account.
- Source
Id string - Status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - Target
Snapshots List<string>Crns - Filters the collection to resources with the target snapshot with the specified CRN.
- Target
Snapshots List<string>Ids - Filters the collection to resources with the source volume with the specified identifier.
- Backup
Policy stringId - The backup policy identifier.
- Backup
Policy stringPlan Id - Id string
- (Computed, String) The unique identifier for this account.
- Source
Id string - Status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - Target
Snapshots []stringCrns - Filters the collection to resources with the target snapshot with the specified CRN.
- Target
Snapshots []stringIds - Filters the collection to resources with the source volume with the specified identifier.
- backup
Policy StringId - The backup policy identifier.
- backup
Policy StringPlan Id - id String
- (Computed, String) The unique identifier for this account.
- source
Id String - status String
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - target
Snapshots List<String>Crns - Filters the collection to resources with the target snapshot with the specified CRN.
- target
Snapshots List<String>Ids - Filters the collection to resources with the source volume with the specified identifier.
- backup
Policy stringId - The backup policy identifier.
- backup
Policy stringPlan Id - id string
- (Computed, String) The unique identifier for this account.
- source
Id string - status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - target
Snapshots string[]Crns - Filters the collection to resources with the target snapshot with the specified CRN.
- target
Snapshots string[]Ids - Filters the collection to resources with the source volume with the specified identifier.
- backup_
policy_ strid - The backup policy identifier.
- backup_
policy_ strplan_ id - 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_ Sequence[str]crns - Filters the collection to resources with the target snapshot with the specified CRN.
- target_
snapshots_ Sequence[str]ids - Filters the collection to resources with the source volume with the specified identifier.
- backup
Policy StringId - The backup policy identifier.
- backup
Policy StringPlan Id - id String
- (Computed, String) The unique identifier for this account.
- source
Id String - status String
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - target
Snapshots List<String>Crns - Filters the collection to resources with the target snapshot with the specified CRN.
- target
Snapshots List<String>Ids - Filters the collection to resources with the source volume with the specified identifier.
getIsBackupPolicyJobs Result
The following output properties are available:
- Backup
Policy stringId - Id string
- (Computed, String) The unique identifier for this account.
- Jobs
List<Get
Is Backup Policy Jobs Job> - (List) Collection of backup policy jobs.
- Backup
Policy stringPlan Id - Source
Id 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.
- Target
Snapshots List<string>Crns - Target
Snapshots List<string>Ids
- Backup
Policy stringId - Id string
- (Computed, String) The unique identifier for this account.
- Jobs
[]Get
Is Backup Policy Jobs Job - (List) Collection of backup policy jobs.
- Backup
Policy stringPlan Id - Source
Id 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.
- Target
Snapshots []stringCrns - Target
Snapshots []stringIds
- backup
Policy StringId - id String
- (Computed, String) The unique identifier for this account.
- jobs
List<Get
Is Backup Policy Jobs Job> - (List) Collection of backup policy jobs.
- backup
Policy StringPlan Id - source
Id 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.
- target
Snapshots List<String>Crns - target
Snapshots List<String>Ids
- backup
Policy stringId - id string
- (Computed, String) The unique identifier for this account.
- jobs
Get
Is Backup Policy Jobs Job[] - (List) Collection of backup policy jobs.
- backup
Policy stringPlan Id - source
Id 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.
- target
Snapshots string[]Crns - target
Snapshots string[]Ids
- backup_
policy_ strid - id str
- (Computed, String) The unique identifier for this account.
- jobs
Sequence[Get
Is Backup Policy Jobs Job] - (List) Collection of backup policy jobs.
- backup_
policy_ strplan_ id - 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_ Sequence[str]crns - target_
snapshots_ Sequence[str]ids
- backup
Policy StringId - id String
- (Computed, String) The unique identifier for this account.
- jobs List<Property Map>
- (List) Collection of backup policy jobs.
- backup
Policy StringPlan Id - source
Id 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.
- target
Snapshots List<String>Crns - target
Snapshots List<String>Ids
Supporting Types
GetIsBackupPolicyJobsJob
- Auto
Delete 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 doubleAfter - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - Backup
Policy List<GetPlans Is Backup Policy Jobs Job Backup Policy Plan> - (List) The backup policy plan operated this backup policy job (may be deleted).
- Completed
At string - (String) The date and time that the backup policy job was completed.
- Created
At string - (String) The date and time that the backup policy job was created.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Job
Type 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.
- Resource
Type string - (String) The resource type.
- Source
Instances List<GetIs Backup Policy Jobs Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
- List<Get
Is Backup Policy Jobs Job Source Share> - (List) The source share this backup was created from (may be deleted)
- Source
Volumes List<GetIs Backup Policy Jobs Job Source Volume> - (List) The source volume this backup was created from (may be deleted)
- Status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - Status
Reasons List<GetIs Backup Policy Jobs Job Status Reason> - (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 List<GetIs Backup Policy Jobs Job Target Snapshot> - (List) The snapshot operated on by this backup policy job (may be deleted).
- Auto
Delete 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 float64After - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - Backup
Policy []GetPlans Is Backup Policy Jobs Job Backup Policy Plan - (List) The backup policy plan operated this backup policy job (may be deleted).
- Completed
At string - (String) The date and time that the backup policy job was completed.
- Created
At string - (String) The date and time that the backup policy job was created.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Job
Type 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.
- Resource
Type string - (String) The resource type.
- Source
Instances []GetIs Backup Policy Jobs Job Source Instance - (List) The source instance this backup was created from (may be deleted).
- []Get
Is Backup Policy Jobs Job Source Share - (List) The source share this backup was created from (may be deleted)
- Source
Volumes []GetIs Backup Policy Jobs Job Source Volume - (List) The source volume this backup was created from (may be deleted)
- Status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - Status
Reasons []GetIs Backup Policy Jobs Job Status Reason - (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 []GetIs Backup Policy Jobs Job Target Snapshot - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete DoubleAfter - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - backup
Policy List<GetPlans Is Backup Policy Jobs Job Backup Policy Plan> - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At String - (String) The date and time that the backup policy job was completed.
- created
At String - (String) The date and time that the backup policy job was created.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- job
Type 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.
- resource
Type String - (String) The resource type.
- source
Instances List<GetIs Backup Policy Jobs Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
- List<Get
Is Backup Policy Jobs Job Source Share> - (List) The source share this backup was created from (may be deleted)
- source
Volumes List<GetIs Backup Policy Jobs Job Source Volume> - (List) The source volume this backup was created from (may be deleted)
- status String
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - status
Reasons List<GetIs Backup Policy Jobs Job Status Reason> - (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 List<GetIs Backup Policy Jobs Job Target Snapshot> - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete numberAfter - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - backup
Policy GetPlans Is Backup Policy Jobs Job Backup Policy Plan[] - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At string - (String) The date and time that the backup policy job was completed.
- created
At string - (String) The date and time that the backup policy job was created.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- job
Type 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.
- resource
Type string - (String) The resource type.
- source
Instances GetIs Backup Policy Jobs Job Source Instance[] - (List) The source instance this backup was created from (may be deleted).
- Get
Is Backup Policy Jobs Job Source Share[] - (List) The source share this backup was created from (may be deleted)
- source
Volumes GetIs Backup Policy Jobs Job Source Volume[] - (List) The source volume this backup was created from (may be deleted)
- status string
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - status
Reasons GetIs Backup Policy Jobs Job Status Reason[] - (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 GetIs Backup Policy Jobs Job Target Snapshot[] - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto_
delete 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_ floatafter - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - backup_
policy_ Sequence[Getplans Is Backup Policy Jobs Job Backup Policy Plan] - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed_
at str - (String) The date and time that the backup policy job was completed.
- created_
at str - (String) The date and time that the backup policy job was created.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- job_
type 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 str - (String) The resource type.
- source_
instances Sequence[GetIs Backup Policy Jobs Job Source Instance] - (List) The source instance this backup was created from (may be deleted).
- Sequence[Get
Is Backup Policy Jobs Job Source Share] - (List) The source share this backup was created from (may be deleted)
- source_
volumes Sequence[GetIs Backup Policy Jobs Job Source Volume] - (List) The source volume this backup was created from (may be deleted)
- status str
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - status_
reasons Sequence[GetIs Backup Policy Jobs Job Status Reason] - (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 Sequence[GetIs Backup Policy Jobs Job Target Snapshot] - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete NumberAfter - (Integer) If
auto_delete
istrue
, the days after completion that this backup policy job will be deleted. This value may be modifiable in the future. - backup
Policy List<Property Map>Plans - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At String - (String) The date and time that the backup policy job was completed.
- created
At String - (String) The date and time that the backup policy job was created.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- job
Type 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.
- resource
Type String - (String) The resource type.
- source
Instances List<Property Map> - (List) The source instance this backup was created from (may be deleted).
- List<Property Map>
- (List) The source share this backup was created from (may be deleted)
- source
Volumes List<Property Map> - (List) The source volume this backup was created from (may be deleted)
- status String
- Filters the collection to backup policy jobs with the specified status, allowed values are
failed, running, succeeded
. - status
Reasons 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.
- target
Snapshots List<Property Map> - (List) The snapshot operated on by this backup policy job (may be deleted).
GetIsBackupPolicyJobsJobBackupPolicyPlan
- Deleteds
List<Get
Is Backup Policy Jobs Job Backup Policy Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
List<Get
Is Backup Policy Jobs Job Backup Policy Plan Remote> - (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 string - (String) The resource type.
- Deleteds
[]Get
Is Backup Policy Jobs Job Backup Policy Plan Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
[]Get
Is Backup Policy Jobs Job Backup Policy Plan Remote - (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 string - (String) The resource type.
- deleteds
List<Get
Is Backup Policy Jobs Job Backup Policy Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes
List<Get
Is Backup Policy Jobs Job Backup Policy Plan Remote> - (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 String - (String) The resource type.
- deleteds
Get
Is Backup Policy Jobs Job Backup Policy Plan Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- name string
- (Computed, String) The globally unique name for this region.
- remotes
Get
Is Backup Policy Jobs Job Backup Policy Plan Remote[] - (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 string - (String) The resource type.
- deleteds
Sequence[Get
Is Backup Policy Jobs Job Backup Policy Plan Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- name str
- (Computed, String) The globally unique name for this region.
- remotes
Sequence[Get
Is Backup Policy Jobs Job Backup Policy Plan Remote] - (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 str - (String) The resource type.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes 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:
- resource
Type String - (String) The resource type.
GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobBackupPolicyPlanRemote
GetIsBackupPolicyJobsJobSourceInstance
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy Jobs Job Source Instance Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy Jobs Job Source Instance Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy Jobs Job Source Instance Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy Jobs Job Source Instance Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- name string
- (Computed, String) The globally unique name for this region.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy Jobs Job Source Instance Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- name str
- (Computed, String) The globally unique name for this region.
- crn String
- (String) The CRN for this snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
GetIsBackupPolicyJobsJobSourceInstanceDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobSourceShare
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy Jobs Job Source Share Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy Jobs Job Source Share Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy Jobs Job Source Share Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy Jobs Job Source Share Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- name string
- (Computed, String) The globally unique name for this region.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy Jobs Job Source Share Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- name str
- (Computed, String) The globally unique name for this region.
- crn String
- (String) The CRN for this snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
GetIsBackupPolicyJobsJobSourceShareDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobSourceVolume
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy Jobs Job Source Volume Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
List<Get
Is Backup Policy Jobs Job Source Volume Remote> - (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 string - (String) The resource type.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy Jobs Job Source Volume Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
[]Get
Is Backup Policy Jobs Job Source Volume Remote - (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 string - (String) The resource type.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy Jobs Job Source Volume Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes
List<Get
Is Backup Policy Jobs Job Source Volume Remote> - (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 String - (String) The resource type.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy Jobs Job Source Volume Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- name string
- (Computed, String) The globally unique name for this region.
- remotes
Get
Is Backup Policy Jobs Job Source Volume Remote[] - (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 string - (String) The resource type.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy Jobs Job Source Volume Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- name str
- (Computed, String) The globally unique name for this region.
- remotes
Sequence[Get
Is Backup Policy Jobs Job Source Volume Remote] - (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 str - (String) The resource type.
- crn String
- (String) The CRN for this snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes 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:
- resource
Type String - (String) The resource type.
GetIsBackupPolicyJobsJobSourceVolumeDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobSourceVolumeRemote
GetIsBackupPolicyJobsJobStatusReason
GetIsBackupPolicyJobsJobTargetSnapshot
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy Jobs Job Target Snapshot Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote> - (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 string - (String) The resource type.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy Jobs Job Target Snapshot Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (Computed, String) The URL for this region.
- Id string
- (Computed, String) The unique identifier for this account.
- Name string
- (Computed, String) The globally unique name for this region.
- Remotes
[]Get
Is Backup Policy Jobs Job Target Snapshot Remote - (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 string - (String) The resource type.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy Jobs Job Target Snapshot Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote> - (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 String - (String) The resource type.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy Jobs Job Target Snapshot Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (Computed, String) The URL for this region.
- id string
- (Computed, String) The unique identifier for this account.
- name string
- (Computed, String) The globally unique name for this region.
- remotes
Get
Is Backup Policy Jobs Job Target Snapshot Remote[] - (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 string - (String) The resource type.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy Jobs Job Target Snapshot Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (Computed, String) The URL for this region.
- id str
- (Computed, String) The unique identifier for this account.
- name str
- (Computed, String) The globally unique name for this region.
- remotes
Sequence[Get
Is Backup Policy Jobs Job Target Snapshot Remote] - (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 str - (String) The resource type.
- crn String
- (String) The CRN for this snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (Computed, String) The URL for this region.
- id String
- (Computed, String) The unique identifier for this account.
- name String
- (Computed, String) The globally unique name for this region.
- remotes 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:
- resource
Type String - (String) The resource type.
GetIsBackupPolicyJobsJobTargetSnapshotDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobTargetSnapshotRemote
- Accounts
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote Account> - (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
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote Region> - (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
[]Get
Is Backup Policy Jobs Job Target Snapshot Remote Account - (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
[]Get
Is Backup Policy Jobs Job Target Snapshot Remote Region - (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
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote Account> - (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
List<Get
Is Backup Policy Jobs Job Target Snapshot Remote Region> - (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
Get
Is Backup Policy Jobs Job Target Snapshot Remote Account[] - (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
Get
Is Backup Policy Jobs Job Target Snapshot Remote Region[] - (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
Sequence[Get
Is Backup Policy Jobs Job Target Snapshot Remote Account] - (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
Sequence[Get
Is Backup Policy Jobs Job Target Snapshot Remote Region] - (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 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 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 string
- (Computed, String) The unique identifier for this account.
- Resource
Type string - (String) The resource type.
- Id string
- (Computed, String) The unique identifier for this account.
- Resource
Type string - (String) The resource type.
- id String
- (Computed, String) The unique identifier for this account.
- resource
Type String - (String) The resource type.
- id string
- (Computed, String) The unique identifier for this account.
- resource
Type string - (String) The resource type.
- id str
- (Computed, String) The unique identifier for this account.
- resource_
type str - (String) The resource type.
- id String
- (Computed, String) The unique identifier for this account.
- resource
Type String - (String) The resource type.
GetIsBackupPolicyJobsJobTargetSnapshotRemoteRegion
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.