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 Id This property is required. string - 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 Id This property is required. string - 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 Id This property is required. String - 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 Id This property is required. string - 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_ id This property is required. str - 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 Id This property is required. String - 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 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. double - (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 Plans This property is required. List<GetIs Backup Policy Jobs Job Backup Policy Plan> - (List) The backup policy plan operated this backup policy job (may be deleted).
- Completed
At This property is required. string - (String) The date and time that the backup policy job was completed.
- Created
At 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.
- Job
Type 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.
- Resource
Type This property is required. string - (String) The resource type.
- Source
Instances This property is required. List<GetIs Backup Policy Jobs Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
This property is required. List<GetIs Backup Policy Jobs Job Source Share> - (List) The source share this backup was created from (may be deleted)
- Source
Volumes This property is required. List<GetIs Backup Policy Jobs Job Source Volume> - (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
. - Status
Reasons This property is required. 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 This property is required. List<GetIs Backup Policy Jobs Job Target Snapshot> - (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. float64 - (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 Plans This property is required. []GetIs Backup Policy Jobs Job Backup Policy Plan - (List) The backup policy plan operated this backup policy job (may be deleted).
- Completed
At This property is required. string - (String) The date and time that the backup policy job was completed.
- Created
At 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.
- Job
Type 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.
- Resource
Type This property is required. string - (String) The resource type.
- Source
Instances This property is required. []GetIs Backup Policy Jobs Job Source Instance - (List) The source instance this backup was created from (may be deleted).
This property is required. []GetIs Backup Policy Jobs Job Source Share - (List) The source share this backup was created from (may be deleted)
- Source
Volumes This property is required. []GetIs Backup Policy Jobs Job Source Volume - (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
. - Status
Reasons This property is required. []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 This property is required. []GetIs Backup Policy Jobs Job Target Snapshot - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete After This property is required. Double - (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 Plans This property is required. List<GetIs Backup Policy Jobs Job Backup Policy Plan> - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At This property is required. String - (String) The date and time that the backup policy job was completed.
- created
At 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.
- job
Type 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.
- resource
Type This property is required. String - (String) The resource type.
- source
Instances This property is required. List<GetIs Backup Policy Jobs Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
This property is required. List<GetIs Backup Policy Jobs Job Source Share> - (List) The source share this backup was created from (may be deleted)
- source
Volumes This property is required. List<GetIs Backup Policy Jobs Job Source Volume> - (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
. - status
Reasons This property is required. 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 This property is required. List<GetIs Backup Policy Jobs Job Target Snapshot> - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete After This property is required. number - (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 Plans This property is required. GetIs Backup Policy Jobs Job Backup Policy Plan[] - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At This property is required. string - (String) The date and time that the backup policy job was completed.
- created
At 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.
- job
Type 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.
- resource
Type This property is required. string - (String) The resource type.
- source
Instances This property is required. GetIs Backup Policy Jobs Job Source Instance[] - (List) The source instance this backup was created from (may be deleted).
This property is required. GetIs Backup Policy Jobs Job Source Share[] - (List) The source share this backup was created from (may be deleted)
- source
Volumes This property is required. GetIs Backup Policy Jobs Job Source Volume[] - (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
. - status
Reasons This property is required. 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 This property is required. GetIs Backup Policy Jobs Job Target Snapshot[] - (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
istrue
, 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[GetIs Backup Policy Jobs Job Backup Policy Plan] - (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[GetIs Backup Policy Jobs Job Source Instance] - (List) The source instance this backup was created from (may be deleted).
This property is required. Sequence[GetIs Backup Policy Jobs Job Source Share] - (List) The source share this backup was created from (may be deleted)
- source_
volumes This property is required. Sequence[GetIs Backup Policy Jobs Job Source Volume] - (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[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 This property is required. Sequence[GetIs Backup Policy Jobs Job Target Snapshot] - (List) The snapshot operated on by this backup policy job (may be deleted).
- auto
Delete 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. - auto
Delete After This property is required. Number - (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 Plans This property is required. List<Property Map> - (List) The backup policy plan operated this backup policy job (may be deleted).
- completed
At This property is required. String - (String) The date and time that the backup policy job was completed.
- created
At 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.
- job
Type 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.
- resource
Type This property is required. String - (String) The resource type.
- source
Instances This property is required. List<Property Map> - (List) The source instance this backup was created from (may be deleted).
This property is required. List<Property Map>- (List) The source share this backup was created from (may be deleted)
- source
Volumes 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
. - status
Reasons 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.
- target
Snapshots 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<GetIs 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
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<GetIs 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 This property is required. string - (String) The resource type.
- Deleteds
This property is required. []GetIs 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
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. []GetIs 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 This property is required. string - (String) The resource type.
- deleteds
This property is required. List<GetIs 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
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<GetIs 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 This property is required. String - (String) The resource type.
- deleteds
This property is required. GetIs 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
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. GetIs 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 This property is required. string - (String) The resource type.
- deleteds
This property is required. Sequence[GetIs 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
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[GetIs 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 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:
- resource
Type This property is required. String - (String) The resource type.
GetIsBackupPolicyJobsJobBackupPolicyPlanDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobBackupPolicyPlanRemote
GetIsBackupPolicyJobsJobSourceInstance
- Crn
This property is required. string - (String) The CRN for this snapshot.
- Deleteds
This property is required. List<GetIs 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
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. []GetIs 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
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<GetIs 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
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. GetIs 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
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[GetIs 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
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
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info 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<GetIs 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
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. []GetIs 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
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<GetIs 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
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. GetIs 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
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[GetIs 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
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
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info 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<GetIs 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
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<GetIs 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 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. []GetIs 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
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. []GetIs 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 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<GetIs 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
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<GetIs 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 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. GetIs 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
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. GetIs 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 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[GetIs 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
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[GetIs 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 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:
- resource
Type This property is required. String - (String) The resource type.
GetIsBackupPolicyJobsJobSourceVolumeDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobSourceVolumeRemote
GetIsBackupPolicyJobsJobStatusReason
GetIsBackupPolicyJobsJobTargetSnapshot
- Crn
This property is required. string - (String) The CRN for this snapshot.
- Deleteds
This property is required. List<GetIs 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
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<GetIs 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 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. []GetIs 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
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. []GetIs 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 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<GetIs 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
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<GetIs 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 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. GetIs 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
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. GetIs 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 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[GetIs 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
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[GetIs 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 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:
- resource
Type This property is required. String - (String) The resource type.
GetIsBackupPolicyJobsJobTargetSnapshotDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
GetIsBackupPolicyJobsJobTargetSnapshotRemote
- Accounts
This property is required. List<GetIs 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
This property is required. List<GetIs 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
This property is required. []GetIs 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
This property is required. []GetIs 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
This property is required. List<GetIs 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
This property is required. List<GetIs 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
This property is required. GetIs 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
This property is required. GetIs 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
This property is required. Sequence[GetIs 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
This property is required. Sequence[GetIs 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
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.
- Resource
Type This property is required. string - (String) The resource type.
- Id
This property is required. string - (Computed, String) The unique identifier for this account.
- Resource
Type This property is required. string - (String) The resource type.
- id
This property is required. String - (Computed, String) The unique identifier for this account.
- resource
Type This property is required. String - (String) The resource type.
- id
This property is required. string - (Computed, String) The unique identifier for this account.
- resource
Type 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.
- resource
Type This property is required. 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.