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

ibm.getBackupRecovery

Explore with Pulumi AI

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

    Provides a read-only data source to retrieve information about a Common Recovery Response Params.. 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 backupRecovery = ibm.getBackupRecovery({
        recoveryId: ibm_backup_recovery.backup_recovery_instance.id,
        xIbmTenantId: ibm_backup_recovery.backup_recovery_instance.x_ibm_tenant_id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    backup_recovery = ibm.get_backup_recovery(recovery_id=ibm_backup_recovery["backup_recovery_instance"]["id"],
        x_ibm_tenant_id=ibm_backup_recovery["backup_recovery_instance"]["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.LookupBackupRecovery(ctx, &ibm.LookupBackupRecoveryArgs{
    			RecoveryId:   ibm_backup_recovery.Backup_recovery_instance.Id,
    			XIbmTenantId: ibm_backup_recovery.Backup_recovery_instance.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 backupRecovery = Ibm.GetBackupRecovery.Invoke(new()
        {
            RecoveryId = ibm_backup_recovery.Backup_recovery_instance.Id,
            XIbmTenantId = ibm_backup_recovery.Backup_recovery_instance.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.GetBackupRecoveryArgs;
    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 backupRecovery = IbmFunctions.getBackupRecovery(GetBackupRecoveryArgs.builder()
                .recoveryId(ibm_backup_recovery.backup_recovery_instance().id())
                .xIbmTenantId(ibm_backup_recovery.backup_recovery_instance().x_ibm_tenant_id())
                .build());
    
        }
    }
    
    variables:
      backupRecovery:
        fn::invoke:
          function: ibm:getBackupRecovery
          arguments:
            recoveryId: ${ibm_backup_recovery.backup_recovery_instance.id}
            xIbmTenantId: ${ibm_backup_recovery.backup_recovery_instance.x_ibm_tenant_id}
    

    Using getBackupRecovery

    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 getBackupRecovery(args: GetBackupRecoveryArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryResult>
    function getBackupRecoveryOutput(args: GetBackupRecoveryOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryResult>
    def get_backup_recovery(id: Optional[str] = None,
                            recovery_id: Optional[str] = None,
                            x_ibm_tenant_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryResult
    def get_backup_recovery_output(id: Optional[pulumi.Input[str]] = None,
                            recovery_id: Optional[pulumi.Input[str]] = None,
                            x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryResult]
    func LookupBackupRecovery(ctx *Context, args *LookupBackupRecoveryArgs, opts ...InvokeOption) (*LookupBackupRecoveryResult, error)
    func LookupBackupRecoveryOutput(ctx *Context, args *LookupBackupRecoveryOutputArgs, opts ...InvokeOption) LookupBackupRecoveryResultOutput

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

    public static class GetBackupRecovery 
    {
        public static Task<GetBackupRecoveryResult> InvokeAsync(GetBackupRecoveryArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupRecoveryResult> Invoke(GetBackupRecoveryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupRecoveryResult> getBackupRecovery(GetBackupRecoveryArgs args, InvokeOptions options)
    public static Output<GetBackupRecoveryResult> getBackupRecovery(GetBackupRecoveryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getBackupRecovery:getBackupRecovery
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RecoveryId string
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    XIbmTenantId string
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    RecoveryId string
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    XIbmTenantId string
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    recoveryId String
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    xIbmTenantId String
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    recoveryId string
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    xIbmTenantId string
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    recovery_id str
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    x_ibm_tenant_id str
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    id str
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    recoveryId String
    Specifies the id of a Recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    xIbmTenantId String
    Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.

    getBackupRecovery Result

    The following output properties are available:

    CanTearDown bool
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    CreationInfos List<GetBackupRecoveryCreationInfo>
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    EndTimeUsecs double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    IsMultiStageRestore bool
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    IsParentRecovery bool
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    Messages List<string>
    (List) Specify error messages about the file during recovery.
    MssqlParams List<GetBackupRecoveryMssqlParam>
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    Name string
    (String) Specifies the name of the object.
    ParentRecoveryId string
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    Permissions List<GetBackupRecoveryPermission>
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    PhysicalParams List<GetBackupRecoveryPhysicalParam>
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    RecoveryId string
    RetrieveArchiveTasks List<GetBackupRecoveryRetrieveArchiveTask>
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    SnapshotEnvironment string
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    StartTimeUsecs double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    TearDownMessage string
    (String) Specifies the error message about the tear down operation if it fails.
    TearDownStatus string
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    XIbmTenantId string
    CanTearDown bool
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    CreationInfos []GetBackupRecoveryCreationInfo
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    EndTimeUsecs float64
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    IsMultiStageRestore bool
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    IsParentRecovery bool
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    Messages []string
    (List) Specify error messages about the file during recovery.
    MssqlParams []GetBackupRecoveryMssqlParam
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    Name string
    (String) Specifies the name of the object.
    ParentRecoveryId string
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    Permissions []GetBackupRecoveryPermission
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    PhysicalParams []GetBackupRecoveryPhysicalParam
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    RecoveryId string
    RetrieveArchiveTasks []GetBackupRecoveryRetrieveArchiveTask
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    SnapshotEnvironment string
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    StartTimeUsecs float64
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    TearDownMessage string
    (String) Specifies the error message about the tear down operation if it fails.
    TearDownStatus string
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    XIbmTenantId string
    canTearDown Boolean
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    creationInfos List<GetBackupRecoveryCreationInfo>
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    endTimeUsecs Double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isMultiStageRestore Boolean
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    isParentRecovery Boolean
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    mssqlParams List<GetBackupRecoveryMssqlParam>
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    name String
    (String) Specifies the name of the object.
    parentRecoveryId String
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    permissions List<GetBackupRecoveryPermission>
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    physicalParams List<GetBackupRecoveryPhysicalParam>
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    recoveryId String
    retrieveArchiveTasks List<GetBackupRecoveryRetrieveArchiveTask>
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    snapshotEnvironment String
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    startTimeUsecs Double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    tearDownMessage String
    (String) Specifies the error message about the tear down operation if it fails.
    tearDownStatus String
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    xIbmTenantId String
    canTearDown boolean
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    creationInfos GetBackupRecoveryCreationInfo[]
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    endTimeUsecs number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isMultiStageRestore boolean
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    isParentRecovery boolean
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    messages string[]
    (List) Specify error messages about the file during recovery.
    mssqlParams GetBackupRecoveryMssqlParam[]
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    name string
    (String) Specifies the name of the object.
    parentRecoveryId string
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    permissions GetBackupRecoveryPermission[]
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    physicalParams GetBackupRecoveryPhysicalParam[]
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    progressTaskId string
    (String) Progress monitor task id for Recovery.
    recoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    recoveryId string
    retrieveArchiveTasks GetBackupRecoveryRetrieveArchiveTask[]
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    snapshotEnvironment string
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    startTimeUsecs number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    tearDownMessage string
    (String) Specifies the error message about the tear down operation if it fails.
    tearDownStatus string
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    xIbmTenantId string
    can_tear_down bool
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    creation_infos Sequence[GetBackupRecoveryCreationInfo]
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    end_time_usecs float
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    id str
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    is_multi_stage_restore bool
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    is_parent_recovery bool
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    messages Sequence[str]
    (List) Specify error messages about the file during recovery.
    mssql_params Sequence[GetBackupRecoveryMssqlParam]
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    name str
    (String) Specifies the name of the object.
    parent_recovery_id str
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    permissions Sequence[GetBackupRecoveryPermission]
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    physical_params Sequence[GetBackupRecoveryPhysicalParam]
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    progress_task_id str
    (String) Progress monitor task id for Recovery.
    recovery_action str
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    recovery_id str
    retrieve_archive_tasks Sequence[GetBackupRecoveryRetrieveArchiveTask]
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    snapshot_environment str
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    start_time_usecs float
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    tear_down_message str
    (String) Specifies the error message about the tear down operation if it fails.
    tear_down_status str
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    x_ibm_tenant_id str
    canTearDown Boolean
    (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
    creationInfos List<Property Map>
    (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
    endTimeUsecs Number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isMultiStageRestore Boolean
    (Boolean) Specifies whether the current recovery operation is a multi-stage restore operation. This is currently used by VMware recoveres for the migration/hot-standby use case.
    isParentRecovery Boolean
    (Boolean) Specifies whether the current recovery operation has created child recoveries. This is currently used in SQL recovery where multiple child recoveries can be tracked under a common/parent recovery.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    mssqlParams List<Property Map>
    (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
    name String
    (String) Specifies the name of the object.
    parentRecoveryId String
    (String) If current recovery is child recovery triggered by another parent recovery operation, then this field willt specify the id of the parent recovery.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    permissions List<Property Map>
    (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
    physicalParams List<Property Map>
    (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    recoveryId String
    retrieveArchiveTasks List<Property Map>
    (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
    snapshotEnvironment String
    (String) Specifies the type of snapshot environment for which the Recovery was performed.

    • Constraints: Allowable values are: kPhysical, kSQL.
    startTimeUsecs Number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    tearDownMessage String
    (String) Specifies the error message about the tear down operation if it fails.
    tearDownStatus String
    (String) Specifies the status of the tear down operation. This is only set when the canTearDown is set to true. 'DestroyScheduled' indicates that the tear down is ready to schedule. 'Destroying' indicates that the tear down is still running. 'Destroyed' indicates that the tear down succeeded. 'DestroyError' indicates that the tear down failed.

    • Constraints: Allowable values are: DestroyScheduled, Destroying, Destroyed, DestroyError.
    xIbmTenantId String

    Supporting Types

    GetBackupRecoveryCreationInfo

    UserName string
    (String) Specifies the name of the user who created the protection group or recovery.
    UserName string
    (String) Specifies the name of the user who created the protection group or recovery.
    userName String
    (String) Specifies the name of the user who created the protection group or recovery.
    userName string
    (String) Specifies the name of the user who created the protection group or recovery.
    user_name str
    (String) Specifies the name of the user who created the protection group or recovery.
    userName String
    (String) Specifies the name of the user who created the protection group or recovery.

    GetBackupRecoveryMssqlParam

    RecoverAppParams List<GetBackupRecoveryMssqlParamRecoverAppParam>
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    VlanConfigs List<GetBackupRecoveryMssqlParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    RecoverAppParams []GetBackupRecoveryMssqlParamRecoverAppParam
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    VlanConfigs []GetBackupRecoveryMssqlParamVlanConfig
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    recoverAppParams List<GetBackupRecoveryMssqlParamRecoverAppParam>
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    vlanConfigs List<GetBackupRecoveryMssqlParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    recoverAppParams GetBackupRecoveryMssqlParamRecoverAppParam[]
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    recoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    vlanConfigs GetBackupRecoveryMssqlParamVlanConfig[]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    recover_app_params Sequence[GetBackupRecoveryMssqlParamRecoverAppParam]
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    recovery_action str
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    vlan_configs Sequence[GetBackupRecoveryMssqlParamVlanConfig]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    recoverAppParams List<Property Map>
    (List) Specifies the parameters to recover Sql databases.

    • Constraints: The minimum length is 1 item. Nested schema for recover_app_params:
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    vlanConfigs List<Property Map>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:

    GetBackupRecoveryMssqlParamRecoverAppParam

    AagInfos List<GetBackupRecoveryMssqlParamRecoverAppParamAagInfo>
    (List) Object details for Mssql. Nested schema for aag_info:
    ArchivalTargetInfos List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    BytesRestored double
    (Integer) Specify the total bytes restored.
    EndTimeUsecs double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    HostInfos List<GetBackupRecoveryMssqlParamRecoverAppParamHostInfo>
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    IsEncrypted bool
    (Boolean) Specifies whether the database is TDE enabled.
    Messages List<string>
    (List) Specify error messages about the file during recovery.
    ObjectInfos List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    PointInTimeUsecs double
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    ProtectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    ProtectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    RecoverFromStandby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    SnapshotCreationTimeUsecs double
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    SnapshotId string
    (String) Specifies the snapshot id.
    SnapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    SqlTargetParams List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam>
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    StartTimeUsecs double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    AagInfos []GetBackupRecoveryMssqlParamRecoverAppParamAagInfo
    (List) Object details for Mssql. Nested schema for aag_info:
    ArchivalTargetInfos []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    BytesRestored float64
    (Integer) Specify the total bytes restored.
    EndTimeUsecs float64
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    HostInfos []GetBackupRecoveryMssqlParamRecoverAppParamHostInfo
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    IsEncrypted bool
    (Boolean) Specifies whether the database is TDE enabled.
    Messages []string
    (List) Specify error messages about the file during recovery.
    ObjectInfos []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    PointInTimeUsecs float64
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    ProtectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    ProtectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    RecoverFromStandby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    SnapshotCreationTimeUsecs float64
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    SnapshotId string
    (String) Specifies the snapshot id.
    SnapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    SqlTargetParams []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    StartTimeUsecs float64
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    aagInfos List<GetBackupRecoveryMssqlParamRecoverAppParamAagInfo>
    (List) Object details for Mssql. Nested schema for aag_info:
    archivalTargetInfos List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored Double
    (Integer) Specify the total bytes restored.
    endTimeUsecs Double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    hostInfos List<GetBackupRecoveryMssqlParamRecoverAppParamHostInfo>
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    isEncrypted Boolean
    (Boolean) Specifies whether the database is TDE enabled.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    objectInfos List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs Double
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    protectionGroupId String
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName String
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby Boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs Double
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId String
    (String) Specifies the snapshot id.
    snapshotTargetType String
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    sqlTargetParams List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam>
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    startTimeUsecs Double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    aagInfos GetBackupRecoveryMssqlParamRecoverAppParamAagInfo[]
    (List) Object details for Mssql. Nested schema for aag_info:
    archivalTargetInfos GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo[]
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored number
    (Integer) Specify the total bytes restored.
    endTimeUsecs number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    hostInfos GetBackupRecoveryMssqlParamRecoverAppParamHostInfo[]
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    isEncrypted boolean
    (Boolean) Specifies whether the database is TDE enabled.
    messages string[]
    (List) Specify error messages about the file during recovery.
    objectInfos GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo[]
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs number
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId string
    (String) Progress monitor task id for Recovery.
    protectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs number
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId string
    (String) Specifies the snapshot id.
    snapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    sqlTargetParams GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam[]
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    startTimeUsecs number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    targetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    aag_infos Sequence[GetBackupRecoveryMssqlParamRecoverAppParamAagInfo]
    (List) Object details for Mssql. Nested schema for aag_info:
    archival_target_infos Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo]
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytes_restored float
    (Integer) Specify the total bytes restored.
    end_time_usecs float
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    host_infos Sequence[GetBackupRecoveryMssqlParamRecoverAppParamHostInfo]
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    is_encrypted bool
    (Boolean) Specifies whether the database is TDE enabled.
    messages Sequence[str]
    (List) Specify error messages about the file during recovery.
    object_infos Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo]
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    point_in_time_usecs float
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progress_task_id str
    (String) Progress monitor task id for Recovery.
    protection_group_id str
    (String) Specifies the protection group id of the object snapshot.
    protection_group_name str
    (String) Specifies the protection group name of the object snapshot.
    recover_from_standby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshot_creation_time_usecs float
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshot_id str
    (String) Specifies the snapshot id.
    snapshot_target_type str
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    sql_target_params Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam]
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    start_time_usecs float
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    target_environment str
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    aagInfos List<Property Map>
    (List) Object details for Mssql. Nested schema for aag_info:
    archivalTargetInfos List<Property Map>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored Number
    (Integer) Specify the total bytes restored.
    endTimeUsecs Number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    hostInfos List<Property Map>
    (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
    isEncrypted Boolean
    (Boolean) Specifies whether the database is TDE enabled.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    objectInfos List<Property Map>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs Number
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    protectionGroupId String
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName String
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby Boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs Number
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId String
    (String) Specifies the snapshot id.
    snapshotTargetType String
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    sqlTargetParams List<Property Map>
    (List) Specifies the params for recovering to a sql host. Specifiy seperate settings for each db object that need to be recovered. Provided sql backup should be recovered to same type of target host. For Example: If you have sql backup taken from a physical host then that should be recovered to physical host only. Nested schema for sql_target_params:
    startTimeUsecs Number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.

    GetBackupRecoveryMssqlParamRecoverAppParamAagInfo

    Name string
    (String) Specifies the name of the object.
    ObjectId double
    (Integer) Specifies the AAG object Id.
    Name string
    (String) Specifies the name of the object.
    ObjectId float64
    (Integer) Specifies the AAG object Id.
    name String
    (String) Specifies the name of the object.
    objectId Double
    (Integer) Specifies the AAG object Id.
    name string
    (String) Specifies the name of the object.
    objectId number
    (Integer) Specifies the AAG object Id.
    name str
    (String) Specifies the name of the object.
    object_id float
    (Integer) Specifies the AAG object Id.
    name String
    (String) Specifies the name of the object.
    objectId Number
    (Integer) Specifies the AAG object Id.

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo

    ArchivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    OwnershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    TargetId double
    (Integer) Specifies the archival target ID.
    TargetName string
    (String) Specifies the archival target name.
    TargetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    TierSettings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    UsageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    ArchivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    OwnershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    TargetId float64
    (Integer) Specifies the archival target ID.
    TargetName string
    (String) Specifies the archival target name.
    TargetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    TierSettings []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    UsageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archivalTaskId String
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext String
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId Double
    (Integer) Specifies the archival target ID.
    targetName String
    (String) Specifies the archival target name.
    targetType String
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType String
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId number
    (Integer) Specifies the archival target ID.
    targetName string
    (String) Specifies the archival target name.
    targetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting[]
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archival_task_id str
    (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.
    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.
    tier_settings Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting]
    (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.
    archivalTaskId String
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext String
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId Number
    (Integer) Specifies the archival target ID.
    targetName String
    (String) Specifies the archival target name.
    targetType String
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings List<Property Map>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType String
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting

    AwsTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    AzureTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    CloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    CurrentTierType string
    (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.
    GoogleTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    OracleTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    AwsTierings []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    AzureTierings []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    CloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    CurrentTierType string
    (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.
    GoogleTierings []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering
    (List) Specifies Google tiers. Nested schema for google_tiering:
    OracleTierings []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform String
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType String
    (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.
    googleTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering[]
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering[]
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType string
    (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.
    googleTierings GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering[]
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering[]
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    aws_tierings Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering]
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azure_tierings Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering]
    (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.
    current_tier_type str
    (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.
    google_tierings Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering]
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracle_tierings Sequence[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering]
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings List<Property Map>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings List<Property Map>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform String
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType String
    (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.
    googleTierings List<Property Map>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings List<Property Map>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering

    Tiers List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier>
    (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 []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier
    (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<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier>
    (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 GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier[]
    (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[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier]
    (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:

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering

    Tiers List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier>
    (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 []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier
    (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<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier>
    (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 GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier[]
    (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[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier]
    (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:

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering

    Tiers List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier>
    (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 []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier
    (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<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier>
    (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 GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier[]
    (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[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier]
    (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:

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering

    Tiers List<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier>
    (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 []GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier
    (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<GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier>
    (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 GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier[]
    (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[GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier]
    (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:

    GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryMssqlParamRecoverAppParamHostInfo

    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name string
    (String) Specifies the name of the object.
    environment str
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    id str
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name str
    (String) Specifies the name of the object.
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfo

    ChildObjects List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes double
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId double
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary>
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    ChildObjects []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes float64
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId float64
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary
    (List) Nested schema for windows_cluster_summary:
    childObjects List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Double
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Double
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    childObjects GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject[]
    (List) Specifies child object details. Nested schema for child_objects:
    environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId string
    (String) Specifies the global id which is a unique identifier of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes number
    (Integer) Specifies the logical size of object in bytes.
    name string
    (String) Specifies the name of the object.
    objectHash string
    (String) Specifies the hash identifier of the object.
    objectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary[]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId number
    (Integer) Specifies registered source id to which object belongs.
    sourceName string
    (String) Specifies registered source name to which object belongs.
    uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary[]
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary[]
    (List) Nested schema for windows_cluster_summary:
    child_objects Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject]
    (List) Specifies child object details. Nested schema for child_objects:
    environment str
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    global_id str
    (String) Specifies the global id which is a unique identifier of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logical_size_bytes float
    (Integer) Specifies the logical size of object in bytes.
    name str
    (String) Specifies the name of the object.
    object_hash str
    (String) Specifies the hash identifier of the object.
    object_type str
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    os_type str
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protection_type str
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepoint_site_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    source_id float
    (Integer) Specifies registered source id to which object belongs.
    source_name str
    (String) Specifies registered source name to which object belongs.
    uuid str
    (String) Specifies the uuid which is a unique identifier of the object.
    v_center_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary]
    (List) Nested schema for v_center_summary:
    windows_cluster_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary]
    (List) Nested schema for windows_cluster_summary:
    childObjects List<Property Map>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Number
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<Property Map>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Number
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<Property Map>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<Property Map>
    (List) Nested schema for windows_cluster_summary:

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject

    ChildObjects List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes double
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId double
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary>
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    ChildObjects []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectChildObject
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes float64
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId float64
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries []GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary
    (List) Nested schema for windows_cluster_summary:
    childObjects List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Double
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Double
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    childObjects GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectChildObject[]
    (List) Specifies child object details. Nested schema for child_objects:
    environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId string
    (String) Specifies the global id which is a unique identifier of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes number
    (Integer) Specifies the logical size of object in bytes.
    name string
    (String) Specifies the name of the object.
    objectHash string
    (String) Specifies the hash identifier of the object.
    objectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary[]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId number
    (Integer) Specifies registered source id to which object belongs.
    sourceName string
    (String) Specifies registered source name to which object belongs.
    uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary[]
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary[]
    (List) Nested schema for windows_cluster_summary:
    child_objects Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectChildObject]
    (List) Specifies child object details. Nested schema for child_objects:
    environment str
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    global_id str
    (String) Specifies the global id which is a unique identifier of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logical_size_bytes float
    (Integer) Specifies the logical size of object in bytes.
    name str
    (String) Specifies the name of the object.
    object_hash str
    (String) Specifies the hash identifier of the object.
    object_type str
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    os_type str
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protection_type str
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepoint_site_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    source_id float
    (Integer) Specifies registered source id to which object belongs.
    source_name str
    (String) Specifies registered source name to which object belongs.
    uuid str
    (String) Specifies the uuid which is a unique identifier of the object.
    v_center_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary]
    (List) Nested schema for v_center_summary:
    windows_cluster_summaries Sequence[GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary]
    (List) Nested schema for windows_cluster_summary:
    childObjects List<Property Map>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Number
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<Property Map>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Number
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<Property Map>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<Property Map>
    (List) Nested schema for windows_cluster_summary:

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary

    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    site_web_url str
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary

    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    is_cloud_env bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary

    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    cluster_source_type str
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary

    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    site_web_url str
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary

    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    is_cloud_env bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.

    GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary

    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    cluster_source_type str
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam

    NewSourceConfigs List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig>
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    OriginalSourceConfigs List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig>
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    RecoverToNewSource bool
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
    NewSourceConfigs []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    OriginalSourceConfigs []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    RecoverToNewSource bool
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
    newSourceConfigs List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig>
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    originalSourceConfigs List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig>
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    recoverToNewSource Boolean
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
    newSourceConfigs GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig[]
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    originalSourceConfigs GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig[]
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    recoverToNewSource boolean
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
    new_source_configs Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig]
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    original_source_configs Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig]
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    recover_to_new_source bool
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
    newSourceConfigs List<Property Map>
    (List) Specifies the destination Source configuration parameters where the databases will be recovered. This is mandatory if recoverToNewSource is set to true. Nested schema for new_source_config:
    originalSourceConfigs List<Property Map>
    (List) Specifies the Source configuration if databases are being recovered to Original Source. If not specified, all the configuration parameters will be retained. Nested schema for original_source_config:
    recoverToNewSource Boolean
    (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig

    DataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    DatabaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    Hosts List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost>
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    InstanceName string
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    KeepCdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    LogFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    MultiStageRestoreOptions List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    NativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    NativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    OverwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    ReplayEntireLastLog bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    RestoreTimeUsecs double
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    SecondaryDataFilesDirLists List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    WithNoRecovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    DataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    DatabaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    Hosts []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    InstanceName string
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    KeepCdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    LogFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    MultiStageRestoreOptions []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    NativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    NativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    OverwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    ReplayEntireLastLog bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    RestoreTimeUsecs float64
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    SecondaryDataFilesDirLists []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    WithNoRecovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    dataFileDirectoryLocation String
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    databaseName String
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    hosts List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost>
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    instanceName String
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    keepCdc Boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation String
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause String
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause String
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    overwritingPolicy String
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog Boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs Double
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery Boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    dataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    databaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    hosts GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost[]
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    instanceName string
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    keepCdc boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption[]
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    overwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs number
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList[]
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    data_file_directory_location str
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    database_name str
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    hosts Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost]
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    instance_name str
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    keep_cdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    log_file_directory_location str
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multi_stage_restore_options Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption]
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    native_log_recovery_with_clause str
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    native_recovery_with_clause str
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    overwriting_policy str
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replay_entire_last_log bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restore_time_usecs float
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondary_data_files_dir_lists Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList]
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    with_no_recovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    dataFileDirectoryLocation String
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    databaseName String
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    hosts List<Property Map>
    (List) Specifies the source id of target host where databases will be recovered. This source id can be a physical host or virtual machine. Nested schema for host:
    instanceName String
    (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
    keepCdc Boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation String
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions List<Property Map>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause String
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause String
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    overwritingPolicy String
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog Boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs Number
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists List<Property Map>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery Boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigHost

    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name string
    (String) Specifies the name of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name str
    (String) Specifies the name of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption

    EnableAutoSync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    EnableMultiStageRestore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    EnableAutoSync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    EnableMultiStageRestore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync Boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore Boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enable_auto_sync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enable_multi_stage_restore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync Boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore Boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigSecondaryDataFilesDirList

    Directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    FilenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    Directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    FilenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory String
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern String
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory str
    (String) Specifies the directory where to keep the files matching the pattern.
    filename_pattern str
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory String
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern String
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig

    CaptureTailLogs bool
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    DataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    KeepCdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    LogFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    MultiStageRestoreOptions List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    NativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    NativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    NewDatabaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    OverwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    ReplayEntireLastLog bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    RestoreTimeUsecs double
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    SecondaryDataFilesDirLists List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    WithNoRecovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    CaptureTailLogs bool
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    DataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    KeepCdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    LogFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    MultiStageRestoreOptions []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    NativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    NativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    NewDatabaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    OverwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    ReplayEntireLastLog bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    RestoreTimeUsecs float64
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    SecondaryDataFilesDirLists []GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    WithNoRecovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    captureTailLogs Boolean
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    dataFileDirectoryLocation String
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    keepCdc Boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation String
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause String
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause String
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    newDatabaseName String
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    overwritingPolicy String
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog Boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs Double
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists List<GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery Boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    captureTailLogs boolean
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    dataFileDirectoryLocation string
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    keepCdc boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation string
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption[]
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause string
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause string
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    newDatabaseName string
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    overwritingPolicy string
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs number
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList[]
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    capture_tail_logs bool
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    data_file_directory_location str
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    keep_cdc bool
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    log_file_directory_location str
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multi_stage_restore_options Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption]
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    native_log_recovery_with_clause str
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    native_recovery_with_clause str
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    new_database_name str
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    overwriting_policy str
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replay_entire_last_log bool
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restore_time_usecs float
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondary_data_files_dir_lists Sequence[GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList]
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    with_no_recovery bool
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.
    captureTailLogs Boolean
    (Boolean) Set this to true if tail logs are to be captured before the recovery operation. This is only applicable if database is not being renamed.
    dataFileDirectoryLocation String
    (String) Specifies the directory where to put the database data files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    keepCdc Boolean
    (Boolean) Specifies whether to keep CDC (Change Data Capture) on recovered databases or not. If not passed, this is assumed to be true. If withNoRecovery is passed as true, then this field must not be set to true. Passing this field as true in this scenario will be a invalid request.
    logFileDirectoryLocation String
    (String) Specifies the directory where to put the database log files. Missing directory will be automatically created. If you are overwriting the existing database then this field will be ignored.
    multiStageRestoreOptions List<Property Map>
    (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
    nativeLogRecoveryWithClause String
    (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
    nativeRecoveryWithClause String
    (String) 'with_clause' contains 'with clause' to be used in native sql restore command. This is only applicable for database restore of native sql backup. Here user can specify multiple restore options. Example: 'WITH BUFFERCOUNT = 575, MAXTRANSFERSIZE = 2097152'.
    newDatabaseName String
    (String) Specifies a new name for the restored database. If this field is not specified, then the original database will be overwritten after recovery.
    overwritingPolicy String
    (String) Specifies a policy to be used while recovering existing databases.

    • Constraints: Allowable values are: FailIfExists, Overwrite.
    replayEntireLastLog Boolean
    (Boolean) Specifies the option to set replay last log bit while creating the sql restore task and doing restore to latest point-in-time. If this is set to true, we will replay the entire last log without STOPAT.
    restoreTimeUsecs Number
    (Integer) Specifies the time in the past to which the Sql database needs to be restored. This allows for granular recovery of Sql databases. If this is not set, the Sql database will be restored from the full/incremental snapshot.
    secondaryDataFilesDirLists List<Property Map>
    (List) Specifies the secondary data filename pattern and corresponding direcories of the DB. Secondary data files are optional and are user defined. The recommended file extention for secondary files is ".ndf". If this option is specified and the destination folders do not exist they will be automatically created. Nested schema for secondary_data_files_dir_list:
    withNoRecovery Boolean
    (Boolean) Specifies the flag to bring DBs online or not after successful recovery. If this is passed as true, then it means DBs won't be brought online.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigMultiStageRestoreOption

    EnableAutoSync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    EnableMultiStageRestore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    EnableAutoSync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    EnableMultiStageRestore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync Boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore Boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enable_auto_sync bool
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enable_multi_stage_restore bool
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
    enableAutoSync Boolean
    (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
    enableMultiStageRestore Boolean
    (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.

    GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfigSecondaryDataFilesDirList

    Directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    FilenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    Directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    FilenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory String
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern String
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory string
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern string
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory str
    (String) Specifies the directory where to keep the files matching the pattern.
    filename_pattern str
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
    directory String
    (String) Specifies the directory where to keep the files matching the pattern.
    filenamePattern String
    (String) Specifies a pattern to be matched with filenames. This can be a regex expression.

    GetBackupRecoveryMssqlParamVlanConfig

    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.
    disableVlan boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName string
    (String) Interface group to use for Recovery.
    disable_vlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interface_name str
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.

    GetBackupRecoveryPermission

    CreatedAtTimeMsecs double
    (Integer) Epoch time when tenant was created.
    DeletedAtTimeMsecs double
    (Integer) Epoch time when tenant was last updated.
    Description string
    (String) Description about the tenant.
    ExternalVendorMetadatas List<GetBackupRecoveryPermissionExternalVendorMetadata>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    IsManagedOnHelios bool
    (Boolean) Flag to indicate if tenant is managed on helios.
    LastUpdatedAtTimeMsecs double
    (Integer) Epoch time when tenant was last updated.
    Name string
    (String) Specifies the name of the object.
    Networks List<GetBackupRecoveryPermissionNetwork>
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    CreatedAtTimeMsecs float64
    (Integer) Epoch time when tenant was created.
    DeletedAtTimeMsecs float64
    (Integer) Epoch time when tenant was last updated.
    Description string
    (String) Description about the tenant.
    ExternalVendorMetadatas []GetBackupRecoveryPermissionExternalVendorMetadata
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    Id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    IsManagedOnHelios bool
    (Boolean) Flag to indicate if tenant is managed on helios.
    LastUpdatedAtTimeMsecs float64
    (Integer) Epoch time when tenant was last updated.
    Name string
    (String) Specifies the name of the object.
    Networks []GetBackupRecoveryPermissionNetwork
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    createdAtTimeMsecs Double
    (Integer) Epoch time when tenant was created.
    deletedAtTimeMsecs Double
    (Integer) Epoch time when tenant was last updated.
    description String
    (String) Description about the tenant.
    externalVendorMetadatas List<GetBackupRecoveryPermissionExternalVendorMetadata>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isManagedOnHelios Boolean
    (Boolean) Flag to indicate if tenant is managed on helios.
    lastUpdatedAtTimeMsecs Double
    (Integer) Epoch time when tenant was last updated.
    name String
    (String) Specifies the name of the object.
    networks List<GetBackupRecoveryPermissionNetwork>
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    createdAtTimeMsecs number
    (Integer) Epoch time when tenant was created.
    deletedAtTimeMsecs number
    (Integer) Epoch time when tenant was last updated.
    description string
    (String) Description about the tenant.
    externalVendorMetadatas GetBackupRecoveryPermissionExternalVendorMetadata[]
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    id string
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isManagedOnHelios boolean
    (Boolean) Flag to indicate if tenant is managed on helios.
    lastUpdatedAtTimeMsecs number
    (Integer) Epoch time when tenant was last updated.
    name string
    (String) Specifies the name of the object.
    networks GetBackupRecoveryPermissionNetwork[]
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    created_at_time_msecs float
    (Integer) Epoch time when tenant was created.
    deleted_at_time_msecs float
    (Integer) Epoch time when tenant was last updated.
    description str
    (String) Description about the tenant.
    external_vendor_metadatas Sequence[GetBackupRecoveryPermissionExternalVendorMetadata]
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    id str
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    is_managed_on_helios bool
    (Boolean) Flag to indicate if tenant is managed on helios.
    last_updated_at_time_msecs float
    (Integer) Epoch time when tenant was last updated.
    name str
    (String) Specifies the name of the object.
    networks Sequence[GetBackupRecoveryPermissionNetwork]
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    createdAtTimeMsecs Number
    (Integer) Epoch time when tenant was created.
    deletedAtTimeMsecs Number
    (Integer) Epoch time when tenant was last updated.
    description String
    (String) Description about the tenant.
    externalVendorMetadatas List<Property Map>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
    id String
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    isManagedOnHelios Boolean
    (Boolean) Flag to indicate if tenant is managed on helios.
    lastUpdatedAtTimeMsecs Number
    (Integer) Epoch time when tenant was last updated.
    name String
    (String) Specifies the name of the object.
    networks List<Property Map>
    (List) Networking information about a Tenant on a Cluster. Nested schema for network:
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.

    GetBackupRecoveryPermissionExternalVendorMetadata

    IbmTenantMetadataParams List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    Type string
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.
    IbmTenantMetadataParams []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    Type string
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.
    ibmTenantMetadataParams List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    type String
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.
    ibmTenantMetadataParams GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam[]
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    type string
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.
    ibm_tenant_metadata_params Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam]
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    type str
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.
    ibmTenantMetadataParams List<Property Map>
    (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
    type String
    (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.

    • Constraints: Allowable values are: IBM.

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam

    AccountId string
    (String) Specifies the unique identifier of the IBM's account ID.
    Crn string
    (String) Specifies the unique CRN associated with the tenant.
    CustomProperties List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty>
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    LivenessMode string
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    MetricsConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig>
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    OwnershipMode string
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    PlanId string
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    ResourceGroupId string
    (String) Specifies the Resource Group ID associated with the tenant.
    ResourceInstanceId string
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    AccountId string
    (String) Specifies the unique identifier of the IBM's account ID.
    Crn string
    (String) Specifies the unique CRN associated with the tenant.
    CustomProperties []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    LivenessMode string
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    MetricsConfigs []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    OwnershipMode string
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    PlanId string
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    ResourceGroupId string
    (String) Specifies the Resource Group ID associated with the tenant.
    ResourceInstanceId string
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    accountId String
    (String) Specifies the unique identifier of the IBM's account ID.
    crn String
    (String) Specifies the unique CRN associated with the tenant.
    customProperties List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty>
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    livenessMode String
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    metricsConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig>
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    ownershipMode String
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    planId String
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    resourceGroupId String
    (String) Specifies the Resource Group ID associated with the tenant.
    resourceInstanceId String
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    accountId string
    (String) Specifies the unique identifier of the IBM's account ID.
    crn string
    (String) Specifies the unique CRN associated with the tenant.
    customProperties GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty[]
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    livenessMode string
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    metricsConfigs GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig[]
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    ownershipMode string
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    planId string
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    resourceGroupId string
    (String) Specifies the Resource Group ID associated with the tenant.
    resourceInstanceId string
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    account_id str
    (String) Specifies the unique identifier of the IBM's account ID.
    crn str
    (String) Specifies the unique CRN associated with the tenant.
    custom_properties Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty]
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    liveness_mode str
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    metrics_configs Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig]
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    ownership_mode str
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    plan_id str
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    resource_group_id str
    (String) Specifies the Resource Group ID associated with the tenant.
    resource_instance_id str
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    accountId String
    (String) Specifies the unique identifier of the IBM's account ID.
    crn String
    (String) Specifies the unique CRN associated with the tenant.
    customProperties List<Property Map>
    (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
    livenessMode String
    (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.

    • Constraints: Allowable values are: Active, Standby.
    metricsConfigs List<Property Map>
    (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
    ownershipMode String
    (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.

    • Constraints: Allowable values are: Primary, Secondary.
    planId String
    (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
    resourceGroupId String
    (String) Specifies the Resource Group ID associated with the tenant.
    resourceInstanceId String
    (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty

    Key string
    (String) Specifies the unique key for custom property.
    Value string
    (String) Specifies the value for the above custom key.
    Key string
    (String) Specifies the unique key for custom property.
    Value string
    (String) Specifies the value for the above custom key.
    key String
    (String) Specifies the unique key for custom property.
    value String
    (String) Specifies the value for the above custom key.
    key string
    (String) Specifies the unique key for custom property.
    value string
    (String) Specifies the value for the above custom key.
    key str
    (String) Specifies the unique key for custom property.
    value str
    (String) Specifies the value for the above custom key.
    key String
    (String) Specifies the unique key for custom property.
    value String
    (String) Specifies the value for the above custom key.

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig

    CosResourceConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig>
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    IamMetricsConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig>
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    MeteringConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig>
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
    CosResourceConfigs []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    IamMetricsConfigs []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    MeteringConfigs []GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
    cosResourceConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig>
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    iamMetricsConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig>
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    meteringConfigs List<GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig>
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
    cosResourceConfigs GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig[]
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    iamMetricsConfigs GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig[]
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    meteringConfigs GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig[]
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
    cos_resource_configs Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig]
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    iam_metrics_configs Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig]
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    metering_configs Sequence[GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig]
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
    cosResourceConfigs List<Property Map>
    (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
    iamMetricsConfigs List<Property Map>
    (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
    meteringConfigs List<Property Map>
    (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig

    ResourceUrl string
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
    ResourceUrl string
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
    resourceUrl String
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
    resourceUrl string
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
    resource_url str
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
    resourceUrl String
    (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig

    BillingApiKeySecretId string
    (String) Specifies Id of the secret that contains the API key.
    IamUrl string
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
    BillingApiKeySecretId string
    (String) Specifies Id of the secret that contains the API key.
    IamUrl string
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
    billingApiKeySecretId String
    (String) Specifies Id of the secret that contains the API key.
    iamUrl String
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
    billingApiKeySecretId string
    (String) Specifies Id of the secret that contains the API key.
    iamUrl string
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
    billing_api_key_secret_id str
    (String) Specifies Id of the secret that contains the API key.
    iam_url str
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
    billingApiKeySecretId String
    (String) Specifies Id of the secret that contains the API key.
    iamUrl String
    (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.

    GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig

    PartIds List<string>
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    SubmissionIntervalInSecs double
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    Url string
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.
    PartIds []string
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    SubmissionIntervalInSecs float64
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    Url string
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.
    partIds List<String>
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    submissionIntervalInSecs Double
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    url String
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.
    partIds string[]
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    submissionIntervalInSecs number
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    url string
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.
    part_ids Sequence[str]
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    submission_interval_in_secs float
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    url str
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.
    partIds List<String>
    (List) Specifies the list of part identifiers used for metrics identification.

    • Constraints: Allowable list items are: USAGETERABYTE. The minimum length is 1 item.
    submissionIntervalInSecs Number
    (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
    url String
    (String) Specifies the base metering URL that will be used by cluster to send the billing information.

    GetBackupRecoveryPermissionNetwork

    ClusterHostname string
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    ClusterIps List<string>
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    ConnectorEnabled bool
    (Boolean) Whether connector (hybrid extender) is enabled.
    ClusterHostname string
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    ClusterIps []string
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    ConnectorEnabled bool
    (Boolean) Whether connector (hybrid extender) is enabled.
    clusterHostname String
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    clusterIps List<String>
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    connectorEnabled Boolean
    (Boolean) Whether connector (hybrid extender) is enabled.
    clusterHostname string
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    clusterIps string[]
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    connectorEnabled boolean
    (Boolean) Whether connector (hybrid extender) is enabled.
    cluster_hostname str
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    cluster_ips Sequence[str]
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    connector_enabled bool
    (Boolean) Whether connector (hybrid extender) is enabled.
    clusterHostname String
    (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
    clusterIps List<String>
    (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
    connectorEnabled Boolean
    (Boolean) Whether connector (hybrid extender) is enabled.

    GetBackupRecoveryPhysicalParam

    DownloadFileAndFolderParams List<GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam>
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    MountVolumeParams List<GetBackupRecoveryPhysicalParamMountVolumeParam>
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    Objects List<GetBackupRecoveryPhysicalParamObject>
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    RecoverFileAndFolderParams List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam>
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    RecoverVolumeParams List<GetBackupRecoveryPhysicalParamRecoverVolumeParam>
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    SystemRecoveryParams List<GetBackupRecoveryPhysicalParamSystemRecoveryParam>
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
    DownloadFileAndFolderParams []GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    MountVolumeParams []GetBackupRecoveryPhysicalParamMountVolumeParam
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    Objects []GetBackupRecoveryPhysicalParamObject
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    RecoverFileAndFolderParams []GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    RecoverVolumeParams []GetBackupRecoveryPhysicalParamRecoverVolumeParam
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    RecoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    SystemRecoveryParams []GetBackupRecoveryPhysicalParamSystemRecoveryParam
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
    downloadFileAndFolderParams List<GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam>
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    mountVolumeParams List<GetBackupRecoveryPhysicalParamMountVolumeParam>
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    objects List<GetBackupRecoveryPhysicalParamObject>
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    recoverFileAndFolderParams List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam>
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    recoverVolumeParams List<GetBackupRecoveryPhysicalParamRecoverVolumeParam>
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    systemRecoveryParams List<GetBackupRecoveryPhysicalParamSystemRecoveryParam>
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
    downloadFileAndFolderParams GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam[]
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    mountVolumeParams GetBackupRecoveryPhysicalParamMountVolumeParam[]
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    objects GetBackupRecoveryPhysicalParamObject[]
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    recoverFileAndFolderParams GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam[]
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    recoverVolumeParams GetBackupRecoveryPhysicalParamRecoverVolumeParam[]
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    recoveryAction string
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    systemRecoveryParams GetBackupRecoveryPhysicalParamSystemRecoveryParam[]
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
    download_file_and_folder_params Sequence[GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam]
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    mount_volume_params Sequence[GetBackupRecoveryPhysicalParamMountVolumeParam]
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    objects Sequence[GetBackupRecoveryPhysicalParamObject]
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    recover_file_and_folder_params Sequence[GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam]
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    recover_volume_params Sequence[GetBackupRecoveryPhysicalParamRecoverVolumeParam]
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    recovery_action str
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    system_recovery_params Sequence[GetBackupRecoveryPhysicalParamSystemRecoveryParam]
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
    downloadFileAndFolderParams List<Property Map>
    (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
    mountVolumeParams List<Property Map>
    (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
    objects List<Property Map>
    (List) Specifies the list of Recover Object parameters. For recovering files, specifies the object contains the file to recover. Nested schema for objects:
    recoverFileAndFolderParams List<Property Map>
    (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
    recoverVolumeParams List<Property Map>
    (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
    recoveryAction String
    (String) Specifies the type of recover action.

    • Constraints: Allowable values are: RecoverVMs, RecoverFiles, InstantVolumeMount, RecoverVmDisks, RecoverVApps, RecoverVAppTemplates, UptierSnapshot, RecoverRDS, RecoverAurora, RecoverS3Buckets, RecoverRDSPostgres, RecoverAzureSQL, RecoverApps, CloneApps, RecoverNasVolume, RecoverPhysicalVolumes, RecoverSystem, RecoverExchangeDbs, CloneAppView, RecoverSanVolumes, RecoverSanGroup, RecoverMailbox, RecoverOneDrive, RecoverSharePoint, RecoverPublicFolders, RecoverMsGroup, RecoverMsTeam, ConvertToPst, DownloadChats, RecoverMailboxCSM, RecoverOneDriveCSM, RecoverSharePointCSM, RecoverNamespaces, RecoverObjects, RecoverSfdcObjects, RecoverSfdcOrg, RecoverSfdcRecords, DownloadFilesAndFolders, CloneVMs, CloneView, CloneRefreshApp, CloneVMsToView, ConvertAndDeployVMs, DeployVMs.
    systemRecoveryParams List<Property Map>
    (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:

    GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam

    DownloadFilePath string
    (String) Specifies the path location to download the files and folders.
    ExpiryTimeUsecs double
    (Integer) Specifies the time upto which the download link is available.
    FilesAndFolders List<GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    DownloadFilePath string
    (String) Specifies the path location to download the files and folders.
    ExpiryTimeUsecs float64
    (Integer) Specifies the time upto which the download link is available.
    FilesAndFolders []GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    downloadFilePath String
    (String) Specifies the path location to download the files and folders.
    expiryTimeUsecs Double
    (Integer) Specifies the time upto which the download link is available.
    filesAndFolders List<GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    downloadFilePath string
    (String) Specifies the path location to download the files and folders.
    expiryTimeUsecs number
    (Integer) Specifies the time upto which the download link is available.
    filesAndFolders GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder[]
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    download_file_path str
    (String) Specifies the path location to download the files and folders.
    expiry_time_usecs float
    (Integer) Specifies the time upto which the download link is available.
    files_and_folders Sequence[GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder]
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    downloadFilePath String
    (String) Specifies the path location to download the files and folders.
    expiryTimeUsecs Number
    (Integer) Specifies the time upto which the download link is available.
    filesAndFolders List<Property Map>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:

    GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder

    AbsolutePath string
    (String) Specifies the absolute path to the file or folder.
    DestinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    IsDirectory bool
    (Boolean) Specifies whether this is a directory or not.
    IsViewFileRecovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    Messages List<string>
    (List) Specify error messages about the file during recovery.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    AbsolutePath string
    (String) Specifies the absolute path to the file or folder.
    DestinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    IsDirectory bool
    (Boolean) Specifies whether this is a directory or not.
    IsViewFileRecovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    Messages []string
    (List) Specify error messages about the file during recovery.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath String
    (String) Specifies the absolute path to the file or folder.
    destinationDir String
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory Boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery Boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath string
    (String) Specifies the absolute path to the file or folder.
    destinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages string[]
    (List) Specify error messages about the file during recovery.
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolute_path str
    (String) Specifies the absolute path to the file or folder.
    destination_dir str
    (String) Specifies the destination directory where the file/directory was copied.
    is_directory bool
    (Boolean) Specifies whether this is a directory or not.
    is_view_file_recovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    messages Sequence[str]
    (List) Specify error messages about the file during recovery.
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath String
    (String) Specifies the absolute path to the file or folder.
    destinationDir String
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory Boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery Boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.

    GetBackupRecoveryPhysicalParamMountVolumeParam

    PhysicalTargetParams List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    PhysicalTargetParams []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam[]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physical_target_params Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    target_environment str
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams List<Property Map>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam

    MountToOriginalTarget bool
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    MountedVolumeMappings List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping>
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    NewTargetConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig>
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    OriginalTargetConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig>
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    ReadOnlyMount bool
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    VlanConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    VolumeNames List<string>
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.
    MountToOriginalTarget bool
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    MountedVolumeMappings []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    NewTargetConfigs []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    OriginalTargetConfigs []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    ReadOnlyMount bool
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    VlanConfigs []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    VolumeNames []string
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.
    mountToOriginalTarget Boolean
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    mountedVolumeMappings List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping>
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    newTargetConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig>
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    originalTargetConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig>
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    readOnlyMount Boolean
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    vlanConfigs List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeNames List<String>
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.
    mountToOriginalTarget boolean
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    mountedVolumeMappings GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping[]
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    newTargetConfigs GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig[]
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    originalTargetConfigs GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig[]
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    readOnlyMount boolean
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    vlanConfigs GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig[]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeNames string[]
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.
    mount_to_original_target bool
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    mounted_volume_mappings Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping]
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    new_target_configs Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig]
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    original_target_configs Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig]
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    read_only_mount bool
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    vlan_configs Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volume_names Sequence[str]
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.
    mountToOriginalTarget Boolean
    (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
    mountedVolumeMappings List<Property Map>
    (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
    newTargetConfigs List<Property Map>
    (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
    originalTargetConfigs List<Property Map>
    (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
    readOnlyMount Boolean
    (Boolean) Specifies whether to perform a read-only mount. Default is false.
    vlanConfigs List<Property Map>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeNames List<String>
    (List) Specifies the names of volumes that need to be mounted. If this is not specified then all volumes that are part of the source VM will be mounted on the target VM.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamMountedVolumeMapping

    FileSystemType string
    (String) Specifies the type of the file system of the volume.
    MountedVolume string
    (String) Specifies the name of the point where the volume is mounted.
    OriginalVolume string
    (String) Specifies the name of the original volume.
    FileSystemType string
    (String) Specifies the type of the file system of the volume.
    MountedVolume string
    (String) Specifies the name of the point where the volume is mounted.
    OriginalVolume string
    (String) Specifies the name of the original volume.
    fileSystemType String
    (String) Specifies the type of the file system of the volume.
    mountedVolume String
    (String) Specifies the name of the point where the volume is mounted.
    originalVolume String
    (String) Specifies the name of the original volume.
    fileSystemType string
    (String) Specifies the type of the file system of the volume.
    mountedVolume string
    (String) Specifies the name of the point where the volume is mounted.
    originalVolume string
    (String) Specifies the name of the original volume.
    file_system_type str
    (String) Specifies the type of the file system of the volume.
    mounted_volume str
    (String) Specifies the name of the point where the volume is mounted.
    original_volume str
    (String) Specifies the name of the original volume.
    fileSystemType String
    (String) Specifies the type of the file system of the volume.
    mountedVolume String
    (String) Specifies the name of the point where the volume is mounted.
    originalVolume String
    (String) Specifies the name of the original volume.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig

    MountTargets List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    ServerCredentials List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    MountTargets []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    ServerCredentials []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    mountTargets List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    serverCredentials List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    mountTargets GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget[]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    serverCredentials GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential[]
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    mount_targets Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    server_credentials Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential]
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    mountTargets List<Property Map>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    serverCredentials List<Property Map>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigMountTarget

    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    ParentSourceId double
    (Integer) Specifies the id of the parent source of the target.
    ParentSourceName string
    (String) Specifies the name of the parent source of the target.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    ParentSourceId float64
    (Integer) Specifies the id of the parent source of the target.
    ParentSourceName string
    (String) Specifies the name of the parent source of the target.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    parentSourceId Double
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName String
    (String) Specifies the name of the parent source of the target.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name string
    (String) Specifies the name of the object.
    parentSourceId number
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName string
    (String) Specifies the name of the parent source of the target.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name str
    (String) Specifies the name of the object.
    parent_source_id float
    (Integer) Specifies the id of the parent source of the target.
    parent_source_name str
    (String) Specifies the name of the parent source of the target.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    parentSourceId Number
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName String
    (String) Specifies the name of the parent source of the target.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential

    Password string
    (String) Specifies the password to access target entity.
    Username string
    (String) Specifies the username to access target entity.
    Password string
    (String) Specifies the password to access target entity.
    Username string
    (String) Specifies the username to access target entity.
    password String
    (String) Specifies the password to access target entity.
    username String
    (String) Specifies the username to access target entity.
    password string
    (String) Specifies the password to access target entity.
    username string
    (String) Specifies the username to access target entity.
    password str
    (String) Specifies the password to access target entity.
    username str
    (String) Specifies the username to access target entity.
    password String
    (String) Specifies the password to access target entity.
    username String
    (String) Specifies the username to access target entity.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig

    ServerCredentials List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    ServerCredentials []GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    serverCredentials List<GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    serverCredentials GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential[]
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    server_credentials Sequence[GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential]
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:
    serverCredentials List<Property Map>
    (List) Specifies credentials to access the target server. This is required if the server is of Linux OS. Nested schema for server_credentials:

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfigServerCredential

    Password string
    (String) Specifies the password to access target entity.
    Username string
    (String) Specifies the username to access target entity.
    Password string
    (String) Specifies the password to access target entity.
    Username string
    (String) Specifies the username to access target entity.
    password String
    (String) Specifies the password to access target entity.
    username String
    (String) Specifies the username to access target entity.
    password string
    (String) Specifies the password to access target entity.
    username string
    (String) Specifies the username to access target entity.
    password str
    (String) Specifies the password to access target entity.
    username str
    (String) Specifies the username to access target entity.
    password String
    (String) Specifies the password to access target entity.
    username String
    (String) Specifies the username to access target entity.

    GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig

    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.
    disableVlan boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName string
    (String) Interface group to use for Recovery.
    disable_vlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interface_name str
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.

    GetBackupRecoveryPhysicalParamObject

    ArchivalTargetInfos List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    BytesRestored double
    (Integer) Specify the total bytes restored.
    EndTimeUsecs double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    Messages List<string>
    (List) Specify error messages about the file during recovery.
    ObjectInfos List<GetBackupRecoveryPhysicalParamObjectObjectInfo>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    PointInTimeUsecs double
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    ProtectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    ProtectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    RecoverFromStandby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    SnapshotCreationTimeUsecs double
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    SnapshotId string
    (String) Specifies the snapshot id.
    SnapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    StartTimeUsecs double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    ArchivalTargetInfos []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    BytesRestored float64
    (Integer) Specify the total bytes restored.
    EndTimeUsecs float64
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    Messages []string
    (List) Specify error messages about the file during recovery.
    ObjectInfos []GetBackupRecoveryPhysicalParamObjectObjectInfo
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    PointInTimeUsecs float64
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    ProgressTaskId string
    (String) Progress monitor task id for Recovery.
    ProtectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    ProtectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    RecoverFromStandby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    SnapshotCreationTimeUsecs float64
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    SnapshotId string
    (String) Specifies the snapshot id.
    SnapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    StartTimeUsecs float64
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    archivalTargetInfos List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored Double
    (Integer) Specify the total bytes restored.
    endTimeUsecs Double
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    objectInfos List<GetBackupRecoveryPhysicalParamObjectObjectInfo>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs Double
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    protectionGroupId String
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName String
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby Boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs Double
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId String
    (String) Specifies the snapshot id.
    snapshotTargetType String
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    startTimeUsecs Double
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    archivalTargetInfos GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo[]
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored number
    (Integer) Specify the total bytes restored.
    endTimeUsecs number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    messages string[]
    (List) Specify error messages about the file during recovery.
    objectInfos GetBackupRecoveryPhysicalParamObjectObjectInfo[]
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs number
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId string
    (String) Progress monitor task id for Recovery.
    protectionGroupId string
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName string
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs number
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId string
    (String) Specifies the snapshot id.
    snapshotTargetType string
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    startTimeUsecs number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    archival_target_infos Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo]
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytes_restored float
    (Integer) Specify the total bytes restored.
    end_time_usecs float
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    messages Sequence[str]
    (List) Specify error messages about the file during recovery.
    object_infos Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfo]
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    point_in_time_usecs float
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progress_task_id str
    (String) Progress monitor task id for Recovery.
    protection_group_id str
    (String) Specifies the protection group id of the object snapshot.
    protection_group_name str
    (String) Specifies the protection group name of the object snapshot.
    recover_from_standby bool
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshot_creation_time_usecs float
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshot_id str
    (String) Specifies the snapshot id.
    snapshot_target_type str
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    start_time_usecs float
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    archivalTargetInfos List<Property Map>
    (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
    bytesRestored Number
    (Integer) Specify the total bytes restored.
    endTimeUsecs Number
    (Integer) Specifies the end time of the Recovery in Unix timestamp epoch in microseconds. This field will be populated only after Recovery is finished.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    objectInfos List<Property Map>
    (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
    pointInTimeUsecs Number
    (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
    progressTaskId String
    (String) Progress monitor task id for Recovery.
    protectionGroupId String
    (String) Specifies the protection group id of the object snapshot.
    protectionGroupName String
    (String) Specifies the protection group name of the object snapshot.
    recoverFromStandby Boolean
    (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
    snapshotCreationTimeUsecs Number
    (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
    snapshotId String
    (String) Specifies the snapshot id.
    snapshotTargetType String
    (String) Specifies the snapshot target type.

    • Constraints: Allowable values are: Local, Archival, RpaasArchival, StorageArraySnapshot, Remote.
    startTimeUsecs Number
    (Integer) Specifies the start time of the Recovery in Unix timestamp epoch in microseconds.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo

    ArchivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    OwnershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    TargetId double
    (Integer) Specifies the archival target ID.
    TargetName string
    (String) Specifies the archival target name.
    TargetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    TierSettings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    UsageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    ArchivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    OwnershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    TargetId float64
    (Integer) Specifies the archival target ID.
    TargetName string
    (String) Specifies the archival target name.
    TargetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    TierSettings []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    UsageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archivalTaskId String
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext String
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId Double
    (Integer) Specifies the archival target ID.
    targetName String
    (String) Specifies the archival target name.
    targetType String
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType String
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archivalTaskId string
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext string
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId number
    (Integer) Specifies the archival target ID.
    targetName string
    (String) Specifies the archival target name.
    targetType string
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting[]
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType string
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.
    archival_task_id str
    (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.
    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.
    tier_settings Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting]
    (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.
    archivalTaskId String
    (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
    ownershipContext String
    (String) Specifies the ownership context for the target.

    • Constraints: Allowable values are: Local, FortKnox.
    targetId Number
    (Integer) Specifies the archival target ID.
    targetName String
    (String) Specifies the archival target name.
    targetType String
    (String) Specifies the archival target type.

    • Constraints: Allowable values are: Tape, Cloud, Nas.
    tierSettings List<Property Map>
    (List) Specifies the tier info for archival. Nested schema for tier_settings:
    usageType String
    (String) Specifies the usage type for the target.

    • Constraints: Allowable values are: Archival, Tiering, Rpaas.

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting

    AwsTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    AzureTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    CloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    CurrentTierType string
    (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.
    GoogleTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    OracleTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    AwsTierings []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    AzureTierings []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    CloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    CurrentTierType string
    (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.
    GoogleTierings []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering
    (List) Specifies Google tiers. Nested schema for google_tiering:
    OracleTierings []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform String
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType String
    (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.
    googleTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering[]
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering[]
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform string
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType string
    (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.
    googleTierings GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering[]
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering[]
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    aws_tierings Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering]
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azure_tierings Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering]
    (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.
    current_tier_type str
    (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.
    google_tierings Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering]
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracle_tierings Sequence[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering]
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
    awsTierings List<Property Map>
    (List) Specifies aws tiers. Nested schema for aws_tiering:
    azureTierings List<Property Map>
    (List) Specifies Azure tiers. Nested schema for azure_tiering:
    cloudPlatform String
    (String) Specifies the cloud platform to enable tiering.

    • Constraints: Allowable values are: AWS, Azure, Oracle, Google.
    currentTierType String
    (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.
    googleTierings List<Property Map>
    (List) Specifies Google tiers. Nested schema for google_tiering:
    oracleTierings List<Property Map>
    (List) Specifies Oracle tiers. Nested schema for oracle_tiering:

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering

    Tiers List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier>
    (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 []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier
    (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<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier>
    (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 GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier[]
    (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[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier]
    (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:

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering

    Tiers List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier>
    (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 []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier
    (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<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier>
    (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 GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier[]
    (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[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier]
    (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:

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering

    Tiers List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier>
    (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 []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier
    (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<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier>
    (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 GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier[]
    (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[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier]
    (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:

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering

    Tiers List<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier>
    (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 []GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier
    (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<GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier>
    (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 GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier[]
    (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[GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier]
    (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:

    GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier

    MoveAfter double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    MoveAfter float64
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    MoveAfterUnit string
    (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.
    TierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Double
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit string
    (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.
    tierType string
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    move_after float
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    move_after_unit str
    (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.
    tier_type str
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.
    moveAfter Number
    (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
    moveAfterUnit String
    (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.
    tierType String
    (String) Specifies the Oracle tier types.

    • Constraints: Allowable values are: kOracleTierStandard, kOracleTierArchive.

    GetBackupRecoveryPhysicalParamObjectObjectInfo

    ChildObjects List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes double
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId double
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary>
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    ChildObjects []GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes float64
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId float64
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary
    (List) Nested schema for windows_cluster_summary:
    childObjects List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Double
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Double
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    childObjects GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject[]
    (List) Specifies child object details. Nested schema for child_objects:
    environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId string
    (String) Specifies the global id which is a unique identifier of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes number
    (Integer) Specifies the logical size of object in bytes.
    name string
    (String) Specifies the name of the object.
    objectHash string
    (String) Specifies the hash identifier of the object.
    objectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary[]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId number
    (Integer) Specifies registered source id to which object belongs.
    sourceName string
    (String) Specifies registered source name to which object belongs.
    uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary[]
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary[]
    (List) Nested schema for windows_cluster_summary:
    child_objects Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject]
    (List) Specifies child object details. Nested schema for child_objects:
    environment str
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    global_id str
    (String) Specifies the global id which is a unique identifier of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logical_size_bytes float
    (Integer) Specifies the logical size of object in bytes.
    name str
    (String) Specifies the name of the object.
    object_hash str
    (String) Specifies the hash identifier of the object.
    object_type str
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    os_type str
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protection_type str
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepoint_site_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    source_id float
    (Integer) Specifies registered source id to which object belongs.
    source_name str
    (String) Specifies registered source name to which object belongs.
    uuid str
    (String) Specifies the uuid which is a unique identifier of the object.
    v_center_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary]
    (List) Nested schema for v_center_summary:
    windows_cluster_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary]
    (List) Nested schema for windows_cluster_summary:
    childObjects List<Property Map>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Number
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<Property Map>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Number
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<Property Map>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<Property Map>
    (List) Nested schema for windows_cluster_summary:

    GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject

    ChildObjects List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes double
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId double
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary>
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    ChildObjects []GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectChildObject
    (List) Specifies child object details. Nested schema for child_objects:
    Environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    GlobalId string
    (String) Specifies the global id which is a unique identifier of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    LogicalSizeBytes float64
    (Integer) Specifies the logical size of object in bytes.
    Name string
    (String) Specifies the name of the object.
    ObjectHash string
    (String) Specifies the hash identifier of the object.
    ObjectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    OsType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    ProtectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    SharepointSiteSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    SourceId float64
    (Integer) Specifies registered source id to which object belongs.
    SourceName string
    (String) Specifies registered source name to which object belongs.
    Uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    VCenterSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary
    (List) Nested schema for v_center_summary:
    WindowsClusterSummaries []GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary
    (List) Nested schema for windows_cluster_summary:
    childObjects List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectChildObject>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Double
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Double
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary>
    (List) Nested schema for windows_cluster_summary:
    childObjects GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectChildObject[]
    (List) Specifies child object details. Nested schema for child_objects:
    environment string
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId string
    (String) Specifies the global id which is a unique identifier of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes number
    (Integer) Specifies the logical size of object in bytes.
    name string
    (String) Specifies the name of the object.
    objectHash string
    (String) Specifies the hash identifier of the object.
    objectType string
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType string
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType string
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary[]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId number
    (Integer) Specifies registered source id to which object belongs.
    sourceName string
    (String) Specifies registered source name to which object belongs.
    uuid string
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary[]
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary[]
    (List) Nested schema for windows_cluster_summary:
    child_objects Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectChildObject]
    (List) Specifies child object details. Nested schema for child_objects:
    environment str
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    global_id str
    (String) Specifies the global id which is a unique identifier of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logical_size_bytes float
    (Integer) Specifies the logical size of object in bytes.
    name str
    (String) Specifies the name of the object.
    object_hash str
    (String) Specifies the hash identifier of the object.
    object_type str
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    os_type str
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protection_type str
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepoint_site_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary]
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    source_id float
    (Integer) Specifies registered source id to which object belongs.
    source_name str
    (String) Specifies registered source name to which object belongs.
    uuid str
    (String) Specifies the uuid which is a unique identifier of the object.
    v_center_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary]
    (List) Nested schema for v_center_summary:
    windows_cluster_summaries Sequence[GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary]
    (List) Nested schema for windows_cluster_summary:
    childObjects List<Property Map>
    (List) Specifies child object details. Nested schema for child_objects:
    environment String
    (String) Specifies the environment of the object.

    • Constraints: Allowable values are: kPhysical, kSQL.
    globalId String
    (String) Specifies the global id which is a unique identifier of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    logicalSizeBytes Number
    (Integer) Specifies the logical size of object in bytes.
    name String
    (String) Specifies the name of the object.
    objectHash String
    (String) Specifies the hash identifier of the object.
    objectType String
    (String) Specifies the type of the object.

    • Constraints: Allowable values are: kCluster, kVserver, kVolume, kVCenter, kStandaloneHost, kvCloudDirector, kFolder, kDatacenter, kComputeResource, kClusterComputeResource, kResourcePool, kDatastore, kHostSystem, kVirtualMachine, kVirtualApp, kStoragePod, kNetwork, kDistributedVirtualPortgroup, kTagCategory, kTag, kOpaqueNetwork, kOrganization, kVirtualDatacenter, kCatalog, kOrgMetadata, kStoragePolicy, kVirtualAppTemplate, kDomain, kOutlook, kMailbox, kUsers, kGroups, kSites, kUser, kGroup, kSite, kApplication, kGraphUser, kPublicFolders, kPublicFolder, kTeams, kTeam, kRootPublicFolder, kO365Exchange, kO365OneDrive, kO365Sharepoint, kKeyspace, kTable, kDatabase, kCollection, kBucket, kNamespace, kSCVMMServer, kStandaloneCluster, kHostGroup, kHypervHost, kHostCluster, kCustomProperty, kTenant, kSubscription, kResourceGroup, kStorageAccount, kStorageKey, kStorageContainer, kStorageBlob, kNetworkSecurityGroup, kVirtualNetwork, kSubnet, kComputeOptions, kSnapshotManagerPermit, kAvailabilitySet, kOVirtManager, kHost, kStorageDomain, kVNicProfile, kIAMUser, kRegion, kAvailabilityZone, kEC2Instance, kVPC, kInstanceType, kKeyPair, kRDSOptionGroup, kRDSParameterGroup, kRDSInstance, kRDSSubnet, kRDSTag, kAuroraTag, kAuroraCluster, kAccount, kSubTaskPermit, kS3Bucket, kS3Tag, kKmsKey, kProject, kLabel, kMetadata, kVPCConnector, kPrismCentral, kOtherHypervisorCluster, kZone, kMountPoint, kStorageArray, kFileSystem, kContainer, kFilesystem, kFileset, kPureProtectionGroup, kVolumeGroup, kStoragePool, kViewBox, kView, kWindowsCluster, kOracleRACCluster, kOracleAPCluster, kService, kPVC, kPersistentVolumeClaim, kPersistentVolume, kRootContainer, kDAGRootContainer, kExchangeNode, kExchangeDAGDatabaseCopy, kExchangeStandaloneDatabase, kExchangeDAG, kExchangeDAGDatabase, kDomainController, kInstance, kAAG, kAAGRootContainer, kAAGDatabase, kRACRootContainer, kTableSpace, kPDB, kObject, kOrg, kAppInstance.
    osType String
    (String) Specifies the operating system type of the object.

    • Constraints: Allowable values are: kLinux, kWindows.
    protectionType String
    (String) Specifies the protection type of the object if any.

    • Constraints: Allowable values are: kAgent, kNative, kSnapshotManager, kRDSSnapshotManager, kAuroraSnapshotManager, kAwsS3, kAwsRDSPostgresBackup, kAwsAuroraPostgres, kAwsRDSPostgres, kAzureSQL, kFile, kVolume.
    sharepointSiteSummaries List<Property Map>
    (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
    sourceId Number
    (Integer) Specifies registered source id to which object belongs.
    sourceName String
    (String) Specifies registered source name to which object belongs.
    uuid String
    (String) Specifies the uuid which is a unique identifier of the object.
    vCenterSummaries List<Property Map>
    (List) Nested schema for v_center_summary:
    windowsClusterSummaries List<Property Map>
    (List) Nested schema for windows_cluster_summary:

    GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary

    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    site_web_url str
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.

    GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary

    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    is_cloud_env bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.

    GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary

    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    cluster_source_type str
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.

    GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary

    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    SiteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl string
    (String) Specifies the web url for the Sharepoint site.
    site_web_url str
    (String) Specifies the web url for the Sharepoint site.
    siteWebUrl String
    (String) Specifies the web url for the Sharepoint site.

    GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary

    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    IsCloudEnv bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    is_cloud_env bool
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
    isCloudEnv Boolean
    (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.

    GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary

    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    ClusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType string
    (String) Specifies the type of cluster resource this source represents.
    cluster_source_type str
    (String) Specifies the type of cluster resource this source represents.
    clusterSourceType String
    (String) Specifies the type of cluster resource this source represents.

    GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam

    FilesAndFolders List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    PhysicalTargetParams List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    FilesAndFolders []GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    PhysicalTargetParams []GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    filesAndFolders List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    physicalTargetParams List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    filesAndFolders GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder[]
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    physicalTargetParams GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam[]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    files_and_folders Sequence[GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder]
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    physical_target_params Sequence[GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    target_environment str
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    filesAndFolders List<Property Map>
    (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
    physicalTargetParams List<Property Map>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.

    GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder

    AbsolutePath string
    (String) Specifies the absolute path to the file or folder.
    DestinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    IsDirectory bool
    (Boolean) Specifies whether this is a directory or not.
    IsViewFileRecovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    Messages List<string>
    (List) Specify error messages about the file during recovery.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    AbsolutePath string
    (String) Specifies the absolute path to the file or folder.
    DestinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    IsDirectory bool
    (Boolean) Specifies whether this is a directory or not.
    IsViewFileRecovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    Messages []string
    (List) Specify error messages about the file during recovery.
    Status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath String
    (String) Specifies the absolute path to the file or folder.
    destinationDir String
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory Boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery Boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath string
    (String) Specifies the absolute path to the file or folder.
    destinationDir string
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages string[]
    (List) Specify error messages about the file during recovery.
    status string
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolute_path str
    (String) Specifies the absolute path to the file or folder.
    destination_dir str
    (String) Specifies the destination directory where the file/directory was copied.
    is_directory bool
    (Boolean) Specifies whether this is a directory or not.
    is_view_file_recovery bool
    (Boolean) Specify if the recovery is of type view file/folder.
    messages Sequence[str]
    (List) Specify error messages about the file during recovery.
    status str
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.
    absolutePath String
    (String) Specifies the absolute path to the file or folder.
    destinationDir String
    (String) Specifies the destination directory where the file/directory was copied.
    isDirectory Boolean
    (Boolean) Specifies whether this is a directory or not.
    isViewFileRecovery Boolean
    (Boolean) Specify if the recovery is of type view file/folder.
    messages List<String>
    (List) Specify error messages about the file during recovery.
    status String
    (String) Status of the Recovery. 'Running' indicates that the Recovery is still running. 'Canceled' indicates that the Recovery has been cancelled. 'Canceling' indicates that the Recovery is in the process of being cancelled. 'Failed' indicates that the Recovery has failed. 'Succeeded' indicates that the Recovery has finished successfully. 'SucceededWithWarning' indicates that the Recovery finished successfully, but there were some warning messages. 'Skipped' indicates that the Recovery task was skipped.

    • Constraints: Allowable values are: Accepted, Running, Canceled, Canceling, Failed, Missed, Succeeded, SucceededWithWarning, OnHold, Finalizing, Skipped, LegalHold.

    GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam

    AlternateRestoreDirectory string
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    ContinueOnError bool
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    OverwriteExisting bool
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    PreserveAcls bool
    (Boolean) Whether to preserve the ACLs of the original file.
    PreserveAttributes bool
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    PreserveTimestamps bool
    (Boolean) Whether to preserve the original time stamps.
    RecoverTargets List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    RestoreEntityType string
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    RestoreToOriginalPaths bool
    (Boolean) If this is true, then files will be restored to original paths.
    SaveSuccessFiles bool
    (Boolean) Specifies whether to save success files or not. Default value is false.
    VlanConfigs List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    AlternateRestoreDirectory string
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    ContinueOnError bool
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    OverwriteExisting bool
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    PreserveAcls bool
    (Boolean) Whether to preserve the ACLs of the original file.
    PreserveAttributes bool
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    PreserveTimestamps bool
    (Boolean) Whether to preserve the original time stamps.
    RecoverTargets []GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    RestoreEntityType string
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    RestoreToOriginalPaths bool
    (Boolean) If this is true, then files will be restored to original paths.
    SaveSuccessFiles bool
    (Boolean) Specifies whether to save success files or not. Default value is false.
    VlanConfigs []GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    alternateRestoreDirectory String
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    continueOnError Boolean
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    overwriteExisting Boolean
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    preserveAcls Boolean
    (Boolean) Whether to preserve the ACLs of the original file.
    preserveAttributes Boolean
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    preserveTimestamps Boolean
    (Boolean) Whether to preserve the original time stamps.
    recoverTargets List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    restoreEntityType String
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    restoreToOriginalPaths Boolean
    (Boolean) If this is true, then files will be restored to original paths.
    saveSuccessFiles Boolean
    (Boolean) Specifies whether to save success files or not. Default value is false.
    vlanConfigs List<GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    alternateRestoreDirectory string
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    continueOnError boolean
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    overwriteExisting boolean
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    preserveAcls boolean
    (Boolean) Whether to preserve the ACLs of the original file.
    preserveAttributes boolean
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    preserveTimestamps boolean
    (Boolean) Whether to preserve the original time stamps.
    recoverTargets GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget[]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    restoreEntityType string
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    restoreToOriginalPaths boolean
    (Boolean) If this is true, then files will be restored to original paths.
    saveSuccessFiles boolean
    (Boolean) Specifies whether to save success files or not. Default value is false.
    vlanConfigs GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig[]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    alternate_restore_directory str
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    continue_on_error bool
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    overwrite_existing bool
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    preserve_acls bool
    (Boolean) Whether to preserve the ACLs of the original file.
    preserve_attributes bool
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    preserve_timestamps bool
    (Boolean) Whether to preserve the original time stamps.
    recover_targets Sequence[GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    restore_entity_type str
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    restore_to_original_paths bool
    (Boolean) If this is true, then files will be restored to original paths.
    save_success_files bool
    (Boolean) Specifies whether to save success files or not. Default value is false.
    vlan_configs Sequence[GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    alternateRestoreDirectory String
    (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
    continueOnError Boolean
    (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
    overwriteExisting Boolean
    (Boolean) Specifies whether to overwrite existing file/folder during recovery.
    preserveAcls Boolean
    (Boolean) Whether to preserve the ACLs of the original file.
    preserveAttributes Boolean
    (Boolean) Specifies whether to preserve file/folder attributes during recovery.
    preserveTimestamps Boolean
    (Boolean) Whether to preserve the original time stamps.
    recoverTargets List<Property Map>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
    restoreEntityType String
    (String) Specifies the restore type (restore everything or ACLs only) when restoring or downloading files or folders from a Physical file based or block based backup snapshot.

    • Constraints: Allowable values are: kRegular, kACLOnly.
    restoreToOriginalPaths Boolean
    (Boolean) If this is true, then files will be restored to original paths.
    saveSuccessFiles Boolean
    (Boolean) Specifies whether to save success files or not. Default value is false.
    vlanConfigs List<Property Map>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:

    GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamRecoverTarget

    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    ParentSourceId double
    (Integer) Specifies the id of the parent source of the target.
    ParentSourceName string
    (String) Specifies the name of the parent source of the target.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    ParentSourceId float64
    (Integer) Specifies the id of the parent source of the target.
    ParentSourceName string
    (String) Specifies the name of the parent source of the target.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    parentSourceId Double
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName String
    (String) Specifies the name of the parent source of the target.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name string
    (String) Specifies the name of the object.
    parentSourceId number
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName string
    (String) Specifies the name of the parent source of the target.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name str
    (String) Specifies the name of the object.
    parent_source_id float
    (Integer) Specifies the id of the parent source of the target.
    parent_source_name str
    (String) Specifies the name of the parent source of the target.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    parentSourceId Number
    (Integer) Specifies the id of the parent source of the target.
    parentSourceName String
    (String) Specifies the name of the parent source of the target.

    GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig

    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.
    disableVlan boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName string
    (String) Interface group to use for Recovery.
    disable_vlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interface_name str
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.

    GetBackupRecoveryPhysicalParamRecoverVolumeParam

    PhysicalTargetParams List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    PhysicalTargetParams []GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    TargetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam[]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment string
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physical_target_params Sequence[GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam]
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    target_environment str
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.
    physicalTargetParams List<Property Map>
    (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
    targetEnvironment String
    (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.

    • Constraints: Allowable values are: kPhysical.

    GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam

    ForceUnmountVolume bool
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    MountTargets List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    VlanConfigs List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    VolumeMappings List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping>
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
    ForceUnmountVolume bool
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    MountTargets []GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    VlanConfigs []GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    VolumeMappings []GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
    forceUnmountVolume Boolean
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    mountTargets List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    vlanConfigs List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeMappings List<GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping>
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
    forceUnmountVolume boolean
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    mountTargets GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget[]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    vlanConfigs GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig[]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeMappings GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping[]
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
    force_unmount_volume bool
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    mount_targets Sequence[GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget]
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    vlan_configs Sequence[GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig]
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volume_mappings Sequence[GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping]
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
    forceUnmountVolume Boolean
    (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
    mountTargets List<Property Map>
    (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
    vlanConfigs List<Property Map>
    (List) Specifies VLAN Params associated with the recovered. If this is not specified, then the VLAN settings will be automatically selected from one of the below options: a. If VLANs are configured on Cohesity, then the VLAN host/VIP will be automatically based on the client's (e.g. ESXI host) IP address. b. If VLANs are not configured on Cohesity, then the partition hostname or VIPs will be used for Recovery. Nested schema for vlan_config:
    volumeMappings List<Property Map>
    (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:

    GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget

    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    Name string
    (String) Specifies the name of the object.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name string
    (String) Specifies the name of the object.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name str
    (String) Specifies the name of the object.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    name String
    (String) Specifies the name of the object.

    GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig

    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    DisableVlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    Id float64
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    InterfaceName string
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Double
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.
    disableVlan boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName string
    (String) Interface group to use for Recovery.
    disable_vlan bool
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id float
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interface_name str
    (String) Interface group to use for Recovery.
    disableVlan Boolean
    (Boolean) If this is set to true, then even if VLANs are configured on the system, the partition VIPs will be used for the Recovery.
    id Number
    (Integer) If this is set, then the Cohesity host name or the IP address associated with this vlan is used for mounting Cohesity's view on the remote host.
    interfaceName String
    (String) Interface group to use for Recovery.

    GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping

    DestinationVolumeGuid string
    (String) Specifies the guid of the destination volume.
    SourceVolumeGuid string
    (String) Specifies the guid of the source volume.
    DestinationVolumeGuid string
    (String) Specifies the guid of the destination volume.
    SourceVolumeGuid string
    (String) Specifies the guid of the source volume.
    destinationVolumeGuid String
    (String) Specifies the guid of the destination volume.
    sourceVolumeGuid String
    (String) Specifies the guid of the source volume.
    destinationVolumeGuid string
    (String) Specifies the guid of the destination volume.
    sourceVolumeGuid string
    (String) Specifies the guid of the source volume.
    destination_volume_guid str
    (String) Specifies the guid of the destination volume.
    source_volume_guid str
    (String) Specifies the guid of the source volume.
    destinationVolumeGuid String
    (String) Specifies the guid of the destination volume.
    sourceVolumeGuid String
    (String) Specifies the guid of the source volume.

    GetBackupRecoveryPhysicalParamSystemRecoveryParam

    FullNasPath string
    (String) Specifies the path to the recovery view.
    FullNasPath string
    (String) Specifies the path to the recovery view.
    fullNasPath String
    (String) Specifies the path to the recovery view.
    fullNasPath string
    (String) Specifies the path to the recovery view.
    full_nas_path str
    (String) Specifies the path to the recovery view.
    fullNasPath String
    (String) Specifies the path to the recovery view.

    GetBackupRecoveryRetrieveArchiveTask

    TaskUid string
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    UptierExpiryTimes List<double>
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.
    TaskUid string
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    UptierExpiryTimes []float64
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.
    taskUid String
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    uptierExpiryTimes List<Double>
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.
    taskUid string
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    uptierExpiryTimes number[]
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.
    task_uid str
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    uptier_expiry_times Sequence[float]
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.
    taskUid String
    (String) Specifies the globally unique id for this retrieval of an archive task.

    • Constraints: The value must match regular expression /^\\d+:\\d+:\\d+$/.
    uptierExpiryTimes List<Number>
    (List) Specifies how much time the retrieved entity is present in the hot-tiers.

    Package Details

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