1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsSnapshotConsistencyGroup
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsSnapshotConsistencyGroup

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about a SnapshotConsistencyGroup. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    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 isSnapshotConsistencyGroup = ibm.getIsSnapshotConsistencyGroup({
        identifier: ibm_is_snapshot_consistency_group.is_snapshot_consistency_group.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    is_snapshot_consistency_group = ibm.get_is_snapshot_consistency_group(identifier=ibm_is_snapshot_consistency_group["is_snapshot_consistency_group"]["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.LookupIsSnapshotConsistencyGroup(ctx, &ibm.LookupIsSnapshotConsistencyGroupArgs{
    			Identifier: pulumi.StringRef(ibm_is_snapshot_consistency_group.Is_snapshot_consistency_group.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 isSnapshotConsistencyGroup = Ibm.GetIsSnapshotConsistencyGroup.Invoke(new()
        {
            Identifier = ibm_is_snapshot_consistency_group.Is_snapshot_consistency_group.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.GetIsSnapshotConsistencyGroupArgs;
    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 isSnapshotConsistencyGroup = IbmFunctions.getIsSnapshotConsistencyGroup(GetIsSnapshotConsistencyGroupArgs.builder()
                .identifier(ibm_is_snapshot_consistency_group.is_snapshot_consistency_group().id())
                .build());
    
        }
    }
    
    variables:
      isSnapshotConsistencyGroup:
        fn::invoke:
          function: ibm:getIsSnapshotConsistencyGroup
          arguments:
            identifier: ${ibm_is_snapshot_consistency_group.is_snapshot_consistency_group.id}
    

    Using getIsSnapshotConsistencyGroup

    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 getIsSnapshotConsistencyGroup(args: GetIsSnapshotConsistencyGroupArgs, opts?: InvokeOptions): Promise<GetIsSnapshotConsistencyGroupResult>
    function getIsSnapshotConsistencyGroupOutput(args: GetIsSnapshotConsistencyGroupOutputArgs, opts?: InvokeOptions): Output<GetIsSnapshotConsistencyGroupResult>
    def get_is_snapshot_consistency_group(access_tags: Optional[Sequence[str]] = None,
                                          id: Optional[str] = None,
                                          identifier: Optional[str] = None,
                                          name: Optional[str] = None,
                                          tags: Optional[Sequence[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetIsSnapshotConsistencyGroupResult
    def get_is_snapshot_consistency_group_output(access_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          identifier: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetIsSnapshotConsistencyGroupResult]
    func LookupIsSnapshotConsistencyGroup(ctx *Context, args *LookupIsSnapshotConsistencyGroupArgs, opts ...InvokeOption) (*LookupIsSnapshotConsistencyGroupResult, error)
    func LookupIsSnapshotConsistencyGroupOutput(ctx *Context, args *LookupIsSnapshotConsistencyGroupOutputArgs, opts ...InvokeOption) LookupIsSnapshotConsistencyGroupResultOutput

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

    public static class GetIsSnapshotConsistencyGroup 
    {
        public static Task<GetIsSnapshotConsistencyGroupResult> InvokeAsync(GetIsSnapshotConsistencyGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetIsSnapshotConsistencyGroupResult> Invoke(GetIsSnapshotConsistencyGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsSnapshotConsistencyGroupResult> getIsSnapshotConsistencyGroup(GetIsSnapshotConsistencyGroupArgs args, InvokeOptions options)
    public static Output<GetIsSnapshotConsistencyGroupResult> getIsSnapshotConsistencyGroup(GetIsSnapshotConsistencyGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsSnapshotConsistencyGroup:getIsSnapshotConsistencyGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessTags List<string>
    Id string
    (String) The unique identifier for this snapshot.
    Identifier string
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Tags List<string>
    AccessTags []string
    Id string
    (String) The unique identifier for this snapshot.
    Identifier string
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Tags []string
    accessTags List<String>
    id String
    (String) The unique identifier for this snapshot.
    identifier String
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    tags List<String>
    accessTags string[]
    id string
    (String) The unique identifier for this snapshot.
    identifier string
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    tags string[]
    access_tags Sequence[str]
    id str
    (String) The unique identifier for this snapshot.
    identifier str
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    tags Sequence[str]
    accessTags List<String>
    id String
    (String) The unique identifier for this snapshot.
    identifier String
    The snapshot consistency group identifier, name and identifier are mutually exclusive.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    tags List<String>

    getIsSnapshotConsistencyGroup Result

    The following output properties are available:

    AccessTags List<string>
    BackupPolicyPlans List<GetIsSnapshotConsistencyGroupBackupPolicyPlan>
    (List) If present, the backup policy plan which created this snapshot consistency group.
    CreatedAt string
    (String) The date and time that this snapshot consistency group was created.
    Crn string
    (String) The CRN of this snapshot.
    DeleteSnapshotsOnDelete bool
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    LifecycleState string
    (String) The lifecycle state of this snapshot consistency group.
    ResourceGroups List<GetIsSnapshotConsistencyGroupResourceGroup>
    (List) The resource group for this snapshot consistency group.
    ResourceType string
    (String) The resource type.
    ServiceTags List<string>
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    Snapshots List<GetIsSnapshotConsistencyGroupSnapshot>
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    Tags List<string>
    Identifier string
    Name string
    (String) The globally unique name for this region.
    AccessTags []string
    BackupPolicyPlans []GetIsSnapshotConsistencyGroupBackupPolicyPlan
    (List) If present, the backup policy plan which created this snapshot consistency group.
    CreatedAt string
    (String) The date and time that this snapshot consistency group was created.
    Crn string
    (String) The CRN of this snapshot.
    DeleteSnapshotsOnDelete bool
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    LifecycleState string
    (String) The lifecycle state of this snapshot consistency group.
    ResourceGroups []GetIsSnapshotConsistencyGroupResourceGroup
    (List) The resource group for this snapshot consistency group.
    ResourceType string
    (String) The resource type.
    ServiceTags []string
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    Snapshots []GetIsSnapshotConsistencyGroupSnapshot
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    Tags []string
    Identifier string
    Name string
    (String) The globally unique name for this region.
    accessTags List<String>
    backupPolicyPlans List<GetIsSnapshotConsistencyGroupBackupPolicyPlan>
    (List) If present, the backup policy plan which created this snapshot consistency group.
    createdAt String
    (String) The date and time that this snapshot consistency group was created.
    crn String
    (String) The CRN of this snapshot.
    deleteSnapshotsOnDelete Boolean
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    lifecycleState String
    (String) The lifecycle state of this snapshot consistency group.
    resourceGroups List<GetIsSnapshotConsistencyGroupResourceGroup>
    (List) The resource group for this snapshot consistency group.
    resourceType String
    (String) The resource type.
    serviceTags List<String>
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    snapshots List<GetIsSnapshotConsistencyGroupSnapshot>
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    tags List<String>
    identifier String
    name String
    (String) The globally unique name for this region.
    accessTags string[]
    backupPolicyPlans GetIsSnapshotConsistencyGroupBackupPolicyPlan[]
    (List) If present, the backup policy plan which created this snapshot consistency group.
    createdAt string
    (String) The date and time that this snapshot consistency group was created.
    crn string
    (String) The CRN of this snapshot.
    deleteSnapshotsOnDelete boolean
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this snapshot.
    lifecycleState string
    (String) The lifecycle state of this snapshot consistency group.
    resourceGroups GetIsSnapshotConsistencyGroupResourceGroup[]
    (List) The resource group for this snapshot consistency group.
    resourceType string
    (String) The resource type.
    serviceTags string[]
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    snapshots GetIsSnapshotConsistencyGroupSnapshot[]
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    tags string[]
    identifier string
    name string
    (String) The globally unique name for this region.
    access_tags Sequence[str]
    backup_policy_plans Sequence[GetIsSnapshotConsistencyGroupBackupPolicyPlan]
    (List) If present, the backup policy plan which created this snapshot consistency group.
    created_at str
    (String) The date and time that this snapshot consistency group was created.
    crn str
    (String) The CRN of this snapshot.
    delete_snapshots_on_delete bool
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this snapshot.
    lifecycle_state str
    (String) The lifecycle state of this snapshot consistency group.
    resource_groups Sequence[GetIsSnapshotConsistencyGroupResourceGroup]
    (List) The resource group for this snapshot consistency group.
    resource_type str
    (String) The resource type.
    service_tags Sequence[str]
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    snapshots Sequence[GetIsSnapshotConsistencyGroupSnapshot]
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    tags Sequence[str]
    identifier str
    name str
    (String) The globally unique name for this region.
    accessTags List<String>
    backupPolicyPlans List<Property Map>
    (List) If present, the backup policy plan which created this snapshot consistency group.
    createdAt String
    (String) The date and time that this snapshot consistency group was created.
    crn String
    (String) The CRN of this snapshot.
    deleteSnapshotsOnDelete Boolean
    (Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    lifecycleState String
    (String) The lifecycle state of this snapshot consistency group.
    resourceGroups List<Property Map>
    (List) The resource group for this snapshot consistency group.
    resourceType String
    (String) The resource type.
    serviceTags List<String>
    (List) The service tagsis.instance: prefix associated with this snapshot consistency group.
    snapshots List<Property Map>
    (List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted). Nested schema for snapshots:
    tags List<String>
    identifier String
    name String
    (String) The globally unique name for this region.

    Supporting Types

    GetIsSnapshotConsistencyGroupBackupPolicyPlan

    Deleteds List<GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Remotes List<GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    ResourceType string
    (String) The resource type.
    Deleteds []GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Remotes []GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    ResourceType string
    (String) The resource type.
    deleteds List<GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes List<GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType String
    (String) The resource type.
    deleteds GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this snapshot.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote[]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType string
    (String) The resource type.
    deleteds Sequence[GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this snapshot.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes Sequence[GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resource_type str
    (String) The resource type.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes List<Property Map>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType String
    (String) The resource type.

    GetIsSnapshotConsistencyGroupBackupPolicyPlanDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsSnapshotConsistencyGroupBackupPolicyPlanRemote

    Href string
    (String) The URL for this region.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Href string
    (String) The URL for this region.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href string
    (String) The URL for this region.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href str
    (String) The URL for this region.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.

    GetIsSnapshotConsistencyGroupResourceGroup

    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this snapshot.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this snapshot.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.

    GetIsSnapshotConsistencyGroupSnapshot

    Crn string
    (String) The CRN of this snapshot.
    Deleteds List<GetIsSnapshotConsistencyGroupSnapshotDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Remotes List<GetIsSnapshotConsistencyGroupSnapshotRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN of this snapshot.
    Deleteds []GetIsSnapshotConsistencyGroupSnapshotDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this snapshot.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Remotes []GetIsSnapshotConsistencyGroupSnapshotRemote
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN of this snapshot.
    deleteds List<GetIsSnapshotConsistencyGroupSnapshotDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes List<GetIsSnapshotConsistencyGroupSnapshotRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN of this snapshot.
    deleteds GetIsSnapshotConsistencyGroupSnapshotDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this snapshot.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes GetIsSnapshotConsistencyGroupSnapshotRemote[]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN of this snapshot.
    deleteds Sequence[GetIsSnapshotConsistencyGroupSnapshotDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this snapshot.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes Sequence[GetIsSnapshotConsistencyGroupSnapshotRemote]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN of this snapshot.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this snapshot.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    remotes List<Property Map>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
    resourceType String
    (String) The resource type.

    GetIsSnapshotConsistencyGroupSnapshotDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsSnapshotConsistencyGroupSnapshotRemote

    Href string
    (String) The URL for this region.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    Href string
    (String) The URL for this region.
    Name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href string
    (String) The URL for this region.
    name string
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href str
    (String) The URL for this region.
    name str
    The name of the snapshot consistency group,name and identifier are mutually exclusive.
    href String
    (String) The URL for this region.
    name String
    The name of the snapshot consistency group,name and identifier are mutually exclusive.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud