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

ibm.getIsSnapshotConsistencyGroups

Explore with Pulumi AI

Provides a read-only data source to retrieve information about a SnapshotConsistencyGroupCollection. 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";
Copy
import pulumi
Copy
package main

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

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

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

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
    }
}
Copy
{}
Copy

Example Usage

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

const isSnapshotConsistencyGroups = ibm.getIsSnapshotConsistencyGroups({
    name: "example-snapshot-consistency-group",
});
Copy
import pulumi
import pulumi_ibm as ibm

is_snapshot_consistency_groups = ibm.get_is_snapshot_consistency_groups(name="example-snapshot-consistency-group")
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.GetIsSnapshotConsistencyGroups(ctx, &ibm.GetIsSnapshotConsistencyGroupsArgs{
			Name: pulumi.StringRef("example-snapshot-consistency-group"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var isSnapshotConsistencyGroups = Ibm.GetIsSnapshotConsistencyGroups.Invoke(new()
    {
        Name = "example-snapshot-consistency-group",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsSnapshotConsistencyGroupsArgs;
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 isSnapshotConsistencyGroups = IbmFunctions.getIsSnapshotConsistencyGroups(GetIsSnapshotConsistencyGroupsArgs.builder()
            .name("example-snapshot-consistency-group")
            .build());

    }
}
Copy
variables:
  isSnapshotConsistencyGroups:
    fn::invoke:
      function: ibm:getIsSnapshotConsistencyGroups
      arguments:
        name: example-snapshot-consistency-group
Copy

Using getIsSnapshotConsistencyGroups

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 getIsSnapshotConsistencyGroups(args: GetIsSnapshotConsistencyGroupsArgs, opts?: InvokeOptions): Promise<GetIsSnapshotConsistencyGroupsResult>
function getIsSnapshotConsistencyGroupsOutput(args: GetIsSnapshotConsistencyGroupsOutputArgs, opts?: InvokeOptions): Output<GetIsSnapshotConsistencyGroupsResult>
Copy
def get_is_snapshot_consistency_groups(backup_policy_plan: Optional[str] = None,
                                       id: Optional[str] = None,
                                       name: Optional[str] = None,
                                       resource_group: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetIsSnapshotConsistencyGroupsResult
def get_is_snapshot_consistency_groups_output(backup_policy_plan: Optional[pulumi.Input[str]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       resource_group: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetIsSnapshotConsistencyGroupsResult]
Copy
func GetIsSnapshotConsistencyGroups(ctx *Context, args *GetIsSnapshotConsistencyGroupsArgs, opts ...InvokeOption) (*GetIsSnapshotConsistencyGroupsResult, error)
func GetIsSnapshotConsistencyGroupsOutput(ctx *Context, args *GetIsSnapshotConsistencyGroupsOutputArgs, opts ...InvokeOption) GetIsSnapshotConsistencyGroupsResultOutput
Copy

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

public static class GetIsSnapshotConsistencyGroups 
{
    public static Task<GetIsSnapshotConsistencyGroupsResult> InvokeAsync(GetIsSnapshotConsistencyGroupsArgs args, InvokeOptions? opts = null)
    public static Output<GetIsSnapshotConsistencyGroupsResult> Invoke(GetIsSnapshotConsistencyGroupsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsSnapshotConsistencyGroupsResult> getIsSnapshotConsistencyGroups(GetIsSnapshotConsistencyGroupsArgs args, InvokeOptions options)
public static Output<GetIsSnapshotConsistencyGroupsResult> getIsSnapshotConsistencyGroups(GetIsSnapshotConsistencyGroupsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsSnapshotConsistencyGroups:getIsSnapshotConsistencyGroups
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BackupPolicyPlan string
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
Id string
(String) The unique identifier for this snapshot.
Name string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroup string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
BackupPolicyPlan string
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
Id string
(String) The unique identifier for this snapshot.
Name string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroup string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
backupPolicyPlan String
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
id String
(String) The unique identifier for this snapshot.
name String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup String
Filters the collection to resources with a resource_group.id property matching the specified identifier.
backupPolicyPlan string
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
id string
(String) The unique identifier for this snapshot.
name string
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
backup_policy_plan str
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
id str
(String) The unique identifier for this snapshot.
name str
Filters the collection to resources with a name property matching the exact specified name.
resource_group str
Filters the collection to resources with a resource_group.id property matching the specified identifier.
backupPolicyPlan String
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
id String
(String) The unique identifier for this snapshot.
name String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup String
Filters the collection to resources with a resource_group.id property matching the specified identifier.

getIsSnapshotConsistencyGroups Result

The following output properties are available:

Id string
(String) The unique identifier for this snapshot.
SnapshotConsistencyGroups List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup>
(List) Collection of snapshot consistency groups.
BackupPolicyPlan string
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
Name string
(String) The globally unique name for this region.
ResourceGroup string
(List) The resource group identifier for this snapshot consistency group.
Id string
(String) The unique identifier for this snapshot.
SnapshotConsistencyGroups []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup
(List) Collection of snapshot consistency groups.
BackupPolicyPlan string
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
Name string
(String) The globally unique name for this region.
ResourceGroup string
(List) The resource group identifier for this snapshot consistency group.
id String
(String) The unique identifier for this snapshot.
snapshotConsistencyGroups List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup>
(List) Collection of snapshot consistency groups.
backupPolicyPlan String
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
name String
(String) The globally unique name for this region.
resourceGroup String
(List) The resource group identifier for this snapshot consistency group.
id string
(String) The unique identifier for this snapshot.
snapshotConsistencyGroups GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup[]
(List) Collection of snapshot consistency groups.
backupPolicyPlan string
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
name string
(String) The globally unique name for this region.
resourceGroup string
(List) The resource group identifier for this snapshot consistency group.
id str
(String) The unique identifier for this snapshot.
snapshot_consistency_groups Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup]
(List) Collection of snapshot consistency groups.
backup_policy_plan str
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
name str
(String) The globally unique name for this region.
resource_group str
(List) The resource group identifier for this snapshot consistency group.
id String
(String) The unique identifier for this snapshot.
snapshotConsistencyGroups List<Property Map>
(List) Collection of snapshot consistency groups.
backupPolicyPlan String
(List) If present, the backup policy plan which created this snapshot consistency group. Nested schema for backup_policy_plan:
name String
(String) The globally unique name for this region.
resourceGroup String
(List) The resource group identifier for this snapshot consistency group.

Supporting Types

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroup

AccessTags This property is required. List<string>
BackupPolicyPlans This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan>
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
CreatedAt This property is required. string
(String) The date and time that this snapshot consistency group was created.
Crn This property is required. string
(String) The CRN of this snapshot.
DeleteSnapshotsOnDelete This property is required. bool
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
LifecycleState This property is required. string
(String) The lifecycle state of this snapshot consistency group.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroup This property is required. string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
ResourceType This property is required. string
(String) The resource type.
ServiceTags This property is required. List<string>
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
Snapshots This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot>
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
Tags This property is required. List<string>
AccessTags This property is required. []string
BackupPolicyPlans This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
CreatedAt This property is required. string
(String) The date and time that this snapshot consistency group was created.
Crn This property is required. string
(String) The CRN of this snapshot.
DeleteSnapshotsOnDelete This property is required. bool
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
LifecycleState This property is required. string
(String) The lifecycle state of this snapshot consistency group.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroup This property is required. string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
ResourceType This property is required. string
(String) The resource type.
ServiceTags This property is required. []string
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
Snapshots This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
Tags This property is required. []string
accessTags This property is required. List<String>
backupPolicyPlans This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan>
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
createdAt This property is required. String
(String) The date and time that this snapshot consistency group was created.
crn This property is required. String
(String) The CRN of this snapshot.
deleteSnapshotsOnDelete This property is required. Boolean
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
lifecycleState This property is required. String
(String) The lifecycle state of this snapshot consistency group.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup This property is required. String
Filters the collection to resources with a resource_group.id property matching the specified identifier.
resourceType This property is required. String
(String) The resource type.
serviceTags This property is required. List<String>
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
snapshots This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot>
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
tags This property is required. List<String>
accessTags This property is required. string[]
backupPolicyPlans This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan[]
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
createdAt This property is required. string
(String) The date and time that this snapshot consistency group was created.
crn This property is required. string
(String) The CRN of this snapshot.
deleteSnapshotsOnDelete This property is required. boolean
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
href This property is required. string
(String) The URL for this region.
id This property is required. string
(String) The unique identifier for this snapshot.
lifecycleState This property is required. string
(String) The lifecycle state of this snapshot consistency group.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup This property is required. string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
resourceType This property is required. string
(String) The resource type.
serviceTags This property is required. string[]
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
snapshots This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot[]
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
tags This property is required. string[]
access_tags This property is required. Sequence[str]
backup_policy_plans This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan]
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
created_at This property is required. str
(String) The date and time that this snapshot consistency group was created.
crn This property is required. str
(String) The CRN of this snapshot.
delete_snapshots_on_delete This property is required. bool
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
href This property is required. str
(String) The URL for this region.
id This property is required. str
(String) The unique identifier for this snapshot.
lifecycle_state This property is required. str
(String) The lifecycle state of this snapshot consistency group.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
resource_group This property is required. str
Filters the collection to resources with a resource_group.id property matching the specified identifier.
resource_type This property is required. str
(String) The resource type.
service_tags This property is required. Sequence[str]
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
snapshots This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot]
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
tags This property is required. Sequence[str]
accessTags This property is required. List<String>
backupPolicyPlans This property is required. List<Property Map>
Filters the collection to backup policy jobs with a backup_policy_plan.id property matching the specified identifier.
createdAt This property is required. String
(String) The date and time that this snapshot consistency group was created.
crn This property is required. String
(String) The CRN of this snapshot.
deleteSnapshotsOnDelete This property is required. Boolean
(Boolean) Indicates whether deleting the snapshot consistency group will also delete the snapshots in the group.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
lifecycleState This property is required. String
(String) The lifecycle state of this snapshot consistency group.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroup This property is required. String
Filters the collection to resources with a resource_group.id property matching the specified identifier.
resourceType This property is required. String
(String) The resource type.
serviceTags This property is required. List<String>
(List) The service tagsis.instance: prefix associated with this snapshot consistency group.
snapshots This property is required. List<Property Map>
(List) The member snapshots that are data-consistent with respect to captured time. (may bedeleted).
tags This property is required. List<String>

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlan

Deleteds This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Remotes This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote>
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
ResourceType This property is required. string
(String) The resource type.
Deleteds This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Remotes This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
ResourceType This property is required. string
(String) The resource type.
deleteds This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote>
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
resourceType This property is required. String
(String) The resource type.
deleteds This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. string
(String) The URL for this region.
id This property is required. string
(String) The unique identifier for this snapshot.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote[]
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
resourceType This property is required. string
(String) The resource type.
deleteds This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. str
(String) The URL for this region.
id This property is required. str
(String) The unique identifier for this snapshot.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote]
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
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 providessome supplementary information.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. 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 This property is required. String
(String) The resource type.

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanDeleted

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

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupBackupPolicyPlanRemote

Href This property is required. string
(String) The URL for this region.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Href This property is required. string
(String) The URL for this region.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this region.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. string
(String) The URL for this region.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. str
(String) The URL for this region.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this region.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshot

Crn This property is required. string
(String) The CRN of this snapshot.
Deleteds This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Remotes This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote>
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN of this snapshot.
Deleteds This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
Href This property is required. string
(String) The URL for this region.
Id This property is required. string
(String) The unique identifier for this snapshot.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Remotes This property is required. []GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN of this snapshot.
deleteds This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. List<GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote>
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN of this snapshot.
deleteds This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. string
(String) The URL for this region.
id This property is required. string
(String) The unique identifier for this snapshot.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote[]
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN of this snapshot.
deleteds This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. str
(String) The URL for this region.
id This property is required. str
(String) The unique identifier for this snapshot.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. Sequence[GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote]
(List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable.
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN of this snapshot.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
href This property is required. String
(String) The URL for this region.
id This property is required. String
(String) The unique identifier for this snapshot.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
remotes This property is required. 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 This property is required. String
(String) The resource type.

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotDeleted

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

GetIsSnapshotConsistencyGroupsSnapshotConsistencyGroupSnapshotRemote

Href This property is required. string
(String) The URL for this region.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Href This property is required. string
(String) The URL for this region.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this region.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. string
(String) The URL for this region.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. str
(String) The URL for this region.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this region.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.

Package Details

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