ibm.getIsSnapshot
Explore with Pulumi AI
Import the details of existing IBM Cloud infrastructure snapshot as a read-only data source. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax. For more information, about infrastructure snapshots, see viewing snapshots.
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) {
}
}
{}
Using getIsSnapshot
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 getIsSnapshot(args: GetIsSnapshotArgs, opts?: InvokeOptions): Promise<GetIsSnapshotResult>
function getIsSnapshotOutput(args: GetIsSnapshotOutputArgs, opts?: InvokeOptions): Output<GetIsSnapshotResult>
def get_is_snapshot(id: Optional[str] = None,
identifier: Optional[str] = None,
name: Optional[str] = None,
source_snapshots: Optional[Sequence[GetIsSnapshotSourceSnapshot]] = None,
opts: Optional[InvokeOptions] = None) -> GetIsSnapshotResult
def get_is_snapshot_output(id: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
source_snapshots: Optional[pulumi.Input[Sequence[pulumi.Input[GetIsSnapshotSourceSnapshotArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsSnapshotResult]
func LookupIsSnapshot(ctx *Context, args *LookupIsSnapshotArgs, opts ...InvokeOption) (*LookupIsSnapshotResult, error)
func LookupIsSnapshotOutput(ctx *Context, args *LookupIsSnapshotOutputArgs, opts ...InvokeOption) LookupIsSnapshotResultOutput
> Note: This function is named LookupIsSnapshot
in the Go SDK.
public static class GetIsSnapshot
{
public static Task<GetIsSnapshotResult> InvokeAsync(GetIsSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetIsSnapshotResult> Invoke(GetIsSnapshotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsSnapshotResult> getIsSnapshot(GetIsSnapshotArgs args, InvokeOptions options)
public static Output<GetIsSnapshotResult> getIsSnapshot(GetIsSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsSnapshot:getIsSnapshot
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) The unique identifier for the source snapshot.
- Identifier string
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Source
Snapshots List<GetIs Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- Id string
- (String) The unique identifier for the source snapshot.
- Identifier string
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Source
Snapshots []GetIs Snapshot Source Snapshot - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- id String
- (String) The unique identifier for the source snapshot.
- identifier String
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - source
Snapshots List<GetIs Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- id string
- (String) The unique identifier for the source snapshot.
- identifier string
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - source
Snapshots GetIs Snapshot Source Snapshot[] - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- id str
- (String) The unique identifier for the source snapshot.
- identifier str
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - name str
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - source_
snapshots Sequence[GetIs Snapshot Source Snapshot] - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- id String
- (String) The unique identifier for the source snapshot.
- identifier String
- The unique identifier for this snapshot,
name
andidentifier
are mutually exclusive. - name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - source
Snapshots List<Property Map> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
getIsSnapshot Result
The following output properties are available:
- List<string>
- (Array of Strings) Access management tags associated with the snapshot.
- Backup
Policy List<GetPlans Is Snapshot Backup Policy Plan> - (List) If present, the backup policy plan which created this snapshot.
- Bootable bool
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- Captured
At string - (String) The date and time that this snapshot was captured.
- Catalog
Offerings List<GetIs Snapshot Catalog Offering> - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- Clones List<string>
- (List) The list of zones where clones of this snapshot exist.
- Copies
List<Get
Is Snapshot Copy> - (List) The copies of this snapshot in other regions.
- Crn string
- (String) The CRN of the source snapshot.
- Encryption string
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- Encryption
Key string - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Lifecycle
State string - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- Minimum
Capacity double - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- Operating
System string - (String) The globally unique name for the operating system included in this image.
- Resource
Group string - Resource
Type string - (String) The resource type.
- List<string>
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - Size double
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- Snapshot
Consistency List<GetGroups Is Snapshot Snapshot Consistency Group> - (List) The snapshot consistency group which created this snapshot.
- Source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- Source
Volume string - List<string>
- (String) Tags associated with the snapshot.
- Identifier string
- Name string
- (String) The globally unique name for this region.
- Source
Snapshots List<GetIs Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- []string
- (Array of Strings) Access management tags associated with the snapshot.
- Backup
Policy []GetPlans Is Snapshot Backup Policy Plan - (List) If present, the backup policy plan which created this snapshot.
- Bootable bool
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- Captured
At string - (String) The date and time that this snapshot was captured.
- Catalog
Offerings []GetIs Snapshot Catalog Offering - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- Clones []string
- (List) The list of zones where clones of this snapshot exist.
- Copies
[]Get
Is Snapshot Copy - (List) The copies of this snapshot in other regions.
- Crn string
- (String) The CRN of the source snapshot.
- Encryption string
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- Encryption
Key string - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Lifecycle
State string - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- Minimum
Capacity float64 - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- Operating
System string - (String) The globally unique name for the operating system included in this image.
- Resource
Group string - Resource
Type string - (String) The resource type.
- []string
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - Size float64
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- Snapshot
Consistency []GetGroups Is Snapshot Snapshot Consistency Group - (List) The snapshot consistency group which created this snapshot.
- Source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- Source
Volume string - []string
- (String) Tags associated with the snapshot.
- Identifier string
- Name string
- (String) The globally unique name for this region.
- Source
Snapshots []GetIs Snapshot Source Snapshot - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- List<String>
- (Array of Strings) Access management tags associated with the snapshot.
- backup
Policy List<GetPlans Is Snapshot Backup Policy Plan> - (List) If present, the backup policy plan which created this snapshot.
- bootable Boolean
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- captured
At String - (String) The date and time that this snapshot was captured.
- catalog
Offerings List<GetIs Snapshot Catalog Offering> - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- clones List<String>
- (List) The list of zones where clones of this snapshot exist.
- copies
List<Get
Is Snapshot Copy> - (List) The copies of this snapshot in other regions.
- crn String
- (String) The CRN of the source snapshot.
- encryption String
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- encryption
Key String - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- lifecycle
State String - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- minimum
Capacity Double - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- operating
System String - (String) The globally unique name for the operating system included in this image.
- resource
Group String - resource
Type String - (String) The resource type.
- List<String>
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - size Double
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- snapshot
Consistency List<GetGroups Is Snapshot Snapshot Consistency Group> - (List) The snapshot consistency group which created this snapshot.
- source
Image String - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Volume String - List<String>
- (String) Tags associated with the snapshot.
- identifier String
- name String
- (String) The globally unique name for this region.
- source
Snapshots List<GetIs Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- string[]
- (Array of Strings) Access management tags associated with the snapshot.
- backup
Policy GetPlans Is Snapshot Backup Policy Plan[] - (List) If present, the backup policy plan which created this snapshot.
- bootable boolean
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- captured
At string - (String) The date and time that this snapshot was captured.
- catalog
Offerings GetIs Snapshot Catalog Offering[] - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- clones string[]
- (List) The list of zones where clones of this snapshot exist.
- copies
Get
Is Snapshot Copy[] - (List) The copies of this snapshot in other regions.
- crn string
- (String) The CRN of the source snapshot.
- encryption string
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- encryption
Key string - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for the source snapshot.
- lifecycle
State string - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- minimum
Capacity number - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- operating
System string - (String) The globally unique name for the operating system included in this image.
- resource
Group string - resource
Type string - (String) The resource type.
- string[]
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - size number
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- snapshot
Consistency GetGroups Is Snapshot Snapshot Consistency Group[] - (List) The snapshot consistency group which created this snapshot.
- source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Volume string - string[]
- (String) Tags associated with the snapshot.
- identifier string
- name string
- (String) The globally unique name for this region.
- source
Snapshots GetIs Snapshot Source Snapshot[] - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- Sequence[str]
- (Array of Strings) Access management tags associated with the snapshot.
- backup_
policy_ Sequence[Getplans Is Snapshot Backup Policy Plan] - (List) If present, the backup policy plan which created this snapshot.
- bootable bool
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- captured_
at str - (String) The date and time that this snapshot was captured.
- catalog_
offerings Sequence[GetIs Snapshot Catalog Offering] - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- clones Sequence[str]
- (List) The list of zones where clones of this snapshot exist.
- copies
Sequence[Get
Is Snapshot Copy] - (List) The copies of this snapshot in other regions.
- crn str
- (String) The CRN of the source snapshot.
- encryption str
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- encryption_
key str - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for the source snapshot.
- lifecycle_
state str - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- minimum_
capacity float - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- operating_
system str - (String) The globally unique name for the operating system included in this image.
- resource_
group str - resource_
type str - (String) The resource type.
- Sequence[str]
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - size float
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- snapshot_
consistency_ Sequence[Getgroups Is Snapshot Snapshot Consistency Group] - (List) The snapshot consistency group which created this snapshot.
- source_
image str - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source_
volume str - Sequence[str]
- (String) Tags associated with the snapshot.
- identifier str
- name str
- (String) The globally unique name for this region.
- source_
snapshots Sequence[GetIs Snapshot Source Snapshot] - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
- List<String>
- (Array of Strings) Access management tags associated with the snapshot.
- backup
Policy List<Property Map>Plans - (List) If present, the backup policy plan which created this snapshot.
- bootable Boolean
- (Bool) Indicates if a boot volume attachment can be created with a volume created from this snapshot.
- captured
At String - (String) The date and time that this snapshot was captured.
- catalog
Offerings List<Property Map> - (List) The catalog offering inherited from the snapshot's source. If a virtual server instance is provisioned with a source_snapshot specifying this snapshot, the virtual server instance will use this snapshot's catalog offering, including its pricing plan. If absent, this snapshot is not associated with a catalog offering.
- clones List<String>
- (List) The list of zones where clones of this snapshot exist.
- copies List<Property Map>
- (List) The copies of this snapshot in other regions.
- crn String
- (String) The CRN of the source snapshot.
- encryption String
- (String) The type of encryption used on the source volume. Supported values are provider_managed, user_managed.
- encryption
Key String - (String) The CRN of the
Key Protect Root Key
orHyper Protect Crypto Services Root Key
for this resource. The root key used to wrap the data encryption key for the source volume. This property will be present for volumes with an encryption type ofuser_managed
. - href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- lifecycle
State String - (String) The lifecycle state of this snapshot. Supported values are deleted, deleting, failed, pending, stable, updating, waiting, suspended.
- minimum
Capacity Number - (Integer) The minimum capacity of a volume created from this snapshot. When a snapshot is created, this sets to the capacity of the source_volume.
- operating
System String - (String) The globally unique name for the operating system included in this image.
- resource
Group String - resource
Type String - (String) The resource type.
- List<String>
- (List) The service tags prefixed with
is.snapshot:
associated with this snapshot. - size Number
- (Integer) The size of this snapshot rounded up to the next gigabyte.
- snapshot
Consistency List<Property Map>Groups - (List) The snapshot consistency group which created this snapshot.
- source
Image String - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Volume String - List<String>
- (String) Tags associated with the snapshot.
- identifier String
- name String
- (String) The globally unique name for this region.
- source
Snapshots List<Property Map> - (String) If present, the source snapshot this snapshot was created from.
Nested scheme for
source_snapshot
:
Supporting Types
GetIsSnapshotBackupPolicyPlan
- Deleteds
List<Get
Is Snapshot Backup Policy Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Resource
Type string - (String) The resource type.
- Deleteds
[]Get
Is Snapshot Backup Policy Plan Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Resource
Type string - (String) The resource type.
- deleteds
List<Get
Is Snapshot Backup Policy Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type String - (String) The resource type.
- deleteds
Get
Is Snapshot Backup Policy Plan Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for the source snapshot.
- name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type string - (String) The resource type.
- deleteds
Sequence[Get
Is Snapshot Backup Policy Plan Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for the source snapshot.
- name str
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - 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
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type String - (String) The resource type.
GetIsSnapshotBackupPolicyPlanDeleted
- 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.
GetIsSnapshotCatalogOffering
- Deleteds
List<Get
Is Snapshot Catalog Offering Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- Version
Crn string - (String) The CRN for this version of a catalog offering
- Deleteds
[]Get
Is Snapshot Catalog Offering Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- Version
Crn string - (String) The CRN for this version of a catalog offering
- deleteds
List<Get
Is Snapshot Catalog Offering Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- plan
Crn String - (String) The CRN for this catalog offering version's billing plan
- version
Crn String - (String) The CRN for this version of a catalog offering
- deleteds
Get
Is Snapshot Catalog Offering Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- plan
Crn string - (String) The CRN for this catalog offering version's billing plan
- version
Crn string - (String) The CRN for this version of a catalog offering
- deleteds
Sequence[Get
Is Snapshot Catalog Offering Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- plan_
crn str - (String) The CRN for this catalog offering version's billing plan
- version_
crn str - (String) The CRN for this version of a catalog offering
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- plan
Crn String - (String) The CRN for this catalog offering version's billing plan
- version
Crn String - (String) The CRN for this version of a catalog offering
GetIsSnapshotCatalogOfferingDeleted
- 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.
GetIsSnapshotCopy
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshot Copy Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Remotes
List<Get
Is Snapshot Copy Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshot Copy Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Remotes
[]Get
Is Snapshot Copy Remote - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshot Copy Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
List<Get
Is Snapshot Copy Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshot Copy Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for the source snapshot.
- name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
Get
Is Snapshot Copy Remote[] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshot Copy Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for the source snapshot.
- name str
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
Sequence[Get
Is Snapshot Copy Remote] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource_
type str - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes List<Property Map>
- (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type String - (String) The resource type.
GetIsSnapshotCopyDeleted
- 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.
GetIsSnapshotCopyRemote
GetIsSnapshotSnapshotConsistencyGroup
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshot Snapshot Consistency Group Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshot Snapshot Consistency Group Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshot Snapshot Consistency Group Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshot Snapshot Consistency Group Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for the source snapshot.
- name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshot Snapshot Consistency Group Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for the source snapshot.
- name str
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource_
type str - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - resource
Type String - (String) The resource type.
GetIsSnapshotSnapshotConsistencyGroupDeleted
- 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.
GetIsSnapshotSourceSnapshot
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshot Source Snapshot Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Remotes
List<Get
Is Snapshot Source Snapshot Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshot Source Snapshot Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - Remotes
[]Get
Is Snapshot Source Snapshot Remote - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshot Source Snapshot Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
List<Get
Is Snapshot Source Snapshot Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshot Source Snapshot Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for the source snapshot.
- name string
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
Get
Is Snapshot Source Snapshot Remote[] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshot Source Snapshot Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for the source snapshot.
- name str
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes
Sequence[Get
Is Snapshot Source Snapshot Remote] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource_
type str - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for the source snapshot.
- name String
- The name of the snapshot,
name
andidentifier
are mutually exclusive. - remotes List<Property Map>
- (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
Nested scheme for
remote
: - resource
Type String - (String) The resource type.
GetIsSnapshotSourceSnapshotDeleted
- 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.
GetIsSnapshotSourceSnapshotRemote
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.