ibm.getIsSnapshots
Explore with Pulumi AI
Import the details of an existing IBM Cloud infrastructure snapshot collection 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, 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) {
}
}
{}
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsSnapshots({});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_snapshots()
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.GetIsSnapshots(ctx, &ibm.GetIsSnapshotsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsSnapshots.Invoke();
});
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.GetIsSnapshotsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = IbmFunctions.getIsSnapshots();
}
}
variables:
example:
fn::invoke:
function: ibm:getIsSnapshots
arguments: {}
Using getIsSnapshots
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 getIsSnapshots(args: GetIsSnapshotsArgs, opts?: InvokeOptions): Promise<GetIsSnapshotsResult>
function getIsSnapshotsOutput(args: GetIsSnapshotsOutputArgs, opts?: InvokeOptions): Output<GetIsSnapshotsResult>
def get_is_snapshots(backup_policy_plan_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
resource_group: Optional[str] = None,
snapshot_consistency_group_crn: Optional[str] = None,
snapshot_consistency_group_id: Optional[str] = None,
snapshot_copies_crn: Optional[str] = None,
snapshot_copies_id: Optional[str] = None,
snapshot_copies_name: Optional[str] = None,
snapshot_copies_remote_region_name: Optional[str] = None,
snapshot_source_volume_remote_region_name: Optional[str] = None,
source_image: Optional[str] = None,
source_snapshot_id: Optional[str] = None,
source_snapshot_remote_region_name: Optional[str] = None,
source_volume: Optional[str] = None,
tag: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsSnapshotsResult
def get_is_snapshots_output(backup_policy_plan_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group: Optional[pulumi.Input[str]] = None,
snapshot_consistency_group_crn: Optional[pulumi.Input[str]] = None,
snapshot_consistency_group_id: Optional[pulumi.Input[str]] = None,
snapshot_copies_crn: Optional[pulumi.Input[str]] = None,
snapshot_copies_id: Optional[pulumi.Input[str]] = None,
snapshot_copies_name: Optional[pulumi.Input[str]] = None,
snapshot_copies_remote_region_name: Optional[pulumi.Input[str]] = None,
snapshot_source_volume_remote_region_name: Optional[pulumi.Input[str]] = None,
source_image: Optional[pulumi.Input[str]] = None,
source_snapshot_id: Optional[pulumi.Input[str]] = None,
source_snapshot_remote_region_name: Optional[pulumi.Input[str]] = None,
source_volume: Optional[pulumi.Input[str]] = None,
tag: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsSnapshotsResult]
func GetIsSnapshots(ctx *Context, args *GetIsSnapshotsArgs, opts ...InvokeOption) (*GetIsSnapshotsResult, error)
func GetIsSnapshotsOutput(ctx *Context, args *GetIsSnapshotsOutputArgs, opts ...InvokeOption) GetIsSnapshotsResultOutput
> Note: This function is named GetIsSnapshots
in the Go SDK.
public static class GetIsSnapshots
{
public static Task<GetIsSnapshotsResult> InvokeAsync(GetIsSnapshotsArgs args, InvokeOptions? opts = null)
public static Output<GetIsSnapshotsResult> Invoke(GetIsSnapshotsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsSnapshotsResult> getIsSnapshots(GetIsSnapshotsArgs args, InvokeOptions options)
public static Output<GetIsSnapshotsResult> getIsSnapshots(GetIsSnapshotsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsSnapshots:getIsSnapshots
arguments:
# arguments dictionary
The following arguments are supported:
- Backup
Policy stringPlan Id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- Filter snapshot collection by name of the snapshot.
- Resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- Snapshot
Consistency stringGroup Crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- Snapshot
Consistency stringGroup Id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- Snapshot
Copies stringCrn - Filters the collection to snapshots with copies with the specified CRN.
- Snapshot
Copies stringId - Filters the collection to snapshots with copies with the specified identifier.
- Snapshot
Copies stringName - Filters the collection to snapshots with copies with the exact specified name.
- Snapshot
Copies stringRemote Region Name - Filters the collection to snapshots with copies with the exact remote region name.
- Snapshot
Source stringVolume Remote Region Name - Filters the collection to snapshots with a source volume with the exact remote region name.
- Source
Image string - Filter snapshot collection by source image of the snapshot.
- Source
Snapshot stringId - Filters the collection to resources with the source snapshot with the specified identifier
- Source
Snapshot stringRemote Region Name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- Source
Volume string - Filter snapshot collection by source volume of the snapshot.
- Tag string
- Backup
Policy stringPlan Id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- Id string
- (String) The unique identifier for the source snapshot.
- Name string
- Filter snapshot collection by name of the snapshot.
- Resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- Snapshot
Consistency stringGroup Crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- Snapshot
Consistency stringGroup Id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- Snapshot
Copies stringCrn - Filters the collection to snapshots with copies with the specified CRN.
- Snapshot
Copies stringId - Filters the collection to snapshots with copies with the specified identifier.
- Snapshot
Copies stringName - Filters the collection to snapshots with copies with the exact specified name.
- Snapshot
Copies stringRemote Region Name - Filters the collection to snapshots with copies with the exact remote region name.
- Snapshot
Source stringVolume Remote Region Name - Filters the collection to snapshots with a source volume with the exact remote region name.
- Source
Image string - Filter snapshot collection by source image of the snapshot.
- Source
Snapshot stringId - Filters the collection to resources with the source snapshot with the specified identifier
- Source
Snapshot stringRemote Region Name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- Source
Volume string - Filter snapshot collection by source volume of the snapshot.
- Tag string
- backup
Policy StringPlan Id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- id String
- (String) The unique identifier for the source snapshot.
- name String
- Filter snapshot collection by name of the snapshot.
- resource
Group String - Filter snapshot collection by resource group id of the snapshot.
- snapshot
Consistency StringGroup Crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Consistency StringGroup Id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Copies StringCrn - Filters the collection to snapshots with copies with the specified CRN.
- snapshot
Copies StringId - Filters the collection to snapshots with copies with the specified identifier.
- snapshot
Copies StringName - Filters the collection to snapshots with copies with the exact specified name.
- snapshot
Copies StringRemote Region Name - Filters the collection to snapshots with copies with the exact remote region name.
- snapshot
Source StringVolume Remote Region Name - Filters the collection to snapshots with a source volume with the exact remote region name.
- source
Image String - Filter snapshot collection by source image of the snapshot.
- source
Snapshot StringId - Filters the collection to resources with the source snapshot with the specified identifier
- source
Snapshot StringRemote Region Name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- source
Volume String - Filter snapshot collection by source volume of the snapshot.
- tag String
- backup
Policy stringPlan Id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- id string
- (String) The unique identifier for the source snapshot.
- name string
- Filter snapshot collection by name of the snapshot.
- resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- snapshot
Consistency stringGroup Crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Consistency stringGroup Id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Copies stringCrn - Filters the collection to snapshots with copies with the specified CRN.
- snapshot
Copies stringId - Filters the collection to snapshots with copies with the specified identifier.
- snapshot
Copies stringName - Filters the collection to snapshots with copies with the exact specified name.
- snapshot
Copies stringRemote Region Name - Filters the collection to snapshots with copies with the exact remote region name.
- snapshot
Source stringVolume Remote Region Name - Filters the collection to snapshots with a source volume with the exact remote region name.
- source
Image string - Filter snapshot collection by source image of the snapshot.
- source
Snapshot stringId - Filters the collection to resources with the source snapshot with the specified identifier
- source
Snapshot stringRemote Region Name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- source
Volume string - Filter snapshot collection by source volume of the snapshot.
- tag string
- backup_
policy_ strplan_ id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- id str
- (String) The unique identifier for the source snapshot.
- name str
- Filter snapshot collection by name of the snapshot.
- resource_
group str - Filter snapshot collection by resource group id of the snapshot.
- snapshot_
consistency_ strgroup_ crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot_
consistency_ strgroup_ id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot_
copies_ strcrn - Filters the collection to snapshots with copies with the specified CRN.
- snapshot_
copies_ strid - Filters the collection to snapshots with copies with the specified identifier.
- snapshot_
copies_ strname - Filters the collection to snapshots with copies with the exact specified name.
- snapshot_
copies_ strremote_ region_ name - Filters the collection to snapshots with copies with the exact remote region name.
- snapshot_
source_ strvolume_ remote_ region_ name - Filters the collection to snapshots with a source volume with the exact remote region name.
- source_
image str - Filter snapshot collection by source image of the snapshot.
- source_
snapshot_ strid - Filters the collection to resources with the source snapshot with the specified identifier
- source_
snapshot_ strremote_ region_ name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- source_
volume str - Filter snapshot collection by source volume of the snapshot.
- tag str
- backup
Policy StringPlan Id - Filters the collection to backup policy jobs with the backup plan with the specified identifier
- id String
- (String) The unique identifier for the source snapshot.
- name String
- Filter snapshot collection by name of the snapshot.
- resource
Group String - Filter snapshot collection by resource group id of the snapshot.
- snapshot
Consistency StringGroup Crn - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Consistency StringGroup Id - Filters the collection to snapshots with snapshot consistency group with the specified identifier.
- snapshot
Copies StringCrn - Filters the collection to snapshots with copies with the specified CRN.
- snapshot
Copies StringId - Filters the collection to snapshots with copies with the specified identifier.
- snapshot
Copies StringName - Filters the collection to snapshots with copies with the exact specified name.
- snapshot
Copies StringRemote Region Name - Filters the collection to snapshots with copies with the exact remote region name.
- snapshot
Source StringVolume Remote Region Name - Filters the collection to snapshots with a source volume with the exact remote region name.
- source
Image String - Filter snapshot collection by source image of the snapshot.
- source
Snapshot StringId - Filters the collection to resources with the source snapshot with the specified identifier
- source
Snapshot StringRemote Region Name - Filters the collection to snapshots with a source snapshot with the exact remote region name.
- source
Volume String - Filter snapshot collection by source volume of the snapshot.
- tag String
getIsSnapshots Result
The following output properties are available:
- Id string
- (String) The unique identifier for the source snapshot.
- Snapshots
List<Get
Is Snapshots Snapshot> - (List) List of snapshots in the IBM Cloud Infrastructure.
- Backup
Policy stringPlan Id - Name string
- (String) The globally unique name for this region.
- Resource
Group string - Snapshot
Consistency stringGroup Crn - Snapshot
Consistency stringGroup Id - Snapshot
Copies stringCrn - Snapshot
Copies stringId - Snapshot
Copies stringName - Snapshot
Copies stringRemote Region Name - Snapshot
Source stringVolume Remote Region Name - Source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- Source
Snapshot stringId - Source
Snapshot stringRemote Region Name - Source
Volume string - Tag string
- Id string
- (String) The unique identifier for the source snapshot.
- Snapshots
[]Get
Is Snapshots Snapshot - (List) List of snapshots in the IBM Cloud Infrastructure.
- Backup
Policy stringPlan Id - Name string
- (String) The globally unique name for this region.
- Resource
Group string - Snapshot
Consistency stringGroup Crn - Snapshot
Consistency stringGroup Id - Snapshot
Copies stringCrn - Snapshot
Copies stringId - Snapshot
Copies stringName - Snapshot
Copies stringRemote Region Name - Snapshot
Source stringVolume Remote Region Name - Source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- Source
Snapshot stringId - Source
Snapshot stringRemote Region Name - Source
Volume string - Tag string
- id String
- (String) The unique identifier for the source snapshot.
- snapshots
List<Get
Is Snapshots Snapshot> - (List) List of snapshots in the IBM Cloud Infrastructure.
- backup
Policy StringPlan Id - name String
- (String) The globally unique name for this region.
- resource
Group String - snapshot
Consistency StringGroup Crn - snapshot
Consistency StringGroup Id - snapshot
Copies StringCrn - snapshot
Copies StringId - snapshot
Copies StringName - snapshot
Copies StringRemote Region Name - snapshot
Source StringVolume Remote Region Name - source
Image String - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Snapshot StringId - source
Snapshot StringRemote Region Name - source
Volume String - tag String
- id string
- (String) The unique identifier for the source snapshot.
- snapshots
Get
Is Snapshots Snapshot[] - (List) List of snapshots in the IBM Cloud Infrastructure.
- backup
Policy stringPlan Id - name string
- (String) The globally unique name for this region.
- resource
Group string - snapshot
Consistency stringGroup Crn - snapshot
Consistency stringGroup Id - snapshot
Copies stringCrn - snapshot
Copies stringId - snapshot
Copies stringName - snapshot
Copies stringRemote Region Name - snapshot
Source stringVolume Remote Region Name - source
Image string - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Snapshot stringId - source
Snapshot stringRemote Region Name - source
Volume string - tag string
- id str
- (String) The unique identifier for the source snapshot.
- snapshots
Sequence[Get
Is Snapshots Snapshot] - (List) List of snapshots in the IBM Cloud Infrastructure.
- backup_
policy_ strplan_ id - name str
- (String) The globally unique name for this region.
- resource_
group str - snapshot_
consistency_ strgroup_ crn - snapshot_
consistency_ strgroup_ id - snapshot_
copies_ strcrn - snapshot_
copies_ strid - snapshot_
copies_ strname - snapshot_
copies_ strremote_ region_ name - snapshot_
source_ strvolume_ remote_ region_ name - source_
image str - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source_
snapshot_ strid - source_
snapshot_ strremote_ region_ name - source_
volume str - tag str
- id String
- (String) The unique identifier for the source snapshot.
- snapshots List<Property Map>
- (List) List of snapshots in the IBM Cloud Infrastructure.
- backup
Policy StringPlan Id - name String
- (String) The globally unique name for this region.
- resource
Group String - snapshot
Consistency StringGroup Crn - snapshot
Consistency StringGroup Id - snapshot
Copies StringCrn - snapshot
Copies StringId - snapshot
Copies StringName - snapshot
Copies StringRemote Region Name - snapshot
Source StringVolume Remote Region Name - source
Image String - (String) If present, the unique identifier for the image from which the data on this volume was most directly provisioned.
- source
Snapshot StringId - source
Snapshot StringRemote Region Name - source
Volume String - tag String
Supporting Types
GetIsSnapshotsSnapshot
- List<string>
- (Array of Strings) Access management tags associated with the snapshot.
- Backup
Policy List<GetPlans Is Snapshots 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 Snapshots 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 Snapshots 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 will be set to the capacity of the source_volume.
- Name string
- Filter snapshot collection by name of the snapshot.
- Operating
System string - (String) The globally unique name for the operating system included in this image.
- Resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- 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 Snapshots Snapshot Snapshot Consistency Group> - (List) The snapshot consistency group which created this snapshot.
- Source
Image string - Filter snapshot collection by source image of the snapshot.
- Source
Snapshots List<GetIs Snapshots Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
- Source
Volume string - Filter snapshot collection by source volume of the snapshot.
- List<string>
- (String) Tags associated with the snapshot.
- []string
- (Array of Strings) Access management tags associated with the snapshot.
- Backup
Policy []GetPlans Is Snapshots 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 Snapshots 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 Snapshots 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 will be set to the capacity of the source_volume.
- Name string
- Filter snapshot collection by name of the snapshot.
- Operating
System string - (String) The globally unique name for the operating system included in this image.
- Resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- 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 Snapshots Snapshot Snapshot Consistency Group - (List) The snapshot consistency group which created this snapshot.
- Source
Image string - Filter snapshot collection by source image of the snapshot.
- Source
Snapshots []GetIs Snapshots Snapshot Source Snapshot - (String) If present, the source snapshot this snapshot was created from.
- Source
Volume string - Filter snapshot collection by source volume of the snapshot.
- []string
- (String) Tags associated with the snapshot.
- List<String>
- (Array of Strings) Access management tags associated with the snapshot.
- backup
Policy List<GetPlans Is Snapshots 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 Snapshots 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 Snapshots 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 will be set to the capacity of the source_volume.
- name String
- Filter snapshot collection by name of the snapshot.
- operating
System String - (String) The globally unique name for the operating system included in this image.
- resource
Group String - Filter snapshot collection by resource group id of the snapshot.
- 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 Snapshots Snapshot Snapshot Consistency Group> - (List) The snapshot consistency group which created this snapshot.
- source
Image String - Filter snapshot collection by source image of the snapshot.
- source
Snapshots List<GetIs Snapshots Snapshot Source Snapshot> - (String) If present, the source snapshot this snapshot was created from.
- source
Volume String - Filter snapshot collection by source volume of the snapshot.
- List<String>
- (String) Tags associated with the snapshot.
- string[]
- (Array of Strings) Access management tags associated with the snapshot.
- backup
Policy GetPlans Is Snapshots 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 Snapshots 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 Snapshots 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 will be set to the capacity of the source_volume.
- name string
- Filter snapshot collection by name of the snapshot.
- operating
System string - (String) The globally unique name for the operating system included in this image.
- resource
Group string - Filter snapshot collection by resource group id of the snapshot.
- 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 Snapshots Snapshot Snapshot Consistency Group[] - (List) The snapshot consistency group which created this snapshot.
- source
Image string - Filter snapshot collection by source image of the snapshot.
- source
Snapshots GetIs Snapshots Snapshot Source Snapshot[] - (String) If present, the source snapshot this snapshot was created from.
- source
Volume string - Filter snapshot collection by source volume of the snapshot.
- string[]
- (String) Tags associated with the snapshot.
- Sequence[str]
- (Array of Strings) Access management tags associated with the snapshot.
- backup_
policy_ Sequence[Getplans Is Snapshots 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 Snapshots 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 Snapshots 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 will be set to the capacity of the source_volume.
- name str
- Filter snapshot collection by name of the snapshot.
- operating_
system str - (String) The globally unique name for the operating system included in this image.
- resource_
group str - Filter snapshot collection by resource group id of the snapshot.
- 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 Snapshots Snapshot Snapshot Consistency Group] - (List) The snapshot consistency group which created this snapshot.
- source_
image str - Filter snapshot collection by source image of the snapshot.
- source_
snapshots Sequence[GetIs Snapshots Snapshot Source Snapshot] - (String) If present, the source snapshot this snapshot was created from.
- source_
volume str - Filter snapshot collection by source volume of the snapshot.
- Sequence[str]
- (String) Tags associated with the 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 will be set to the capacity of the source_volume.
- name String
- Filter snapshot collection by name of the snapshot.
- operating
System String - (String) The globally unique name for the operating system included in this image.
- resource
Group String - Filter snapshot collection by resource group id of the snapshot.
- 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 - Filter snapshot collection by source image of the snapshot.
- source
Snapshots List<Property Map> - (String) If present, the source snapshot this snapshot was created from.
- source
Volume String - Filter snapshot collection by source volume of the snapshot.
- List<String>
- (String) Tags associated with the snapshot.
GetIsSnapshotsSnapshotBackupPolicyPlan
- Deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Resource
Type string - (String) The resource type.
- Deleteds
[]Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Resource
Type string - (String) The resource type.
- deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- resource
Type String - (String) The resource type.
- deleteds
Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- resource
Type string - (String) The resource type.
- deleteds
Sequence[Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- 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
- Filter snapshot collection by name of the snapshot.
- resource
Type String - (String) The resource type.
GetIsSnapshotsSnapshotBackupPolicyPlanDeleted
- 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.
GetIsSnapshotsSnapshotCatalogOffering
- Deleteds
List<Get
Is Snapshots 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 Snapshots 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 Snapshots 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 Snapshots 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 Snapshots 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
GetIsSnapshotsSnapshotCatalogOfferingDeleted
- 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.
GetIsSnapshotsSnapshotCopy
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Remotes
List<Get
Is Snapshots Snapshot Copy Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Remotes
[]Get
Is Snapshots Snapshot Copy Remote - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
List<Get
Is Snapshots Snapshot Copy Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
Get
Is Snapshots Snapshot Copy Remote[] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
Sequence[Get
Is Snapshots Snapshot Copy Remote] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- 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
- Filter snapshot collection by name of the snapshot.
- remotes List<Property Map>
- (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type String - (String) The resource type.
GetIsSnapshotsSnapshotCopyDeleted
- 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.
GetIsSnapshotsSnapshotCopyRemote
GetIsSnapshotsSnapshotSnapshotConsistencyGroup
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- 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
- Filter snapshot collection by name of the snapshot.
- resource
Type String - (String) The resource type.
GetIsSnapshotsSnapshotSnapshotConsistencyGroupDeleted
- 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.
GetIsSnapshotsSnapshotSourceSnapshot
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Remotes
List<Get
Is Snapshots Snapshot Source Snapshot Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN of the source snapshot.
- Deleteds
[]Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- Remotes
[]Get
Is Snapshots Snapshot Source Snapshot Remote - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN of the source snapshot.
- deleteds
List<Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
List<Get
Is Snapshots Snapshot Source Snapshot Remote> - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN of the source snapshot.
- deleteds
Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
Get
Is Snapshots Snapshot Source Snapshot Remote[] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN of the source snapshot.
- deleteds
Sequence[Get
Is Snapshots 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
- Filter snapshot collection by name of the snapshot.
- remotes
Sequence[Get
Is Snapshots Snapshot Source Snapshot Remote] - (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- 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
- Filter snapshot collection by name of the snapshot.
- remotes List<Property Map>
- (List) If present, this property indicates the referenced resource is remote to this region,and identifies the native region.
- resource
Type String - (String) The resource type.
GetIsSnapshotsSnapshotSourceSnapshotDeleted
- 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.
GetIsSnapshotsSnapshotSourceSnapshotRemote
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.