ibm.getIsBackupPolicyJob
Explore with Pulumi AI
Provides a read-only data source for BackupPolicyJob. 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.getIsBackupPolicyJob({
backupPolicyId: ibm_is_backup_policy.example.id,
identifier: "0fe9e5d8-0a4d-4818-96ec-e99708644a58",
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_backup_policy_job(backup_policy_id=ibm_is_backup_policy["example"]["id"],
identifier="0fe9e5d8-0a4d-4818-96ec-e99708644a58")
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.GetIsBackupPolicyJob(ctx, &ibm.GetIsBackupPolicyJobArgs{
BackupPolicyId: ibm_is_backup_policy.Example.Id,
Identifier: "0fe9e5d8-0a4d-4818-96ec-e99708644a58",
}, 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.GetIsBackupPolicyJob.Invoke(new()
{
BackupPolicyId = ibm_is_backup_policy.Example.Id,
Identifier = "0fe9e5d8-0a4d-4818-96ec-e99708644a58",
});
});
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.GetIsBackupPolicyJobArgs;
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.getIsBackupPolicyJob(GetIsBackupPolicyJobArgs.builder()
.backupPolicyId(ibm_is_backup_policy.example().id())
.identifier("0fe9e5d8-0a4d-4818-96ec-e99708644a58")
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsBackupPolicyJob
arguments:
backupPolicyId: ${ibm_is_backup_policy.example.id}
identifier: 0fe9e5d8-0a4d-4818-96ec-e99708644a58
Using getIsBackupPolicyJob
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 getIsBackupPolicyJob(args: GetIsBackupPolicyJobArgs, opts?: InvokeOptions): Promise<GetIsBackupPolicyJobResult>
function getIsBackupPolicyJobOutput(args: GetIsBackupPolicyJobOutputArgs, opts?: InvokeOptions): Output<GetIsBackupPolicyJobResult>
def get_is_backup_policy_job(backup_policy_id: Optional[str] = None,
id: Optional[str] = None,
identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsBackupPolicyJobResult
def get_is_backup_policy_job_output(backup_policy_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsBackupPolicyJobResult]
func GetIsBackupPolicyJob(ctx *Context, args *GetIsBackupPolicyJobArgs, opts ...InvokeOption) (*GetIsBackupPolicyJobResult, error)
func GetIsBackupPolicyJobOutput(ctx *Context, args *GetIsBackupPolicyJobOutputArgs, opts ...InvokeOption) GetIsBackupPolicyJobResultOutput
> Note: This function is named GetIsBackupPolicyJob
in the Go SDK.
public static class GetIsBackupPolicyJob
{
public static Task<GetIsBackupPolicyJobResult> InvokeAsync(GetIsBackupPolicyJobArgs args, InvokeOptions? opts = null)
public static Output<GetIsBackupPolicyJobResult> Invoke(GetIsBackupPolicyJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsBackupPolicyJobResult> getIsBackupPolicyJob(GetIsBackupPolicyJobArgs args, InvokeOptions options)
public static Output<GetIsBackupPolicyJobResult> getIsBackupPolicyJob(GetIsBackupPolicyJobArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsBackupPolicyJob:getIsBackupPolicyJob
arguments:
# arguments dictionary
The following arguments are supported:
- Backup
Policy stringId - The backup policy identifier.
- Identifier string
- The backup policy job identifier.
- Id string
- (Computed, String) The unique identifier for this account.
- Backup
Policy stringId - The backup policy identifier.
- Identifier string
- The backup policy job identifier.
- Id string
- (Computed, String) The unique identifier for this account.
- backup
Policy StringId - The backup policy identifier.
- identifier String
- The backup policy job identifier.
- id String
- (Computed, String) The unique identifier for this account.
- backup
Policy stringId - The backup policy identifier.
- identifier string
- The backup policy job identifier.
- id string
- (Computed, String) The unique identifier for this account.
- backup_
policy_ strid - The backup policy identifier.
- identifier str
- The backup policy job identifier.
- id str
- (Computed, String) The unique identifier for this account.
- backup
Policy StringId - The backup policy identifier.
- identifier String
- The backup policy job identifier.
- id String
- (Computed, String) The unique identifier for this account.
getIsBackupPolicyJob Result
The following output properties are available:
- 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 stringId - Backup
Policy List<GetPlans Is Backup Policy 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.
- Identifier string
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- Resource
Type string - (String) The resource type.
- Source
Instances List<GetIs Backup Policy Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
- List<Get
Is Backup Policy Job Source Share> - (List) The source share this backup was created from (may be deleted)
- Source
Volumes List<GetIs Backup Policy Job Source Volume> - (List) The source volume this backup was created from (may be deleted).
- 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.
- Status
Reasons List<GetIs Backup Policy 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.
Nested scheme for
status_reasons
: - Target
Snapshots List<GetIs Backup Policy 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 stringId - Backup
Policy []GetPlans Is Backup Policy 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.
- Identifier string
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- Resource
Type string - (String) The resource type.
- Source
Instances []GetIs Backup Policy Job Source Instance - (List) The source instance this backup was created from (may be deleted).
- []Get
Is Backup Policy Job Source Share - (List) The source share this backup was created from (may be deleted)
- Source
Volumes []GetIs Backup Policy Job Source Volume - (List) The source volume this backup was created from (may be deleted).
- 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.
- Status
Reasons []GetIs Backup Policy 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.
Nested scheme for
status_reasons
: - Target
Snapshots []GetIs Backup Policy 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 StringId - backup
Policy List<GetPlans Is Backup Policy 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.
- identifier String
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- resource
Type String - (String) The resource type.
- source
Instances List<GetIs Backup Policy Job Source Instance> - (List) The source instance this backup was created from (may be deleted).
- List<Get
Is Backup Policy Job Source Share> - (List) The source share this backup was created from (may be deleted)
- source
Volumes List<GetIs Backup Policy Job Source Volume> - (List) The source volume this backup was created from (may be deleted).
- 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.
- status
Reasons List<GetIs Backup Policy 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.
Nested scheme for
status_reasons
: - target
Snapshots List<GetIs Backup Policy 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 stringId - backup
Policy GetPlans Is Backup Policy 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.
- identifier string
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- resource
Type string - (String) The resource type.
- source
Instances GetIs Backup Policy Job Source Instance[] - (List) The source instance this backup was created from (may be deleted).
- Get
Is Backup Policy Job Source Share[] - (List) The source share this backup was created from (may be deleted)
- source
Volumes GetIs Backup Policy Job Source Volume[] - (List) The source volume this backup was created from (may be deleted).
- 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.
- status
Reasons GetIs Backup Policy 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.
Nested scheme for
status_reasons
: - target
Snapshots GetIs Backup Policy 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_ strid - backup_
policy_ Sequence[Getplans Is Backup Policy 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.
- identifier str
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- resource_
type str - (String) The resource type.
- source_
instances Sequence[GetIs Backup Policy Job Source Instance] - (List) The source instance this backup was created from (may be deleted).
- Sequence[Get
Is Backup Policy Job Source Share] - (List) The source share this backup was created from (may be deleted)
- source_
volumes Sequence[GetIs Backup Policy Job Source Volume] - (List) The source volume this backup was created from (may be deleted).
- 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.
- status_
reasons Sequence[GetIs Backup Policy 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.
Nested scheme for
status_reasons
: - target_
snapshots Sequence[GetIs Backup Policy 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 StringId - 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.
- identifier String
- 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.
- Constraints: Allowable values are:
creation
,deletion
.
- Constraints: Allowable values are:
- 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
- (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.
- 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.
Nested scheme for
status_reasons
: - target
Snapshots List<Property Map> - (List) The snapshot operated on by this backup policy job (may be deleted).
Supporting Types
GetIsBackupPolicyJobBackupPolicyPlan
- Deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- Remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- Remotes
[]Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Sequence[Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- 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.
GetIsBackupPolicyJobBackupPolicyPlanDeleted
- 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.
GetIsBackupPolicyJobBackupPolicyPlanRemote
GetIsBackupPolicyJobSourceInstance
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- 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
- (String) The user-defined name for this snapshot.
GetIsBackupPolicyJobSourceInstanceDeleted
- 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.
GetIsBackupPolicyJobSourceShare
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
[]Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn String
- (String) The CRN for this snapshot.
- deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn string
- (String) The CRN for this snapshot.
- deleteds
Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- crn str
- (String) The CRN for this snapshot.
- deleteds
Sequence[Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- 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
- (String) The user-defined name for this snapshot.
GetIsBackupPolicyJobSourceShareDeleted
- 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.
GetIsBackupPolicyJobSourceVolume
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- Remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- Remotes
[]Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Sequence[Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- 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.
GetIsBackupPolicyJobSourceVolumeDeleted
- 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.
GetIsBackupPolicyJobSourceVolumeRemote
GetIsBackupPolicyJobStatusReason
GetIsBackupPolicyJobTargetSnapshot
- Crn string
- (String) The CRN for this snapshot.
- Deleteds
List<Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- Remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- Remotes
[]Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
List<Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Get
Is Backup Policy 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 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
- (String) The user-defined name for this snapshot.
- remotes
Sequence[Get
Is Backup Policy 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
- (String) The user-defined name for this snapshot.
- 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.
GetIsBackupPolicyJobTargetSnapshotDeleted
- 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.
GetIsBackupPolicyJobTargetSnapshotRemote
- Accounts
List<Get
Is Backup Policy 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 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 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 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 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 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 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 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 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 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:
GetIsBackupPolicyJobTargetSnapshotRemoteAccount
- 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.
GetIsBackupPolicyJobTargetSnapshotRemoteRegion
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.