ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecoveryObjectSnapshots
Explore with Pulumi AI
Provides a read-only data source to retrieve information about an Object Snapshots.. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoveryObjectSnapshots = ibm.getBackupRecoveryObjectSnapshots({
objectId: 2,
xIbmTenantId: "x_ibm_tenant_id",
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_object_snapshots = ibm.get_backup_recovery_object_snapshots(object_id=2,
x_ibm_tenant_id="x_ibm_tenant_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetBackupRecoveryObjectSnapshots(ctx, &ibm.GetBackupRecoveryObjectSnapshotsArgs{
ObjectId: 2,
XIbmTenantId: "x_ibm_tenant_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var backupRecoveryObjectSnapshots = Ibm.GetBackupRecoveryObjectSnapshots.Invoke(new()
{
ObjectId = 2,
XIbmTenantId = "x_ibm_tenant_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetBackupRecoveryObjectSnapshotsArgs;
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 backupRecoveryObjectSnapshots = IbmFunctions.getBackupRecoveryObjectSnapshots(GetBackupRecoveryObjectSnapshotsArgs.builder()
.objectId(2)
.xIbmTenantId("x_ibm_tenant_id")
.build());
}
}
variables:
backupRecoveryObjectSnapshots:
fn::invoke:
function: ibm:getBackupRecoveryObjectSnapshots
arguments:
objectId: 2
xIbmTenantId: x_ibm_tenant_id
Using getBackupRecoveryObjectSnapshots
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 getBackupRecoveryObjectSnapshots(args: GetBackupRecoveryObjectSnapshotsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryObjectSnapshotsResult>
function getBackupRecoveryObjectSnapshotsOutput(args: GetBackupRecoveryObjectSnapshotsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryObjectSnapshotsResult>
def get_backup_recovery_object_snapshots(from_time_usecs: Optional[float] = None,
id: Optional[str] = None,
object_action_keys: Optional[Sequence[str]] = None,
object_id: Optional[float] = None,
protection_group_ids: Optional[Sequence[str]] = None,
region_ids: Optional[Sequence[str]] = None,
run_instance_ids: Optional[Sequence[float]] = None,
run_start_from_time_usecs: Optional[float] = None,
run_start_to_time_usecs: Optional[float] = None,
run_types: Optional[Sequence[str]] = None,
snapshot_actions: Optional[Sequence[str]] = None,
to_time_usecs: Optional[float] = None,
x_ibm_tenant_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryObjectSnapshotsResult
def get_backup_recovery_object_snapshots_output(from_time_usecs: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
object_action_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
object_id: Optional[pulumi.Input[float]] = None,
protection_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
region_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
run_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
run_start_from_time_usecs: Optional[pulumi.Input[float]] = None,
run_start_to_time_usecs: Optional[pulumi.Input[float]] = None,
run_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
snapshot_actions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
to_time_usecs: Optional[pulumi.Input[float]] = None,
x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryObjectSnapshotsResult]
func GetBackupRecoveryObjectSnapshots(ctx *Context, args *GetBackupRecoveryObjectSnapshotsArgs, opts ...InvokeOption) (*GetBackupRecoveryObjectSnapshotsResult, error)
func GetBackupRecoveryObjectSnapshotsOutput(ctx *Context, args *GetBackupRecoveryObjectSnapshotsOutputArgs, opts ...InvokeOption) GetBackupRecoveryObjectSnapshotsResultOutput
> Note: This function is named GetBackupRecoveryObjectSnapshots
in the Go SDK.
public static class GetBackupRecoveryObjectSnapshots
{
public static Task<GetBackupRecoveryObjectSnapshotsResult> InvokeAsync(GetBackupRecoveryObjectSnapshotsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryObjectSnapshotsResult> Invoke(GetBackupRecoveryObjectSnapshotsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoveryObjectSnapshotsResult> getBackupRecoveryObjectSnapshots(GetBackupRecoveryObjectSnapshotsArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryObjectSnapshotsResult> getBackupRecoveryObjectSnapshots(GetBackupRecoveryObjectSnapshotsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryObjectSnapshots:getBackupRecoveryObjectSnapshots
arguments:
# arguments dictionary
The following arguments are supported:
- Object
Id double - Specifies the id of the Object.
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- From
Time doubleUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- Id string
- (String) Specifies the id of the snapshot.
- Object
Action List<string>Keys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- Protection
Group List<string>Ids - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- Region
Ids List<string> - Filter by a list of region IDs.
- Run
Instance List<double>Ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- Run
Start doubleFrom Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- Run
Start doubleTo Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- Run
Types List<string> - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- Snapshot
Actions List<string> - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- To
Time doubleUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
- Object
Id float64 - Specifies the id of the Object.
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- From
Time float64Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- Id string
- (String) Specifies the id of the snapshot.
- Object
Action []stringKeys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- Protection
Group []stringIds - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- Region
Ids []string - Filter by a list of region IDs.
- Run
Instance []float64Ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- Run
Start float64From Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- Run
Start float64To Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- Run
Types []string - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- Snapshot
Actions []string - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- To
Time float64Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
- object
Id Double - Specifies the id of the Object.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- from
Time DoubleUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- id String
- (String) Specifies the id of the snapshot.
- object
Action List<String>Keys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- protection
Group List<String>Ids - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- region
Ids List<String> - Filter by a list of region IDs.
- run
Instance List<Double>Ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- run
Start DoubleFrom Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- run
Start DoubleTo Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- run
Types List<String> - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- snapshot
Actions List<String> - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- to
Time DoubleUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
- object
Id number - Specifies the id of the Object.
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- from
Time numberUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- id string
- (String) Specifies the id of the snapshot.
- object
Action string[]Keys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- protection
Group string[]Ids - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- region
Ids string[] - Filter by a list of region IDs.
- run
Instance number[]Ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- run
Start numberFrom Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- run
Start numberTo Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- run
Types string[] - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- snapshot
Actions string[] - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- to
Time numberUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
- object_
id float - Specifies the id of the Object.
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- from_
time_ floatusecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- id str
- (String) Specifies the id of the snapshot.
- object_
action_ Sequence[str]keys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- protection_
group_ Sequence[str]ids - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- region_
ids Sequence[str] - Filter by a list of region IDs.
- run_
instance_ Sequence[float]ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- run_
start_ floatfrom_ time_ usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- run_
start_ floatto_ time_ usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- run_
types Sequence[str] - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- snapshot_
actions Sequence[str] - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- to_
time_ floatusecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
- object
Id Number - Specifies the id of the Object.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- from
Time NumberUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken after this value.
- id String
- (String) Specifies the id of the snapshot.
- object
Action List<String>Keys - Filter by ObjectActionKey, which uniquely represents the protection of an object. An object can be protected in multiple ways but at most once for a given combination of ObjectActionKey. When specified, only snapshots matching the given action keys are returned for the corresponding object.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kVCD
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kAWSNative
,kAwsS3
,kAWSSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsRDSPostgresBackup
,kAwsRDSPostgres
,kAwsAuroraPostgres
,kAzureNative
,kAzureSQL
,kAzureSnapshotManager
,kPhysical
,kPhysicalFiles
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kO365PublicFolders
,kO365Teams
,kO365Group
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
,kO365ExchangeCSM
,kO365OneDriveCSM
,kO365SharepointCSM
.
- Constraints: Allowable list items are:
- protection
Group List<String>Ids - If specified, this returns only the snapshots of the specified object ID, which belong to the provided protection group IDs.
- region
Ids List<String> - Filter by a list of region IDs.
- run
Instance List<Number>Ids - Filter by a list of run instance IDs. If specified, only snapshots created by these protection runs will be returned.
- run
Start NumberFrom Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run after this value.
- run
Start NumberTo Time Usecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were run before this value.
- run
Types List<String> - Filter by run type. Only protection runs matching the specified types will be returned. By default, CDP hydration snapshots are not included unless explicitly queried using this field.
- Constraints: Allowable list items are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable list items are:
- snapshot
Actions List<String> - Specifies a list of recovery actions. Only snapshots that apply to these actions will be returned.
- Constraints: Allowable list items are:
RecoverVMs
,RecoverFiles
,InstantVolumeMount
,RecoverVmDisks
,MountVolumes
,RecoverVApps
,RecoverRDS
,RecoverAurora
,RecoverS3Buckets
,RecoverApps
,RecoverNasVolume
,RecoverPhysicalVolumes
,RecoverSystem
,RecoverSanVolumes
,RecoverNamespaces
,RecoverObjects
,DownloadFilesAndFolders
,RecoverPublicFolders
,RecoverVAppTemplates
,RecoverMailbox
,RecoverOneDrive
,RecoverMsTeam
,RecoverMsGroup
,RecoverSharePoint
,ConvertToPst
,RecoverSfdcRecords
,RecoverAzureSQL
,DownloadChats
,RecoverRDSPostgres
,RecoverMailboxCSM
,RecoverOneDriveCSM
,RecoverSharePointCSM
.
- Constraints: Allowable list items are:
- to
Time NumberUsecs - Specifies the timestamp in Unix time epoch in microseconds to filter Object's snapshots which were taken before this value.
getBackupRecoveryObjectSnapshots Result
The following output properties are available:
- Id string
- (String) Specifies the id of the snapshot.
- Object
Id double - (Integer) Specifies the object id which the snapshot is taken from.
- Snapshots
List<Get
Backup Recovery Object Snapshots Snapshot> - (List) Specifies the list of snapshots. Nested schema for snapshots:
- XIbm
Tenant stringId - From
Time doubleUsecs - Object
Action List<string>Keys - Protection
Group List<string>Ids - Region
Ids List<string> - Run
Instance List<double>Ids - Run
Start doubleFrom Time Usecs - Run
Start doubleTo Time Usecs - Run
Types List<string> - Snapshot
Actions List<string> - To
Time doubleUsecs
- Id string
- (String) Specifies the id of the snapshot.
- Object
Id float64 - (Integer) Specifies the object id which the snapshot is taken from.
- Snapshots
[]Get
Backup Recovery Object Snapshots Snapshot - (List) Specifies the list of snapshots. Nested schema for snapshots:
- XIbm
Tenant stringId - From
Time float64Usecs - Object
Action []stringKeys - Protection
Group []stringIds - Region
Ids []string - Run
Instance []float64Ids - Run
Start float64From Time Usecs - Run
Start float64To Time Usecs - Run
Types []string - Snapshot
Actions []string - To
Time float64Usecs
- id String
- (String) Specifies the id of the snapshot.
- object
Id Double - (Integer) Specifies the object id which the snapshot is taken from.
- snapshots
List<Get
Backup Recovery Object Snapshots Snapshot> - (List) Specifies the list of snapshots. Nested schema for snapshots:
- x
Ibm StringTenant Id - from
Time DoubleUsecs - object
Action List<String>Keys - protection
Group List<String>Ids - region
Ids List<String> - run
Instance List<Double>Ids - run
Start DoubleFrom Time Usecs - run
Start DoubleTo Time Usecs - run
Types List<String> - snapshot
Actions List<String> - to
Time DoubleUsecs
- id string
- (String) Specifies the id of the snapshot.
- object
Id number - (Integer) Specifies the object id which the snapshot is taken from.
- snapshots
Get
Backup Recovery Object Snapshots Snapshot[] - (List) Specifies the list of snapshots. Nested schema for snapshots:
- x
Ibm stringTenant Id - from
Time numberUsecs - object
Action string[]Keys - protection
Group string[]Ids - region
Ids string[] - run
Instance number[]Ids - run
Start numberFrom Time Usecs - run
Start numberTo Time Usecs - run
Types string[] - snapshot
Actions string[] - to
Time numberUsecs
- id str
- (String) Specifies the id of the snapshot.
- object_
id float - (Integer) Specifies the object id which the snapshot is taken from.
- snapshots
Sequence[Get
Backup Recovery Object Snapshots Snapshot] - (List) Specifies the list of snapshots. Nested schema for snapshots:
- x_
ibm_ strtenant_ id - from_
time_ floatusecs - object_
action_ Sequence[str]keys - protection_
group_ Sequence[str]ids - region_
ids Sequence[str] - run_
instance_ Sequence[float]ids - run_
start_ floatfrom_ time_ usecs - run_
start_ floatto_ time_ usecs - run_
types Sequence[str] - snapshot_
actions Sequence[str] - to_
time_ floatusecs
- id String
- (String) Specifies the id of the snapshot.
- object
Id Number - (Integer) Specifies the object id which the snapshot is taken from.
- snapshots List<Property Map>
- (List) Specifies the list of snapshots. Nested schema for snapshots:
- x
Ibm StringTenant Id - from
Time NumberUsecs - object
Action List<String>Keys - protection
Group List<String>Ids - region
Ids List<String> - run
Instance List<Number>Ids - run
Start NumberFrom Time Usecs - run
Start NumberTo Time Usecs - run
Types List<String> - snapshot
Actions List<String> - to
Time NumberUsecs
Supporting Types
GetBackupRecoveryObjectSnapshotsSnapshot
- Aws
Params List<GetBackup Recovery Object Snapshots Snapshot Aws Param> - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- Azure
Params List<GetBackup Recovery Object Snapshots Snapshot Azure Param> - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- Cluster
Id double - (Integer) Specifies the cluster id where this snapshot belongs to.
- Cluster
Incarnation doubleId - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- Elastifile
Params List<GetBackup Recovery Object Snapshots Snapshot Elastifile Param> - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- Environment string
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- External
Target List<GetInfos Backup Recovery Object Snapshots Snapshot External Target Info> - (List) Specifies archival target summary information. Nested schema for external_target_info:
- Flashblade
Params List<GetBackup Recovery Object Snapshots Snapshot Flashblade Param> - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- Generic
Nas List<GetParams Backup Recovery Object Snapshots Snapshot Generic Nas Param> - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- Gpfs
Params List<GetBackup Recovery Object Snapshots Snapshot Gpfs Param> - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- Has
Data boolLock - (Boolean) Specifies if this snapshot has datalock.
- Hyperv
Params List<GetBackup Recovery Object Snapshots Snapshot Hyperv Param> - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- Id string
- (String) Specifies the id of the snapshot.
- Indexing
Status string - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- Isilon
Params List<GetBackup Recovery Object Snapshots Snapshot Isilon Param> - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- Netapp
Params List<GetBackup Recovery Object Snapshots Snapshot Netapp Param> - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- Object
Id double - Specifies the id of the Object.
- Object
Name string - (String) Specifies the object name which the snapshot is taken from.
- On
Legal boolHold - (Boolean) Specifies if this snapshot is on legalhold.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Physical
Params List<GetBackup Recovery Object Snapshots Snapshot Physical Param> - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- Protection
Group stringId - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Protection
Group stringName - (String) Specifies name of the Protection Group.
- Protection
Group stringRun Id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Region
Id string - (String) Specifies the region id where this snapshot belongs to.
- Run
Instance doubleId - (Integer) Specifies the instance id of the protection run which create the snapshot.
- Run
Start doubleTime Usecs - (Integer) Specifies the start time of the run in micro seconds.
- Run
Type string - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Sfdc
Params List<GetBackup Recovery Object Snapshots Snapshot Sfdc Param> - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- Snapshot
Target stringType - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Snapshot
Timestamp doubleUsecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- Source
Group stringId - (String) Specifies the source protection group id in case of replication.
- Source
Id double - (Integer) Specifies the object source id which the snapshot is taken from.
- Storage
Domain doubleId - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
- Aws
Params []GetBackup Recovery Object Snapshots Snapshot Aws Param - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- Azure
Params []GetBackup Recovery Object Snapshots Snapshot Azure Param - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- Cluster
Id float64 - (Integer) Specifies the cluster id where this snapshot belongs to.
- Cluster
Incarnation float64Id - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- Elastifile
Params []GetBackup Recovery Object Snapshots Snapshot Elastifile Param - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- Environment string
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- External
Target []GetInfos Backup Recovery Object Snapshots Snapshot External Target Info - (List) Specifies archival target summary information. Nested schema for external_target_info:
- Flashblade
Params []GetBackup Recovery Object Snapshots Snapshot Flashblade Param - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- Generic
Nas []GetParams Backup Recovery Object Snapshots Snapshot Generic Nas Param - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- Gpfs
Params []GetBackup Recovery Object Snapshots Snapshot Gpfs Param - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- Has
Data boolLock - (Boolean) Specifies if this snapshot has datalock.
- Hyperv
Params []GetBackup Recovery Object Snapshots Snapshot Hyperv Param - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- Id string
- (String) Specifies the id of the snapshot.
- Indexing
Status string - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- Isilon
Params []GetBackup Recovery Object Snapshots Snapshot Isilon Param - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- Netapp
Params []GetBackup Recovery Object Snapshots Snapshot Netapp Param - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- Object
Id float64 - Specifies the id of the Object.
- Object
Name string - (String) Specifies the object name which the snapshot is taken from.
- On
Legal boolHold - (Boolean) Specifies if this snapshot is on legalhold.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Physical
Params []GetBackup Recovery Object Snapshots Snapshot Physical Param - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- Protection
Group stringId - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Protection
Group stringName - (String) Specifies name of the Protection Group.
- Protection
Group stringRun Id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Region
Id string - (String) Specifies the region id where this snapshot belongs to.
- Run
Instance float64Id - (Integer) Specifies the instance id of the protection run which create the snapshot.
- Run
Start float64Time Usecs - (Integer) Specifies the start time of the run in micro seconds.
- Run
Type string - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Sfdc
Params []GetBackup Recovery Object Snapshots Snapshot Sfdc Param - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- Snapshot
Target stringType - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Snapshot
Timestamp float64Usecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- Source
Group stringId - (String) Specifies the source protection group id in case of replication.
- Source
Id float64 - (Integer) Specifies the object source id which the snapshot is taken from.
- Storage
Domain float64Id - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
- aws
Params List<GetBackup Recovery Object Snapshots Snapshot Aws Param> - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- azure
Params List<GetBackup Recovery Object Snapshots Snapshot Azure Param> - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- cluster
Id Double - (Integer) Specifies the cluster id where this snapshot belongs to.
- cluster
Incarnation DoubleId - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- elastifile
Params List<GetBackup Recovery Object Snapshots Snapshot Elastifile Param> - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- environment String
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- external
Target List<GetInfos Backup Recovery Object Snapshots Snapshot External Target Info> - (List) Specifies archival target summary information. Nested schema for external_target_info:
- flashblade
Params List<GetBackup Recovery Object Snapshots Snapshot Flashblade Param> - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- generic
Nas List<GetParams Backup Recovery Object Snapshots Snapshot Generic Nas Param> - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- gpfs
Params List<GetBackup Recovery Object Snapshots Snapshot Gpfs Param> - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- has
Data BooleanLock - (Boolean) Specifies if this snapshot has datalock.
- hyperv
Params List<GetBackup Recovery Object Snapshots Snapshot Hyperv Param> - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- id String
- (String) Specifies the id of the snapshot.
- indexing
Status String - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- isilon
Params List<GetBackup Recovery Object Snapshots Snapshot Isilon Param> - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- netapp
Params List<GetBackup Recovery Object Snapshots Snapshot Netapp Param> - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- object
Id Double - Specifies the id of the Object.
- object
Name String - (String) Specifies the object name which the snapshot is taken from.
- on
Legal BooleanHold - (Boolean) Specifies if this snapshot is on legalhold.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- physical
Params List<GetBackup Recovery Object Snapshots Snapshot Physical Param> - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- protection
Group StringId - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- protection
Group StringName - (String) Specifies name of the Protection Group.
- protection
Group StringRun Id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- region
Id String - (String) Specifies the region id where this snapshot belongs to.
- run
Instance DoubleId - (Integer) Specifies the instance id of the protection run which create the snapshot.
- run
Start DoubleTime Usecs - (Integer) Specifies the start time of the run in micro seconds.
- run
Type String - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- sfdc
Params List<GetBackup Recovery Object Snapshots Snapshot Sfdc Param> - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- snapshot
Target StringType - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- snapshot
Timestamp DoubleUsecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- source
Group StringId - (String) Specifies the source protection group id in case of replication.
- source
Id Double - (Integer) Specifies the object source id which the snapshot is taken from.
- storage
Domain DoubleId - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
- aws
Params GetBackup Recovery Object Snapshots Snapshot Aws Param[] - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- azure
Params GetBackup Recovery Object Snapshots Snapshot Azure Param[] - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- cluster
Id number - (Integer) Specifies the cluster id where this snapshot belongs to.
- cluster
Incarnation numberId - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- elastifile
Params GetBackup Recovery Object Snapshots Snapshot Elastifile Param[] - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- environment string
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- external
Target GetInfos Backup Recovery Object Snapshots Snapshot External Target Info[] - (List) Specifies archival target summary information. Nested schema for external_target_info:
- flashblade
Params GetBackup Recovery Object Snapshots Snapshot Flashblade Param[] - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- generic
Nas GetParams Backup Recovery Object Snapshots Snapshot Generic Nas Param[] - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- gpfs
Params GetBackup Recovery Object Snapshots Snapshot Gpfs Param[] - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- has
Data booleanLock - (Boolean) Specifies if this snapshot has datalock.
- hyperv
Params GetBackup Recovery Object Snapshots Snapshot Hyperv Param[] - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- id string
- (String) Specifies the id of the snapshot.
- indexing
Status string - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- isilon
Params GetBackup Recovery Object Snapshots Snapshot Isilon Param[] - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- netapp
Params GetBackup Recovery Object Snapshots Snapshot Netapp Param[] - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- object
Id number - Specifies the id of the Object.
- object
Name string - (String) Specifies the object name which the snapshot is taken from.
- on
Legal booleanHold - (Boolean) Specifies if this snapshot is on legalhold.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- physical
Params GetBackup Recovery Object Snapshots Snapshot Physical Param[] - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- protection
Group stringId - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- protection
Group stringName - (String) Specifies name of the Protection Group.
- protection
Group stringRun Id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- region
Id string - (String) Specifies the region id where this snapshot belongs to.
- run
Instance numberId - (Integer) Specifies the instance id of the protection run which create the snapshot.
- run
Start numberTime Usecs - (Integer) Specifies the start time of the run in micro seconds.
- run
Type string - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- sfdc
Params GetBackup Recovery Object Snapshots Snapshot Sfdc Param[] - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- snapshot
Target stringType - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- snapshot
Timestamp numberUsecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- source
Group stringId - (String) Specifies the source protection group id in case of replication.
- source
Id number - (Integer) Specifies the object source id which the snapshot is taken from.
- storage
Domain numberId - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
- aws_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Aws Param] - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- azure_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Azure Param] - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- cluster_
id float - (Integer) Specifies the cluster id where this snapshot belongs to.
- cluster_
incarnation_ floatid - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- elastifile_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Elastifile Param] - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- environment str
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- external_
target_ Sequence[Getinfos Backup Recovery Object Snapshots Snapshot External Target Info] - (List) Specifies archival target summary information. Nested schema for external_target_info:
- flashblade_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Flashblade Param] - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- generic_
nas_ Sequence[Getparams Backup Recovery Object Snapshots Snapshot Generic Nas Param] - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- gpfs_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Gpfs Param] - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- has_
data_ boollock - (Boolean) Specifies if this snapshot has datalock.
- hyperv_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Hyperv Param] - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- id str
- (String) Specifies the id of the snapshot.
- indexing_
status str - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- isilon_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Isilon Param] - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- netapp_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Netapp Param] - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- object_
id float - Specifies the id of the Object.
- object_
name str - (String) Specifies the object name which the snapshot is taken from.
- on_
legal_ boolhold - (Boolean) Specifies if this snapshot is on legalhold.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- physical_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Physical Param] - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- protection_
group_ strid - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- protection_
group_ strname - (String) Specifies name of the Protection Group.
- protection_
group_ strrun_ id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- region_
id str - (String) Specifies the region id where this snapshot belongs to.
- run_
instance_ floatid - (Integer) Specifies the instance id of the protection run which create the snapshot.
- run_
start_ floattime_ usecs - (Integer) Specifies the start time of the run in micro seconds.
- run_
type str - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- sfdc_
params Sequence[GetBackup Recovery Object Snapshots Snapshot Sfdc Param] - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- snapshot_
target_ strtype - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- snapshot_
timestamp_ floatusecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- source_
group_ strid - (String) Specifies the source protection group id in case of replication.
- source_
id float - (Integer) Specifies the object source id which the snapshot is taken from.
- storage_
domain_ floatid - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
- aws
Params List<Property Map> - (List) Specifies parameters of AWS type snapshots. Nested schema for aws_params:
- azure
Params List<Property Map> - (List) Specifies parameters of Azure type snapshots. Nested schema for azure_params:
- cluster
Id Number - (Integer) Specifies the cluster id where this snapshot belongs to.
- cluster
Incarnation NumberId - (Integer) Specifies the cluster incarnation id where this snapshot belongs to.
- elastifile
Params List<Property Map> - (List) Specifies the common parameters for NAS objects. Nested schema for elastifile_params:
- environment String
- (String) Specifies the snapshot environment.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kKVM
,kAWS
,kAcropolis
,kGCP
,kPhysical
,kPhysicalFiles
,kIsilon
,kNetapp
,kGenericNas
,kFlashBlade
,kElastifile
,kGPFS
,kPure
,kIbmFlashSystem
,kNimble
,kSQL
,kOracle
,kExchange
,kAD
,kView
,kO365
,kHyperFlex
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kHBase
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of the snapshot in Unix timestamp epoch in microseconds. If the snapshot has no expiry, this property will not be set.
- external
Target List<Property Map>Infos - (List) Specifies archival target summary information. Nested schema for external_target_info:
- flashblade
Params List<Property Map> - (List) Specifies the common parameters for Flashblade objects. Nested schema for flashblade_params:
- generic
Nas List<Property Map>Params - (List) Specifies the common parameters for NAS objects. Nested schema for generic_nas_params:
- gpfs
Params List<Property Map> - (List) Specifies the common parameters for NAS objects. Nested schema for gpfs_params:
- has
Data BooleanLock - (Boolean) Specifies if this snapshot has datalock.
- hyperv
Params List<Property Map> - (List) Specifies parameters of HyperV type snapshots. Nested schema for hyperv_params:
- id String
- (String) Specifies the id of the snapshot.
- indexing
Status String - (String) Specifies the indexing status of objects in this snapshot. 'InProgress' indicates the indexing is in progress. 'Done' indicates indexing is done. 'NoIndex' indicates indexing is not applicable. 'Error' indicates indexing failed with error.
- Constraints: Allowable values are:
InProgress
,Done
,NoIndex
,Error
.
- Constraints: Allowable values are:
- isilon
Params List<Property Map> - (List) Specifies the common parameters for Isilon objects. Nested schema for isilon_params:
- netapp
Params List<Property Map> - (List) Specifies the common parameters for Netapp objects. Nested schema for netapp_params:
- object
Id Number - Specifies the id of the Object.
- object
Name String - (String) Specifies the object name which the snapshot is taken from.
- on
Legal BooleanHold - (Boolean) Specifies if this snapshot is on legalhold.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- physical
Params List<Property Map> - (List) Specifies parameters of Physical type snapshots. Nested schema for physical_params:
- protection
Group StringId - (String) Specifies id of the Protection Group.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- protection
Group StringName - (String) Specifies name of the Protection Group.
- protection
Group StringRun Id - (String) Specifies id of the Protection Group Run.
- Constraints: The value must match regular expression
/^\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- region
Id String - (String) Specifies the region id where this snapshot belongs to.
- run
Instance NumberId - (Integer) Specifies the instance id of the protection run which create the snapshot.
- run
Start NumberTime Usecs - (Integer) Specifies the start time of the run in micro seconds.
- run
Type String - (String) Specifies the type of protection run created this snapshot.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- sfdc
Params List<Property Map> - (List) Specifies the Salesforce objects mutation parameters. Nested schema for sfdc_params:
- snapshot
Target StringType - (String) Specifies the target type where the Object's snapshot resides.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- snapshot
Timestamp NumberUsecs - (Integer) Specifies the timestamp in Unix time epoch in microseconds when the snapshot is taken for the specified Object.
- source
Group StringId - (String) Specifies the source protection group id in case of replication.
- source
Id Number - (Integer) Specifies the object source id which the snapshot is taken from.
- storage
Domain NumberId - (Integer) Specifies the Storage Domain id where the snapshot of object is present.
GetBackupRecoveryObjectSnapshotsSnapshotAwsParam
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotAzureParam
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotElastifileParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfo
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id double - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id float64 - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings []GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Double - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id number - (Integer) Specifies the archival target ID.
- target
Name string - (String) Specifies the archival target name.
- target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting[] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival_
task_ strid - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target_
id float - (Integer) Specifies the archival target ID.
- target_
name str - (String) Specifies the archival target name.
- target_
type str - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier_
settings Sequence[GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage_
type str - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Number - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<Property Map> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSetting
- Aws
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- Aws
Tierings []GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings []GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings []GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings []GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering[] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering[] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering[] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering[] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws_
tierings Sequence[GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure_
tierings Sequence[GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud_
platform str - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current_
tier_ strtype - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google_
tierings Sequence[GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle_
tierings Sequence[GetBackup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<Property Map> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<Property Map> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<Property Map> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<Property Map> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingAwsTiering
- Tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Aws Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingAwsTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingAzureTiering
- Tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Azure Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingAzureTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingGoogleTiering
- Tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Google Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingGoogleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingOracleTiering
- Tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Object Snapshots Snapshot External Target Info Tier Setting Oracle Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryObjectSnapshotsSnapshotExternalTargetInfoTierSettingOracleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotFlashbladeParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
GetBackupRecoveryObjectSnapshotsSnapshotGenericNasParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
GetBackupRecoveryObjectSnapshotsSnapshotGpfsParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
GetBackupRecoveryObjectSnapshotsSnapshotHypervParam
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotIsilonParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
GetBackupRecoveryObjectSnapshotsSnapshotNetappParam
- Supported
Nas List<string>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Volume
Extended stringStyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- Volume
Type string - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
- Supported
Nas []stringMount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- Volume
Extended stringStyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- Volume
Type string - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- volume
Extended StringStyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- volume
Type String - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
- supported
Nas string[]Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- volume
Extended stringStyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- volume
Type string - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
- supported_
nas_ Sequence[str]mount_ protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- volume_
extended_ strstyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- volume_
type str - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
- supported
Nas List<String>Mount Protocols - (List) Specifies a list of NAS mount protocols supported by this object.
- Constraints: Allowable list items are:
kNfs
,kCifs
,kIscsi
,kFc
,kFcache
,kHttp
,kNdmp
,kManagement
,kNvme
.
- Constraints: Allowable list items are:
- volume
Extended StringStyle - (String) Specifies the extended style of a NetApp volume.
- Constraints: Allowable values are:
kFlexVol
,kFlexGroup
.
- Constraints: Allowable values are:
- volume
Type String - (String) Specifies the Netapp volume type.
- Constraints: Allowable values are:
ReadWrite
,LoadSharing
,DataProtection
,DataCache
,Temp
,UnkownType
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotPhysicalParam
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- Protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- enable
System booleanBackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- protection
Type string - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- enable_
system_ boolbackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- protection_
type str - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in that particular run.
- protection
Type String - (String) Specifies the protection type of Physical snapshots.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
GetBackupRecoveryObjectSnapshotsSnapshotSfdcParam
- Records
Added double - (Integer) Specifies the number of records added for the Object.
- Records
Modified double - (Integer) Specifies the number of records updated for the Object.
- Records
Removed double - (Integer) Specifies the number of records removed from the Object.
- Records
Added float64 - (Integer) Specifies the number of records added for the Object.
- Records
Modified float64 - (Integer) Specifies the number of records updated for the Object.
- Records
Removed float64 - (Integer) Specifies the number of records removed from the Object.
- records
Added Double - (Integer) Specifies the number of records added for the Object.
- records
Modified Double - (Integer) Specifies the number of records updated for the Object.
- records
Removed Double - (Integer) Specifies the number of records removed from the Object.
- records
Added number - (Integer) Specifies the number of records added for the Object.
- records
Modified number - (Integer) Specifies the number of records updated for the Object.
- records
Removed number - (Integer) Specifies the number of records removed from the Object.
- records_
added float - (Integer) Specifies the number of records added for the Object.
- records_
modified float - (Integer) Specifies the number of records updated for the Object.
- records_
removed float - (Integer) Specifies the number of records removed from the Object.
- records
Added Number - (Integer) Specifies the number of records added for the Object.
- records
Modified Number - (Integer) Specifies the number of records updated for the Object.
- records
Removed Number - (Integer) Specifies the number of records removed from the Object.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.