ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecovery
Explore with Pulumi AI
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:
- Recovery
Id string - Specifies the id of a Recovery.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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 string - Specifies the id of a Recovery.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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 String - Specifies the id of a Recovery.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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 string - Specifies the id of a Recovery.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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+$/
.
- Constraints: The value must match regular expression
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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.
- recovery
Id String - Specifies the id of a Recovery.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- 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:
- Can
Tear boolDown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- Creation
Infos List<GetBackup Recovery Creation Info> - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- End
Time doubleUsecs - (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.
- Is
Multi boolStage Restore - (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 boolRecovery - (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.
- Mssql
Params List<GetBackup Recovery Mssql Param> - (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
- Name string
- (String) Specifies the name of the object.
- Parent
Recovery stringId - (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+$/
.
- Constraints: The value must match regular expression
- Permissions
List<Get
Backup Recovery Permission> - (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- Physical
Params List<GetBackup Recovery Physical Param> - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Recovery
Action 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
.
- Constraints: Allowable values are:
- Recovery
Id string - Retrieve
Archive List<GetTasks Backup Recovery Retrieve Archive Task> - (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
- Snapshot
Environment string - (String) Specifies the type of snapshot environment for which the Recovery was performed.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Start
Time doubleUsecs - (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
.
- Constraints: Allowable values are:
- Tear
Down stringMessage - (String) Specifies the error message about the tear down operation if it fails.
- Tear
Down stringStatus - (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
.
- Constraints: Allowable values are:
- XIbm
Tenant stringId
- Can
Tear boolDown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- Creation
Infos []GetBackup Recovery Creation Info - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- End
Time float64Usecs - (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.
- Is
Multi boolStage Restore - (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 boolRecovery - (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.
- Mssql
Params []GetBackup Recovery Mssql Param - (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
- Name string
- (String) Specifies the name of the object.
- Parent
Recovery stringId - (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+$/
.
- Constraints: The value must match regular expression
- Permissions
[]Get
Backup Recovery Permission - (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- Physical
Params []GetBackup Recovery Physical Param - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Recovery
Action 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
.
- Constraints: Allowable values are:
- Recovery
Id string - Retrieve
Archive []GetTasks Backup Recovery Retrieve Archive Task - (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
- Snapshot
Environment string - (String) Specifies the type of snapshot environment for which the Recovery was performed.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Start
Time float64Usecs - (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
.
- Constraints: Allowable values are:
- Tear
Down stringMessage - (String) Specifies the error message about the tear down operation if it fails.
- Tear
Down stringStatus - (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
.
- Constraints: Allowable values are:
- XIbm
Tenant stringId
- can
Tear BooleanDown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- creation
Infos List<GetBackup Recovery Creation Info> - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- end
Time DoubleUsecs - (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.
- is
Multi BooleanStage Restore - (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 BooleanRecovery - (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.
- mssql
Params List<GetBackup Recovery Mssql Param> - (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
- name String
- (String) Specifies the name of the object.
- parent
Recovery StringId - (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+$/
.
- Constraints: The value must match regular expression
- permissions
List<Get
Backup Recovery Permission> - (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- physical
Params List<GetBackup Recovery Physical Param> - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- recovery
Action 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
.
- Constraints: Allowable values are:
- recovery
Id String - retrieve
Archive List<GetTasks Backup Recovery Retrieve Archive Task> - (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
- snapshot
Environment String - (String) Specifies the type of snapshot environment for which the Recovery was performed.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- start
Time DoubleUsecs - (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
.
- Constraints: Allowable values are:
- tear
Down StringMessage - (String) Specifies the error message about the tear down operation if it fails.
- tear
Down StringStatus - (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
.
- Constraints: Allowable values are:
- x
Ibm StringTenant Id
- can
Tear booleanDown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- creation
Infos GetBackup Recovery Creation Info[] - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- end
Time numberUsecs - (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.
- is
Multi booleanStage Restore - (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 booleanRecovery - (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.
- mssql
Params GetBackup Recovery Mssql Param[] - (List) Specifies the recovery options specific to Sql environment. Nested schema for mssql_params:
- name string
- (String) Specifies the name of the object.
- parent
Recovery stringId - (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+$/
.
- Constraints: The value must match regular expression
- permissions
Get
Backup Recovery Permission[] - (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- physical
Params GetBackup Recovery Physical Param[] - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- progress
Task stringId - (String) Progress monitor task id for Recovery.
- recovery
Action 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
.
- Constraints: Allowable values are:
- recovery
Id string - retrieve
Archive GetTasks Backup Recovery Retrieve Archive Task[] - (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
- snapshot
Environment string - (String) Specifies the type of snapshot environment for which the Recovery was performed.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- start
Time numberUsecs - (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
.
- Constraints: Allowable values are:
- tear
Down stringMessage - (String) Specifies the error message about the tear down operation if it fails.
- tear
Down stringStatus - (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
.
- Constraints: Allowable values are:
- x
Ibm stringTenant Id
- can_
tear_ booldown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- creation_
infos Sequence[GetBackup Recovery Creation Info] - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- end_
time_ floatusecs - (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_ boolstage_ restore - (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_ boolrecovery - (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[GetBackup Recovery Mssql Param] - (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_ strid - (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+$/
.
- Constraints: The value must match regular expression
- permissions
Sequence[Get
Backup Recovery Permission] - (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- physical_
params Sequence[GetBackup Recovery Physical Param] - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- progress_
task_ strid - (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
.
- Constraints: Allowable values are:
- recovery_
id str - retrieve_
archive_ Sequence[Gettasks Backup Recovery Retrieve Archive Task] - (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
.
- Constraints: Allowable values are:
- start_
time_ floatusecs - (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
.
- Constraints: Allowable values are:
- tear_
down_ strmessage - (String) Specifies the error message about the tear down operation if it fails.
- tear_
down_ strstatus - (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
.
- Constraints: Allowable values are:
- x_
ibm_ strtenant_ id
- can
Tear BooleanDown - (Boolean) Specifies whether it's possible to tear down the objects created by the recovery.
- creation
Infos List<Property Map> - (List) Specifies the information about the creation of the protection group or recovery. Nested schema for creation_info:
- end
Time NumberUsecs - (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.
- is
Multi BooleanStage Restore - (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 BooleanRecovery - (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.
- mssql
Params 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.
- parent
Recovery StringId - (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+$/
.
- Constraints: The value must match regular expression
- permissions List<Property Map>
- (List) Specifies the list of tenants that have permissions for this recovery. Nested schema for permissions:
- physical
Params List<Property Map> - (List) Specifies the recovery options specific to Physical environment. Nested schema for physical_params:
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- recovery
Action 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
.
- Constraints: Allowable values are:
- recovery
Id String - retrieve
Archive List<Property Map>Tasks - (List) Specifies the list of persistent state of a retrieve of an archive task. Nested schema for retrieve_archive_tasks:
- snapshot
Environment String - (String) Specifies the type of snapshot environment for which the Recovery was performed.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- start
Time NumberUsecs - (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
.
- Constraints: Allowable values are:
- tear
Down StringMessage - (String) Specifies the error message about the tear down operation if it fails.
- tear
Down StringStatus - (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
.
- Constraints: Allowable values are:
- x
Ibm StringTenant Id
Supporting Types
GetBackupRecoveryCreationInfo
- User
Name string - (String) Specifies the name of the user who created the protection group or recovery.
- User
Name string - (String) Specifies the name of the user who created the protection group or recovery.
- user
Name String - (String) Specifies the name of the user who created the protection group or recovery.
- user
Name 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.
- user
Name String - (String) Specifies the name of the user who created the protection group or recovery.
GetBackupRecoveryMssqlParam
- Recover
App List<GetParams Backup Recovery Mssql Param Recover App Param> - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- Recovery
Action 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
.
- Constraints: Allowable values are:
- Vlan
Configs List<GetBackup Recovery Mssql Param Vlan Config> - (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 []GetParams Backup Recovery Mssql Param Recover App Param - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- Recovery
Action 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
.
- Constraints: Allowable values are:
- Vlan
Configs []GetBackup Recovery Mssql Param Vlan Config - (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 List<GetParams Backup Recovery Mssql Param Recover App Param> - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- recovery
Action 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
.
- Constraints: Allowable values are:
- vlan
Configs List<GetBackup Recovery Mssql Param Vlan Config> - (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 GetParams Backup Recovery Mssql Param Recover App Param[] - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- recovery
Action 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
.
- Constraints: Allowable values are:
- vlan
Configs GetBackup Recovery Mssql Param Vlan Config[] - (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_ Sequence[Getparams Backup Recovery Mssql Param Recover App Param] - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- 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
.
- Constraints: Allowable values are:
- vlan_
configs Sequence[GetBackup Recovery Mssql Param Vlan Config] - (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 List<Property Map>Params - (List) Specifies the parameters to recover Sql databases.
- Constraints: The minimum length is
1
item. Nested schema for recover_app_params:
- Constraints: The minimum length is
- recovery
Action 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
.
- Constraints: Allowable values are:
- vlan
Configs 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
- Aag
Infos List<GetBackup Recovery Mssql Param Recover App Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- Archival
Target List<GetInfos Backup Recovery Mssql Param Recover App Param Archival Target Info> - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- Bytes
Restored double - (Integer) Specify the total bytes restored.
- End
Time doubleUsecs - (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 List<GetBackup Recovery Mssql Param Recover App Param Host Info> - (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 List<string>
- (List) Specify error messages about the file during recovery.
- Object
Infos List<GetBackup Recovery Mssql Param Recover App Param Object Info> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- Point
In doubleTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- Protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- Recover
From boolStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- Snapshot
Id string - (String) Specifies the snapshot id.
- Snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Sql
Target List<GetParams Backup Recovery Mssql Param Recover App Param Sql Target Param> - (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 doubleUsecs - (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
.
- Constraints: Allowable values are:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- Aag
Infos []GetBackup Recovery Mssql Param Recover App Param Aag Info - (List) Object details for Mssql. Nested schema for aag_info:
- Archival
Target []GetInfos Backup Recovery Mssql Param Recover App Param Archival Target Info - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- Bytes
Restored float64 - (Integer) Specify the total bytes restored.
- End
Time float64Usecs - (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 []GetBackup Recovery Mssql Param Recover App Param Host Info - (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 []string
- (List) Specify error messages about the file during recovery.
- Object
Infos []GetBackup Recovery Mssql Param Recover App Param Object Info - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- Point
In float64Time Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- Protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- Recover
From boolStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- Snapshot
Id string - (String) Specifies the snapshot id.
- Snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Sql
Target []GetParams Backup Recovery Mssql Param Recover App Param Sql Target Param - (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 float64Usecs - (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
.
- Constraints: Allowable values are:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- aag
Infos List<GetBackup Recovery Mssql Param Recover App Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- archival
Target List<GetInfos Backup Recovery Mssql Param Recover App Param Archival Target Info> - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored Double - (Integer) Specify the total bytes restored.
- end
Time DoubleUsecs - (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 List<GetBackup Recovery Mssql Param Recover App Param Host Info> - (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 Boolean - (Boolean) Specifies whether the database is TDE enabled.
- messages List<String>
- (List) Specify error messages about the file during recovery.
- object
Infos List<GetBackup Recovery Mssql Param Recover App Param Object Info> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In DoubleTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- protection
Group StringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group StringName - (String) Specifies the protection group name of the object snapshot.
- recover
From BooleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id String - (String) Specifies the snapshot id.
- snapshot
Target StringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- sql
Target List<GetParams Backup Recovery Mssql Param Recover App Param Sql Target Param> - (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 DoubleUsecs - (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
.
- Constraints: Allowable values are:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- aag
Infos GetBackup Recovery Mssql Param Recover App Param Aag Info[] - (List) Object details for Mssql. Nested schema for aag_info:
- archival
Target GetInfos Backup Recovery Mssql Param Recover App Param Archival Target Info[] - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored number - (Integer) Specify the total bytes restored.
- end
Time numberUsecs - (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 GetBackup Recovery Mssql Param Recover App Param Host Info[] - (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 boolean - (Boolean) Specifies whether the database is TDE enabled.
- messages string[]
- (List) Specify error messages about the file during recovery.
- object
Infos GetBackup Recovery Mssql Param Recover App Param Object Info[] - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In numberTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task stringId - (String) Progress monitor task id for Recovery.
- protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- recover
From booleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id string - (String) Specifies the snapshot id.
- snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- sql
Target GetParams Backup Recovery Mssql Param Recover App Param Sql Target Param[] - (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 numberUsecs - (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
.
- Constraints: Allowable values are:
- target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- aag_
infos Sequence[GetBackup Recovery Mssql Param Recover App Param Aag Info] - (List) Object details for Mssql. Nested schema for aag_info:
- archival_
target_ Sequence[Getinfos Backup Recovery Mssql Param Recover App Param Archival Target Info] - (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_ floatusecs - (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[GetBackup Recovery Mssql Param Recover App Param Host Info] - (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[GetBackup Recovery Mssql Param Recover App Param Object Info] - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point_
in_ floattime_ usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress_
task_ strid - (String) Progress monitor task id for Recovery.
- protection_
group_ strid - (String) Specifies the protection group id of the object snapshot.
- protection_
group_ strname - (String) Specifies the protection group name of the object snapshot.
- recover_
from_ boolstandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot_
creation_ floattime_ usecs - (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_ strtype - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- sql_
target_ Sequence[Getparams Backup Recovery Mssql Param Recover App Param Sql Target Param] - (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_ floatusecs - (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
.
- Constraints: Allowable values are:
- target_
environment str - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- aag
Infos List<Property Map> - (List) Object details for Mssql. Nested schema for aag_info:
- archival
Target List<Property Map>Infos - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored Number - (Integer) Specify the total bytes restored.
- end
Time NumberUsecs - (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 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:
- is
Encrypted Boolean - (Boolean) Specifies whether the database is TDE enabled.
- messages List<String>
- (List) Specify error messages about the file during recovery.
- object
Infos List<Property Map> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In NumberTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- protection
Group StringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group StringName - (String) Specifies the protection group name of the object snapshot.
- recover
From BooleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id String - (String) Specifies the snapshot id.
- snapshot
Target StringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- sql
Target List<Property Map>Params - (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 NumberUsecs - (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
.
- Constraints: Allowable values are:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamAagInfo
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfo
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id double - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id float64 - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings []GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Double - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id number - (Integer) Specifies the archival target ID.
- target
Name string - (String) Specifies the archival target name.
- target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting[] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival_
task_ strid - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target_
id float - (Integer) Specifies the archival target ID.
- target_
name str - (String) Specifies the archival target name.
- target_
type str - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier_
settings Sequence[GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage_
type str - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Number - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<Property Map> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSetting
- Aws
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- Aws
Tierings []GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings []GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings []GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings []GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering[] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering[] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering[] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering[] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws_
tierings Sequence[GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure_
tierings Sequence[GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud_
platform str - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current_
tier_ strtype - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google_
tierings Sequence[GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle_
tierings Sequence[GetBackup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<Property Map> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<Property Map> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<Property Map> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<Property Map> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTiering
- Tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Aws Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAwsTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTiering
- Tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Azure Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingAzureTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTiering
- Tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Google Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingGoogleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTiering
- Tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Mssql Param Recover App Param Archival Target Info Tier Setting Oracle Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryMssqlParamRecoverAppParamArchivalTargetInfoTierSettingOracleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryMssqlParamRecoverAppParamHostInfo
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- 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
- Child
Objects List<GetBackup Recovery Mssql Param Recover App Param Object Info Child Object> - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Mssql Param Recover App Param Object Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Mssql Param Recover App Param Object Info VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Mssql Param Recover App Param Object Info Child Object - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Mssql Param Recover App Param Object Info Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Mssql Param Recover App Param Object Info VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Mssql Param Recover App Param Object Info Child Object> - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Mssql Param Recover App Param Object Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Mssql Param Recover App Param Object Info Child Object[] - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies the name of the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- Get
Backup Recovery Mssql Param Recover App Param Object Info Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Mssql Param Recover App Param Object Info VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Mssql Param Recover App Param Object Info Child Object] - (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
.
- Constraints: Allowable values are:
- 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_ floatbytes - (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
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Mssql Param Recover App Param Object Info Sharepoint Site Summary] - (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_ Sequence[Getsummaries Backup Recovery Mssql Param Recover App Param Object Info VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Mssql Param Recover App Param Object Info Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects 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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObject
- Child
Objects List<GetBackup Recovery Mssql Param Recover App Param Object Info Child Object Child Object> - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Mssql Param Recover App Param Object Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Mssql Param Recover App Param Object Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Mssql Param Recover App Param Object Info Child Object Child Object - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Mssql Param Recover App Param Object Info Child Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Mssql Param Recover App Param Object Info Child Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Mssql Param Recover App Param Object Info Child Object Child Object> - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Mssql Param Recover App Param Object Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Mssql Param Recover App Param Object Info Child Object Child Object[] - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies the name of the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- Get
Backup Recovery Mssql Param Recover App Param Object Info Child Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Mssql Param Recover App Param Object Info Child Object Child Object] - (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
.
- Constraints: Allowable values are:
- 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_ floatbytes - (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
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Mssql Param Recover App Param Object Info Child Object Sharepoint Site Summary] - (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_ Sequence[Getsummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Mssql Param Recover App Param Object Info Child Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects 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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoveryMssqlParamRecoverAppParamObjectInfoWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParam
- New
Source List<GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config> - (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 List<GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config> - (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 boolNew Source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
- New
Source []GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config - (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 []GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config - (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 boolNew Source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
- new
Source List<GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config> - (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 List<GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config> - (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 BooleanNew Source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
- new
Source GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config[] - (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 GetConfigs Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config[] - (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 booleanNew Source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
- new_
source_ Sequence[Getconfigs Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config] - (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_ Sequence[Getconfigs Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config] - (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_ boolnew_ source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
- new
Source List<Property Map>Configs - (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 List<Property Map>Configs - (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 BooleanNew Source - (Boolean) Specifies the parameter whether the recovery should be performed to a new sources or an original Source Target.
GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfig
- Data
File stringDirectory Location - (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 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<Get
Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Host> - (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 string - (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 stringDirectory Location - (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 List<GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Multi Stage Restore Option> - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- Native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- Native
Recovery stringWith Clause - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- Replay
Entire boolLast Log - (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 doubleUsecs - (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 List<GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Secondary Data Files Dir List> - (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 boolRecovery - (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 stringDirectory Location - (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 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
[]Get
Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Host - (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 string - (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 stringDirectory Location - (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 []GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Multi Stage Restore Option - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- Native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- Native
Recovery stringWith Clause - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- Replay
Entire boolLast Log - (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 float64Usecs - (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 []GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Secondary Data Files Dir List - (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 boolRecovery - (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 StringDirectory Location - (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 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<Get
Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Host> - (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 String - (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
- keep
Cdc 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.
- log
File StringDirectory Location - (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 List<GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Multi Stage Restore Option> - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log StringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery StringWith Clause - (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 String - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire BooleanLast Log - (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 DoubleUsecs - (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 List<GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Secondary Data Files Dir List> - (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 BooleanRecovery - (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 stringDirectory Location - (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 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
Get
Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Host[] - (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 string - (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
- keep
Cdc 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.
- log
File stringDirectory Location - (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 GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Multi Stage Restore Option[] - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery stringWith Clause - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire booleanLast Log - (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 numberUsecs - (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 GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Secondary Data Files Dir List[] - (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 booleanRecovery - (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_ strdirectory_ location - (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[Get
Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Host] - (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_ strdirectory_ location - (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_ Sequence[Getrestore_ options Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Multi Stage Restore Option] - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native_
log_ strrecovery_ with_ clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native_
recovery_ strwith_ clause - (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
.
- Constraints: Allowable values are:
- replay_
entire_ boollast_ log - (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_ floatusecs - (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_ Sequence[Getfiles_ dir_ lists Backup Recovery Mssql Param Recover App Param Sql Target Param New Source Config Secondary Data Files Dir List] - (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_ boolrecovery - (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 StringDirectory Location - (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 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:
- instance
Name String - (String) Specifies an instance name of the Sql Server that should be used for restoring databases to.
- keep
Cdc 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.
- log
File StringDirectory Location - (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 List<Property Map>Restore Options - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log StringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery StringWith Clause - (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 String - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire BooleanLast Log - (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 NumberUsecs - (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 List<Property Map>Files Dir Lists - (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 BooleanRecovery - (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
GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamNewSourceConfigMultiStageRestoreOption
- Enable
Auto boolSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- Enable
Multi boolStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- Enable
Auto boolSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- Enable
Multi boolStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto BooleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi BooleanStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto booleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi booleanStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable_
auto_ boolsync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable_
multi_ boolstage_ restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto BooleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi BooleanStage Restore - (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.
- Filename
Pattern 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.
- Filename
Pattern 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.
- filename
Pattern 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.
- filename
Pattern 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.
- filename
Pattern String - (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
GetBackupRecoveryMssqlParamRecoverAppParamSqlTargetParamOriginalSourceConfig
- Capture
Tail boolLogs - (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 stringDirectory Location - (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 stringDirectory Location - (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 List<GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Multi Stage Restore Option> - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- Native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- Native
Recovery stringWith Clause - (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 stringName - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- Replay
Entire boolLast Log - (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 doubleUsecs - (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 List<GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Secondary Data Files Dir List> - (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 boolRecovery - (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 boolLogs - (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 stringDirectory Location - (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 stringDirectory Location - (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 []GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Multi Stage Restore Option - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- Native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- Native
Recovery stringWith Clause - (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 stringName - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- Replay
Entire boolLast Log - (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 float64Usecs - (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 []GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Secondary Data Files Dir List - (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 boolRecovery - (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 BooleanLogs - (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 StringDirectory Location - (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 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.
- log
File StringDirectory Location - (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 List<GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Multi Stage Restore Option> - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log StringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery StringWith Clause - (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 StringName - (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 String - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire BooleanLast Log - (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 DoubleUsecs - (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 List<GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Secondary Data Files Dir List> - (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 BooleanRecovery - (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 booleanLogs - (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 stringDirectory Location - (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 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.
- log
File stringDirectory Location - (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 GetRestore Options Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Multi Stage Restore Option[] - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log stringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery stringWith Clause - (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 stringName - (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 string - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire booleanLast Log - (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 numberUsecs - (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 GetFiles Dir Lists Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Secondary Data Files Dir List[] - (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 booleanRecovery - (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_ boollogs - (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_ strdirectory_ location - (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_ strdirectory_ location - (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_ Sequence[Getrestore_ options Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Multi Stage Restore Option] - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native_
log_ strrecovery_ with_ clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native_
recovery_ strwith_ clause - (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_ strname - (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
.
- Constraints: Allowable values are:
- replay_
entire_ boollast_ log - (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_ floatusecs - (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_ Sequence[Getfiles_ dir_ lists Backup Recovery Mssql Param Recover App Param Sql Target Param Original Source Config Secondary Data Files Dir List] - (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_ boolrecovery - (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 BooleanLogs - (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 StringDirectory Location - (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 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.
- log
File StringDirectory Location - (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 List<Property Map>Restore Options - (List) Specifies the parameters related to multi stage Sql restore. Nested schema for multi_stage_restore_options:
- native
Log StringRecovery With Clause - (String) Specifies the WITH clause to be used in native sql log restore command. This is only applicable for native log restore.
- native
Recovery StringWith Clause - (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 StringName - (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 String - (String) Specifies a policy to be used while recovering existing databases.
- Constraints: Allowable values are:
FailIfExists
,Overwrite
.
- Constraints: Allowable values are:
- replay
Entire BooleanLast Log - (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 NumberUsecs - (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 List<Property Map>Files Dir Lists - (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 BooleanRecovery - (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
- Enable
Auto boolSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- Enable
Multi boolStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- Enable
Auto boolSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- Enable
Multi boolStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto BooleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi BooleanStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto booleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi booleanStage Restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable_
auto_ boolsync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable_
multi_ boolstage_ restore - (Boolean) Set this to true if you are creating a multi-stage Sql restore task needed for features such as Hot-Standby.
- enable
Auto BooleanSync - (Boolean) Set this to true if you want to enable auto sync for multi stage restore.
- enable
Multi BooleanStage Restore - (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.
- Filename
Pattern 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.
- Filename
Pattern 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.
- filename
Pattern 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.
- filename
Pattern 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.
- filename
Pattern String - (String) Specifies a pattern to be matched with filenames. This can be a regex expression.
GetBackupRecoveryMssqlParamVlanConfig
- 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 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.
- Interface
Name 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 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.
- Interface
Name string - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name 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.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
GetBackupRecoveryPermission
- Created
At doubleTime Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At doubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor List<GetMetadatas Backup Recovery Permission External Vendor Metadata> - (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.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated doubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object.
- Networks
List<Get
Backup Recovery Permission Network> - (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
.
- Constraints: Allowable values are:
- Created
At float64Time Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At float64Time Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor []GetMetadatas Backup Recovery Permission External Vendor Metadata - (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.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated float64At Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object.
- Networks
[]Get
Backup Recovery Permission Network - (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
.
- Constraints: Allowable values are:
- created
At DoubleTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At DoubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<GetMetadatas Backup Recovery Permission External Vendor Metadata> - (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.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated DoubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies the name of the object.
- networks
List<Get
Backup Recovery Permission Network> - (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
.
- Constraints: Allowable values are:
- created
At numberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At numberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description string
- (String) Description about the tenant.
- external
Vendor GetMetadatas Backup Recovery Permission External Vendor Metadata[] - (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.
- is
Managed booleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated numberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name string
- (String) Specifies the name of the object.
- networks
Get
Backup Recovery Permission Network[] - (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
.
- Constraints: Allowable values are:
- created_
at_ floattime_ msecs - (Integer) Epoch time when tenant was created.
- deleted_
at_ floattime_ msecs - (Integer) Epoch time when tenant was last updated.
- description str
- (String) Description about the tenant.
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Permission External Vendor Metadata] - (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_ boolon_ helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last_
updated_ floatat_ time_ msecs - (Integer) Epoch time when tenant was last updated.
- name str
- (String) Specifies the name of the object.
- networks
Sequence[Get
Backup Recovery Permission Network] - (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
.
- Constraints: Allowable values are:
- created
At NumberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At NumberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<Property Map>Metadatas - (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.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated NumberAt Time Msecs - (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
.
- Constraints: Allowable values are:
GetBackupRecoveryPermissionExternalVendorMetadata
- Ibm
Tenant List<GetMetadata Params Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param> - (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
.
- Constraints: Allowable values are:
- Ibm
Tenant []GetMetadata Params Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param - (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
.
- Constraints: Allowable values are:
- ibm
Tenant List<GetMetadata Params Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param> - (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
.
- Constraints: Allowable values are:
- ibm
Tenant GetMetadata Params Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param[] - (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
.
- Constraints: Allowable values are:
- ibm_
tenant_ Sequence[Getmetadata_ params Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param] - (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
.
- Constraints: Allowable values are:
- ibm
Tenant List<Property Map>Metadata Params - (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
.
- Constraints: Allowable values are:
GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParam
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (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 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
.
- Constraints: Allowable values are:
- Metrics
Configs List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (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 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
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties []GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property - (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 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
.
- Constraints: Allowable values are:
- Metrics
Configs []GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config - (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 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
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (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 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
.
- Constraints: Allowable values are:
- metrics
Configs List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (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 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
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- crn string
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property[] - (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 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
.
- Constraints: Allowable values are:
- metrics
Configs GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config[] - (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 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
.
- Constraints: Allowable values are:
- plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance stringId - (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[GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property] - (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
.
- Constraints: Allowable values are:
- metrics_
configs Sequence[GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config] - (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
.
- Constraints: Allowable values are:
- plan_
id str - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource_
group_ strid - (String) Specifies the Resource Group ID associated with the tenant.
- resource_
instance_ strid - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties 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:
- liveness
Mode 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
.
- Constraints: Allowable values are:
- metrics
Configs 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:
- ownership
Mode 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
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
- Cos
Resource List<GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (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 List<GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (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 List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (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 []GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config - (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 []GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config - (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 []GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config - (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 List<GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (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 List<GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (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 List<GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (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 GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config[] - (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 GetConfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config[] - (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 GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config[] - (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_ Sequence[Getconfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config] - (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_ Sequence[Getconfigs Backup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config] - (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[GetBackup Recovery Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config] - (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 List<Property Map>Configs - (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 List<Property Map>Configs - (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 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
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url 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.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
GetBackupRecoveryPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url 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 stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url 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 StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url 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 stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url 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_ strkey_ secret_ id - (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.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url 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
- Part
Ids List<string> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval doubleIn Secs - (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 []string - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval float64In Secs - (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 List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval DoubleIn Secs - (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 string[] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval numberIn Secs - (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 is1
item.
- Constraints: Allowable list items are:
- submission_
interval_ floatin_ secs - (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.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval NumberIn Secs - (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
- Cluster
Hostname 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.
- Cluster
Ips 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.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- Cluster
Hostname 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.
- Cluster
Ips []string - (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.
- cluster
Hostname 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.
- cluster
Ips 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.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname 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.
- cluster
Ips string[] - (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 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.
- cluster
Hostname 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.
- cluster
Ips 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.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
GetBackupRecoveryPhysicalParam
- Download
File List<GetAnd Folder Params Backup Recovery Physical Param Download File And Folder Param> - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- Mount
Volume List<GetParams Backup Recovery Physical Param Mount Volume Param> - (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
- Objects
List<Get
Backup Recovery Physical Param Object> - (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 List<GetAnd Folder Params Backup Recovery Physical Param Recover File And Folder Param> - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- Recover
Volume List<GetParams Backup Recovery Physical Param Recover Volume Param> - (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
- Recovery
Action 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
.
- Constraints: Allowable values are:
- System
Recovery List<GetParams Backup Recovery Physical Param System Recovery Param> - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
- Download
File []GetAnd Folder Params Backup Recovery Physical Param Download File And Folder Param - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- Mount
Volume []GetParams Backup Recovery Physical Param Mount Volume Param - (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
- Objects
[]Get
Backup Recovery Physical Param Object - (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 []GetAnd Folder Params Backup Recovery Physical Param Recover File And Folder Param - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- Recover
Volume []GetParams Backup Recovery Physical Param Recover Volume Param - (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
- Recovery
Action 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
.
- Constraints: Allowable values are:
- System
Recovery []GetParams Backup Recovery Physical Param System Recovery Param - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
- download
File List<GetAnd Folder Params Backup Recovery Physical Param Download File And Folder Param> - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- mount
Volume List<GetParams Backup Recovery Physical Param Mount Volume Param> - (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
- objects
List<Get
Backup Recovery Physical Param Object> - (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 List<GetAnd Folder Params Backup Recovery Physical Param Recover File And Folder Param> - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- recover
Volume List<GetParams Backup Recovery Physical Param Recover Volume Param> - (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
- recovery
Action 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
.
- Constraints: Allowable values are:
- system
Recovery List<GetParams Backup Recovery Physical Param System Recovery Param> - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
- download
File GetAnd Folder Params Backup Recovery Physical Param Download File And Folder Param[] - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- mount
Volume GetParams Backup Recovery Physical Param Mount Volume Param[] - (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
- objects
Get
Backup Recovery Physical Param Object[] - (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 GetAnd Folder Params Backup Recovery Physical Param Recover File And Folder Param[] - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- recover
Volume GetParams Backup Recovery Physical Param Recover Volume Param[] - (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
- recovery
Action 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
.
- Constraints: Allowable values are:
- system
Recovery GetParams Backup Recovery Physical Param System Recovery Param[] - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
- download_
file_ Sequence[Getand_ folder_ params Backup Recovery Physical Param Download File And Folder Param] - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- mount_
volume_ Sequence[Getparams Backup Recovery Physical Param Mount Volume Param] - (List) Specifies the parameters to mount Physical Volumes. Nested schema for mount_volume_params:
- objects
Sequence[Get
Backup Recovery Physical Param Object] - (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_ Sequence[Getand_ folder_ params Backup Recovery Physical Param Recover File And Folder Param] - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- recover_
volume_ Sequence[Getparams Backup Recovery Physical Param Recover Volume Param] - (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
.
- Constraints: Allowable values are:
- system_
recovery_ Sequence[Getparams Backup Recovery Physical Param System Recovery Param] - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
- download
File List<Property Map>And Folder Params - (List) Specifies the parameters to download files and folders. Nested schema for download_file_and_folder_params:
- mount
Volume List<Property Map>Params - (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:
- recover
File List<Property Map>And Folder Params - (List) Specifies the parameters to perform a file and folder recovery. Nested schema for recover_file_and_folder_params:
- recover
Volume List<Property Map>Params - (List) Specifies the parameters to recover Physical Volumes. Nested schema for recover_volume_params:
- recovery
Action 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
.
- Constraints: Allowable values are:
- system
Recovery List<Property Map>Params - (List) Specifies the parameters to perform a system recovery. Nested schema for system_recovery_params:
GetBackupRecoveryPhysicalParamDownloadFileAndFolderParam
- Download
File stringPath - (String) Specifies the path location to download the files and folders.
- Expiry
Time doubleUsecs - (Integer) Specifies the time upto which the download link is available.
- Files
And List<GetFolders Backup Recovery Physical Param Download File And Folder Param Files And Folder> - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- Download
File stringPath - (String) Specifies the path location to download the files and folders.
- Expiry
Time float64Usecs - (Integer) Specifies the time upto which the download link is available.
- Files
And []GetFolders Backup Recovery Physical Param Download File And Folder Param Files And Folder - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- download
File StringPath - (String) Specifies the path location to download the files and folders.
- expiry
Time DoubleUsecs - (Integer) Specifies the time upto which the download link is available.
- files
And List<GetFolders Backup Recovery Physical Param Download File And Folder Param Files And Folder> - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- download
File stringPath - (String) Specifies the path location to download the files and folders.
- expiry
Time numberUsecs - (Integer) Specifies the time upto which the download link is available.
- files
And GetFolders Backup Recovery Physical Param Download File And Folder Param Files And Folder[] - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- download_
file_ strpath - (String) Specifies the path location to download the files and folders.
- expiry_
time_ floatusecs - (Integer) Specifies the time upto which the download link is available.
- files_
and_ Sequence[Getfolders Backup Recovery Physical Param Download File And Folder Param Files And Folder] - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- download
File StringPath - (String) Specifies the path location to download the files and folders.
- expiry
Time NumberUsecs - (Integer) Specifies the time upto which the download link is available.
- files
And List<Property Map>Folders - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
GetBackupRecoveryPhysicalParamDownloadFileAndFolderParamFilesAndFolder
- Absolute
Path string - (String) Specifies the absolute path to the file or folder.
- Destination
Dir string - (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 boolFile Recovery - (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
.
- Constraints: Allowable values are:
- Absolute
Path string - (String) Specifies the absolute path to the file or folder.
- Destination
Dir string - (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 boolFile Recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path String - (String) Specifies the absolute path to the file or folder.
- destination
Dir String - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory Boolean - (Boolean) Specifies whether this is a directory or not.
- is
View BooleanFile Recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path string - (String) Specifies the absolute path to the file or folder.
- destination
Dir string - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory boolean - (Boolean) Specifies whether this is a directory or not.
- is
View booleanFile Recovery - (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
.
- Constraints: Allowable values are:
- 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_ boolfile_ recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path String - (String) Specifies the absolute path to the file or folder.
- destination
Dir String - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory Boolean - (Boolean) Specifies whether this is a directory or not.
- is
View BooleanFile Recovery - (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
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamMountVolumeParam
- Physical
Target List<GetParams Backup Recovery Physical Param Mount Volume Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- Physical
Target []GetParams Backup Recovery Physical Param Mount Volume Param Physical Target Param - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical
Target List<GetParams Backup Recovery Physical Param Mount Volume Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical
Target GetParams Backup Recovery Physical Param Mount Volume Param Physical Target Param[] - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical_
target_ Sequence[Getparams Backup Recovery Physical Param Mount Volume Param Physical Target Param] - (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
.
- Constraints: Allowable values are:
- physical
Target List<Property Map>Params - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParam
- Mount
To boolOriginal Target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- Mounted
Volume List<GetMappings Backup Recovery Physical Param Mount Volume Param Physical Target Param Mounted Volume Mapping> - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- New
Target List<GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config> - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- Original
Target List<GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config> - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- Read
Only boolMount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- Vlan
Configs List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Vlan Config> - (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 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.
- Mount
To boolOriginal Target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- Mounted
Volume []GetMappings Backup Recovery Physical Param Mount Volume Param Physical Target Param Mounted Volume Mapping - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- New
Target []GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- Original
Target []GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- Read
Only boolMount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- Vlan
Configs []GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Vlan Config - (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 []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 BooleanOriginal Target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- mounted
Volume List<GetMappings Backup Recovery Physical Param Mount Volume Param Physical Target Param Mounted Volume Mapping> - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- new
Target List<GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config> - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- original
Target List<GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config> - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- read
Only BooleanMount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- vlan
Configs List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Vlan Config> - (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 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.
- mount
To booleanOriginal Target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- mounted
Volume GetMappings Backup Recovery Physical Param Mount Volume Param Physical Target Param Mounted Volume Mapping[] - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- new
Target GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config[] - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- original
Target GetConfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config[] - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- read
Only booleanMount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- vlan
Configs GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Vlan Config[] - (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 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_ booloriginal_ target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- mounted_
volume_ Sequence[Getmappings Backup Recovery Physical Param Mount Volume Param Physical Target Param Mounted Volume Mapping] - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- new_
target_ Sequence[Getconfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config] - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- original_
target_ Sequence[Getconfigs Backup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config] - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- read_
only_ boolmount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- vlan_
configs Sequence[GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Vlan Config] - (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.
- mount
To BooleanOriginal Target - (Boolean) Specifies whether to mount to the original target. If true, originalTargetConfig must be specified. If false, newTargetConfig must be specified.
- mounted
Volume List<Property Map>Mappings - (List) Specifies the mapping of original volumes and mounted volumes. Nested schema for mounted_volume_mapping:
- new
Target List<Property Map>Configs - (List) Specifies the configuration for mounting to a new target. Nested schema for new_target_config:
- original
Target List<Property Map>Configs - (List) Specifies the configuration for mounting to the original target. Nested schema for original_target_config:
- read
Only BooleanMount - (Boolean) Specifies whether to perform a read-only mount. Default is false.
- vlan
Configs 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:
- volume
Names 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
- File
System stringType - (String) Specifies the type of the file system of the volume.
- Mounted
Volume string - (String) Specifies the name of the point where the volume is mounted.
- Original
Volume string - (String) Specifies the name of the original volume.
- File
System stringType - (String) Specifies the type of the file system of the volume.
- Mounted
Volume string - (String) Specifies the name of the point where the volume is mounted.
- Original
Volume string - (String) Specifies the name of the original volume.
- file
System StringType - (String) Specifies the type of the file system of the volume.
- mounted
Volume String - (String) Specifies the name of the point where the volume is mounted.
- original
Volume String - (String) Specifies the name of the original volume.
- file
System stringType - (String) Specifies the type of the file system of the volume.
- mounted
Volume string - (String) Specifies the name of the point where the volume is mounted.
- original
Volume string - (String) Specifies the name of the original volume.
- file_
system_ strtype - (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.
- file
System StringType - (String) Specifies the type of the file system of the volume.
- mounted
Volume String - (String) Specifies the name of the point where the volume is mounted.
- original
Volume String - (String) Specifies the name of the original volume.
GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfig
- Mount
Targets List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Mount Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- Server
Credentials List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Server Credential> - (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 []GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Mount Target - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- Server
Credentials []GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Server Credential - (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 List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Mount Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- server
Credentials List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Server Credential> - (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 GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Mount Target[] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- server
Credentials GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Server Credential[] - (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[GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Mount Target] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- server_
credentials Sequence[GetBackup Recovery Physical Param Mount Volume Param Physical Target Param New Target Config Server Credential] - (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 List<Property Map> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- server
Credentials 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.
- Parent
Source doubleId - (Integer) Specifies the id of the parent source of the target.
- Parent
Source stringName - (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.
- Parent
Source float64Id - (Integer) Specifies the id of the parent source of the target.
- Parent
Source stringName - (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.
- parent
Source DoubleId - (Integer) Specifies the id of the parent source of the target.
- parent
Source StringName - (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.
- parent
Source numberId - (Integer) Specifies the id of the parent source of the target.
- parent
Source stringName - (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_ floatid - (Integer) Specifies the id of the parent source of the target.
- parent_
source_ strname - (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.
- parent
Source NumberId - (Integer) Specifies the id of the parent source of the target.
- parent
Source StringName - (String) Specifies the name of the parent source of the target.
GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamNewTargetConfigServerCredential
GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamOriginalTargetConfig
- Server
Credentials List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config Server Credential> - (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 []GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config Server Credential - (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 List<GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config Server Credential> - (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 GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config Server Credential[] - (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[GetBackup Recovery Physical Param Mount Volume Param Physical Target Param Original Target Config Server Credential] - (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 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
GetBackupRecoveryPhysicalParamMountVolumeParamPhysicalTargetParamVlanConfig
- 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 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.
- Interface
Name 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 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.
- Interface
Name string - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name 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.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
GetBackupRecoveryPhysicalParamObject
- Archival
Target List<GetInfos Backup Recovery Physical Param Object Archival Target Info> - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- Bytes
Restored double - (Integer) Specify the total bytes restored.
- End
Time doubleUsecs - (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.
- Object
Infos List<GetBackup Recovery Physical Param Object Object Info> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- Point
In doubleTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- Protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- Recover
From boolStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- Snapshot
Id string - (String) Specifies the snapshot id.
- Snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Start
Time doubleUsecs - (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
.
- Constraints: Allowable values are:
- Archival
Target []GetInfos Backup Recovery Physical Param Object Archival Target Info - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- Bytes
Restored float64 - (Integer) Specify the total bytes restored.
- End
Time float64Usecs - (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.
- Object
Infos []GetBackup Recovery Physical Param Object Object Info - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- Point
In float64Time Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- Progress
Task stringId - (String) Progress monitor task id for Recovery.
- Protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- Protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- Recover
From boolStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- Snapshot
Id string - (String) Specifies the snapshot id.
- Snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- Start
Time float64Usecs - (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
.
- Constraints: Allowable values are:
- archival
Target List<GetInfos Backup Recovery Physical Param Object Archival Target Info> - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored Double - (Integer) Specify the total bytes restored.
- end
Time DoubleUsecs - (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.
- object
Infos List<GetBackup Recovery Physical Param Object Object Info> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In DoubleTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- protection
Group StringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group StringName - (String) Specifies the protection group name of the object snapshot.
- recover
From BooleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id String - (String) Specifies the snapshot id.
- snapshot
Target StringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- start
Time DoubleUsecs - (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
.
- Constraints: Allowable values are:
- archival
Target GetInfos Backup Recovery Physical Param Object Archival Target Info[] - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored number - (Integer) Specify the total bytes restored.
- end
Time numberUsecs - (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.
- object
Infos GetBackup Recovery Physical Param Object Object Info[] - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In numberTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task stringId - (String) Progress monitor task id for Recovery.
- protection
Group stringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group stringName - (String) Specifies the protection group name of the object snapshot.
- recover
From booleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id string - (String) Specifies the snapshot id.
- snapshot
Target stringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- start
Time numberUsecs - (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
.
- Constraints: Allowable values are:
- archival_
target_ Sequence[Getinfos Backup Recovery Physical Param Object Archival Target Info] - (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_ floatusecs - (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[GetBackup Recovery Physical Param Object Object Info] - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point_
in_ floattime_ usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress_
task_ strid - (String) Progress monitor task id for Recovery.
- protection_
group_ strid - (String) Specifies the protection group id of the object snapshot.
- protection_
group_ strname - (String) Specifies the protection group name of the object snapshot.
- recover_
from_ boolstandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot_
creation_ floattime_ usecs - (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_ strtype - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- start_
time_ floatusecs - (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
.
- Constraints: Allowable values are:
- archival
Target List<Property Map>Infos - (List) Specifies the archival target information if the snapshot is an archival snapshot. Nested schema for archival_target_info:
- bytes
Restored Number - (Integer) Specify the total bytes restored.
- end
Time NumberUsecs - (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.
- object
Infos List<Property Map> - (List) Specifies the information about the object for which the snapshot is taken. Nested schema for object_info:
- point
In NumberTime Usecs - (Integer) Specifies the timestamp (in microseconds. from epoch) for recovering to a point-in-time in the past.
- progress
Task StringId - (String) Progress monitor task id for Recovery.
- protection
Group StringId - (String) Specifies the protection group id of the object snapshot.
- protection
Group StringName - (String) Specifies the protection group name of the object snapshot.
- recover
From BooleanStandby - (Boolean) Specifies that user wants to perform standby restore if it is enabled for this object.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time when the snapshot is created in Unix timestamp epoch in microseconds.
- snapshot
Id String - (String) Specifies the snapshot id.
- snapshot
Target StringType - (String) Specifies the snapshot target type.
- Constraints: Allowable values are:
Local
,Archival
,RpaasArchival
,StorageArraySnapshot
,Remote
.
- Constraints: Allowable values are:
- start
Time NumberUsecs - (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
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfo
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id double - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Target
Id float64 - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings []GetBackup Recovery Physical Param Object Archival Target Info Tier Setting - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Double - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id number - (Integer) Specifies the archival target ID.
- target
Name string - (String) Specifies the archival target name.
- target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings GetBackup Recovery Physical Param Object Archival Target Info Tier Setting[] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival_
task_ strid - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target_
id float - (Integer) Specifies the archival target ID.
- target_
name str - (String) Specifies the archival target name.
- target_
type str - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier_
settings Sequence[GetBackup Recovery Physical Param Object Archival Target Info Tier Setting] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage_
type str - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- target
Id Number - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<Property Map> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSetting
- Aws
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- Aws
Tierings []GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings []GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings []GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings []GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering[] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering[] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering[] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering[] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws_
tierings Sequence[GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure_
tierings Sequence[GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud_
platform str - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current_
tier_ strtype - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google_
tierings Sequence[GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle_
tierings Sequence[GetBackup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<Property Map> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<Property Map> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<Property Map> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<Property Map> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTiering
- Tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Aws Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAwsTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTiering
- Tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Azure Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingAzureTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTiering
- Tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Google Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingGoogleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTiering
- Tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Physical Param Object Archival Target Info Tier Setting Oracle Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryPhysicalParamObjectArchivalTargetInfoTierSettingOracleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamObjectObjectInfo
- Child
Objects List<GetBackup Recovery Physical Param Object Object Info Child Object> - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Physical Param Object Object Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Physical Param Object Object Info VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Physical Param Object Object Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Physical Param Object Object Info Child Object - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Physical Param Object Object Info Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Physical Param Object Object Info VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Physical Param Object Object Info Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Physical Param Object Object Info Child Object> - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Physical Param Object Object Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Physical Param Object Object Info VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Physical Param Object Object Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Physical Param Object Object Info Child Object[] - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies the name of the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- Get
Backup Recovery Physical Param Object Object Info Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Physical Param Object Object Info VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Physical Param Object Object Info Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Physical Param Object Object Info Child Object] - (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
.
- Constraints: Allowable values are:
- 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_ floatbytes - (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
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Physical Param Object Object Info Sharepoint Site Summary] - (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_ Sequence[Getsummaries Backup Recovery Physical Param Object Object Info VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Physical Param Object Object Info Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects 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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoveryPhysicalParamObjectObjectInfoChildObject
- Child
Objects List<GetBackup Recovery Physical Param Object Object Info Child Object Child Object> - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Physical Param Object Object Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Physical Param Object Object Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Physical Param Object Object Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Physical Param Object Object Info Child Object Child Object - (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
.
- Constraints: Allowable values are:
- Global
Id 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.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies the name of the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type 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
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type 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
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Physical Param Object Object Info Child Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Physical Param Object Object Info Child Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Physical Param Object Object Info Child Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Physical Param Object Object Info Child Object Child Object> - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Physical Param Object Object Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Physical Param Object Object Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Physical Param Object Object Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Physical Param Object Object Info Child Object Child Object[] - (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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies the name of the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- Get
Backup Recovery Physical Param Object Object Info Child Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Physical Param Object Object Info Child Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Physical Param Object Object Info Child Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Physical Param Object Object Info Child Object Child Object] - (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
.
- Constraints: Allowable values are:
- 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_ floatbytes - (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
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- 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
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Physical Param Object Object Info Child Object Sharepoint Site Summary] - (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_ Sequence[Getsummaries Backup Recovery Physical Param Object Object Info Child Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Physical Param Object Object Info Child Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects 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
.
- Constraints: Allowable values are:
- global
Id 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.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies the name of the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type 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
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type 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
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoveryPhysicalParamObjectObjectInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoveryPhysicalParamObjectObjectInfoSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoveryPhysicalParamObjectObjectInfoVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoveryPhysicalParamObjectObjectInfoWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoveryPhysicalParamRecoverFileAndFolderParam
- Files
And List<GetFolders Backup Recovery Physical Param Recover File And Folder Param Files And Folder> - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- Physical
Target List<GetParams Backup Recovery Physical Param Recover File And Folder Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- Files
And []GetFolders Backup Recovery Physical Param Recover File And Folder Param Files And Folder - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- Physical
Target []GetParams Backup Recovery Physical Param Recover File And Folder Param Physical Target Param - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- files
And List<GetFolders Backup Recovery Physical Param Recover File And Folder Param Files And Folder> - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- physical
Target List<GetParams Backup Recovery Physical Param Recover File And Folder Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- files
And GetFolders Backup Recovery Physical Param Recover File And Folder Param Files And Folder[] - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- physical
Target GetParams Backup Recovery Physical Param Recover File And Folder Param Physical Target Param[] - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- files_
and_ Sequence[Getfolders Backup Recovery Physical Param Recover File And Folder Param Files And Folder] - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- physical_
target_ Sequence[Getparams Backup Recovery Physical Param Recover File And Folder Param Physical Target Param] - (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
.
- Constraints: Allowable values are:
- files
And List<Property Map>Folders - (List) Specifies the information about the files and folders to be recovered. Nested schema for files_and_folders:
- physical
Target List<Property Map>Params - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamFilesAndFolder
- Absolute
Path string - (String) Specifies the absolute path to the file or folder.
- Destination
Dir string - (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 boolFile Recovery - (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
.
- Constraints: Allowable values are:
- Absolute
Path string - (String) Specifies the absolute path to the file or folder.
- Destination
Dir string - (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 boolFile Recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path String - (String) Specifies the absolute path to the file or folder.
- destination
Dir String - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory Boolean - (Boolean) Specifies whether this is a directory or not.
- is
View BooleanFile Recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path string - (String) Specifies the absolute path to the file or folder.
- destination
Dir string - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory boolean - (Boolean) Specifies whether this is a directory or not.
- is
View booleanFile Recovery - (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
.
- Constraints: Allowable values are:
- 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_ boolfile_ recovery - (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
.
- Constraints: Allowable values are:
- absolute
Path String - (String) Specifies the absolute path to the file or folder.
- destination
Dir String - (String) Specifies the destination directory where the file/directory was copied.
- is
Directory Boolean - (Boolean) Specifies whether this is a directory or not.
- is
View BooleanFile Recovery - (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
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParam
- Alternate
Restore stringDirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- Continue
On boolError - (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 List<GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Recover Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- Restore
Entity stringType - (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
.
- Constraints: Allowable values are:
- Restore
To boolOriginal Paths - (Boolean) If this is true, then files will be restored to original paths.
- Save
Success boolFiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- Vlan
Configs List<GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Vlan Config> - (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 stringDirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- Continue
On boolError - (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 []GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Recover Target - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- Restore
Entity stringType - (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
.
- Constraints: Allowable values are:
- Restore
To boolOriginal Paths - (Boolean) If this is true, then files will be restored to original paths.
- Save
Success boolFiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- Vlan
Configs []GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Vlan Config - (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 StringDirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- continue
On BooleanError - (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
- overwrite
Existing Boolean - (Boolean) Specifies whether to overwrite existing file/folder during recovery.
- preserve
Acls Boolean - (Boolean) Whether to preserve the ACLs of the original file.
- preserve
Attributes Boolean - (Boolean) Specifies whether to preserve file/folder attributes during recovery.
- preserve
Timestamps Boolean - (Boolean) Whether to preserve the original time stamps.
- recover
Targets List<GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Recover Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- restore
Entity StringType - (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
.
- Constraints: Allowable values are:
- restore
To BooleanOriginal Paths - (Boolean) If this is true, then files will be restored to original paths.
- save
Success BooleanFiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- vlan
Configs List<GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Vlan Config> - (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 stringDirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- continue
On booleanError - (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
- overwrite
Existing boolean - (Boolean) Specifies whether to overwrite existing file/folder during recovery.
- preserve
Acls boolean - (Boolean) Whether to preserve the ACLs of the original file.
- preserve
Attributes boolean - (Boolean) Specifies whether to preserve file/folder attributes during recovery.
- preserve
Timestamps boolean - (Boolean) Whether to preserve the original time stamps.
- recover
Targets GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Recover Target[] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- restore
Entity stringType - (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
.
- Constraints: Allowable values are:
- restore
To booleanOriginal Paths - (Boolean) If this is true, then files will be restored to original paths.
- save
Success booleanFiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- vlan
Configs GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Vlan Config[] - (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_ strdirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- continue_
on_ boolerror - (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[GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Recover Target] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- restore_
entity_ strtype - (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
.
- Constraints: Allowable values are:
- restore_
to_ booloriginal_ paths - (Boolean) If this is true, then files will be restored to original paths.
- save_
success_ boolfiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- vlan_
configs Sequence[GetBackup Recovery Physical Param Recover File And Folder Param Physical Target Param Vlan Config] - (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 StringDirectory - (String) Specifies the directory path where restore should happen if restore_to_original_paths is set to false.
- continue
On BooleanError - (Boolean) Specifies whether to continue recovering other volumes if one of the volumes fails to recover. Default value is false.
- overwrite
Existing Boolean - (Boolean) Specifies whether to overwrite existing file/folder during recovery.
- preserve
Acls Boolean - (Boolean) Whether to preserve the ACLs of the original file.
- preserve
Attributes Boolean - (Boolean) Specifies whether to preserve file/folder attributes during recovery.
- preserve
Timestamps Boolean - (Boolean) Whether to preserve the original time stamps.
- recover
Targets List<Property Map> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for recover_target:
- restore
Entity StringType - (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
.
- Constraints: Allowable values are:
- restore
To BooleanOriginal Paths - (Boolean) If this is true, then files will be restored to original paths.
- save
Success BooleanFiles - (Boolean) Specifies whether to save success files or not. Default value is false.
- vlan
Configs 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.
- Parent
Source doubleId - (Integer) Specifies the id of the parent source of the target.
- Parent
Source stringName - (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.
- Parent
Source float64Id - (Integer) Specifies the id of the parent source of the target.
- Parent
Source stringName - (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.
- parent
Source DoubleId - (Integer) Specifies the id of the parent source of the target.
- parent
Source StringName - (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.
- parent
Source numberId - (Integer) Specifies the id of the parent source of the target.
- parent
Source stringName - (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_ floatid - (Integer) Specifies the id of the parent source of the target.
- parent_
source_ strname - (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.
- parent
Source NumberId - (Integer) Specifies the id of the parent source of the target.
- parent
Source StringName - (String) Specifies the name of the parent source of the target.
GetBackupRecoveryPhysicalParamRecoverFileAndFolderParamPhysicalTargetParamVlanConfig
- 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 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.
- Interface
Name 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 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.
- Interface
Name string - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name 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.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
GetBackupRecoveryPhysicalParamRecoverVolumeParam
- Physical
Target List<GetParams Backup Recovery Physical Param Recover Volume Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- Physical
Target []GetParams Backup Recovery Physical Param Recover Volume Param Physical Target Param - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- Target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical
Target List<GetParams Backup Recovery Physical Param Recover Volume Param Physical Target Param> - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical
Target GetParams Backup Recovery Physical Param Recover Volume Param Physical Target Param[] - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment string - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
- physical_
target_ Sequence[Getparams Backup Recovery Physical Param Recover Volume Param Physical Target Param] - (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
.
- Constraints: Allowable values are:
- physical
Target List<Property Map>Params - (List) Specifies the params for recovering to a physical target. Nested schema for physical_target_params:
- target
Environment String - (String) Specifies the environment of the recovery target. The corresponding params below must be filled out.
- Constraints: Allowable values are:
kPhysical
.
- Constraints: Allowable values are:
GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParam
- Force
Unmount boolVolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- Mount
Targets List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Mount Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- Vlan
Configs List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Vlan Config> - (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 List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Volume Mapping> - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
- Force
Unmount boolVolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- Mount
Targets []GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Mount Target - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- Vlan
Configs []GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Vlan Config - (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 []GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Volume Mapping - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
- force
Unmount BooleanVolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- mount
Targets List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Mount Target> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- vlan
Configs List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Vlan Config> - (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 List<GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Volume Mapping> - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
- force
Unmount booleanVolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- mount
Targets GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Mount Target[] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- vlan
Configs GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Vlan Config[] - (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 GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Volume Mapping[] - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
- force_
unmount_ boolvolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- mount_
targets Sequence[GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Mount Target] - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- vlan_
configs Sequence[GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Vlan Config] - (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[GetBackup Recovery Physical Param Recover Volume Param Physical Target Param Volume Mapping] - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
- force
Unmount BooleanVolume - (Boolean) Specifies whether volume would be dismounted first during LockVolume failure. If not specified, default is false.
- mount
Targets List<Property Map> - (List) Specifies the target entity where the volumes are being mounted. Nested schema for mount_target:
- vlan
Configs 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:
- volume
Mappings List<Property Map> - (List) Specifies the mapping from source volumes to destination volumes. Nested schema for volume_mapping:
GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamMountTarget
GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVlanConfig
- 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 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.
- Interface
Name 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 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.
- Interface
Name string - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
- disable
Vlan 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.
- interface
Name 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.
- disable
Vlan 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.
- interface
Name String - (String) Interface group to use for Recovery.
GetBackupRecoveryPhysicalParamRecoverVolumeParamPhysicalTargetParamVolumeMapping
- Destination
Volume stringGuid - (String) Specifies the guid of the destination volume.
- Source
Volume stringGuid - (String) Specifies the guid of the source volume.
- Destination
Volume stringGuid - (String) Specifies the guid of the destination volume.
- Source
Volume stringGuid - (String) Specifies the guid of the source volume.
- destination
Volume StringGuid - (String) Specifies the guid of the destination volume.
- source
Volume StringGuid - (String) Specifies the guid of the source volume.
- destination
Volume stringGuid - (String) Specifies the guid of the destination volume.
- source
Volume stringGuid - (String) Specifies the guid of the source volume.
- destination_
volume_ strguid - (String) Specifies the guid of the destination volume.
- source_
volume_ strguid - (String) Specifies the guid of the source volume.
- destination
Volume StringGuid - (String) Specifies the guid of the destination volume.
- source
Volume StringGuid - (String) Specifies the guid of the source volume.
GetBackupRecoveryPhysicalParamSystemRecoveryParam
- Full
Nas stringPath - (String) Specifies the path to the recovery view.
- Full
Nas stringPath - (String) Specifies the path to the recovery view.
- full
Nas StringPath - (String) Specifies the path to the recovery view.
- full
Nas stringPath - (String) Specifies the path to the recovery view.
- full_
nas_ strpath - (String) Specifies the path to the recovery view.
- full
Nas StringPath - (String) Specifies the path to the recovery view.
GetBackupRecoveryRetrieveArchiveTask
- Task
Uid string - (String) Specifies the globally unique id for this retrieval of an archive task.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Uptier
Expiry List<double>Times - (List) Specifies how much time the retrieved entity is present in the hot-tiers.
- Task
Uid string - (String) Specifies the globally unique id for this retrieval of an archive task.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- Uptier
Expiry []float64Times - (List) Specifies how much time the retrieved entity is present in the hot-tiers.
- task
Uid String - (String) Specifies the globally unique id for this retrieval of an archive task.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- uptier
Expiry List<Double>Times - (List) Specifies how much time the retrieved entity is present in the hot-tiers.
- task
Uid string - (String) Specifies the globally unique id for this retrieval of an archive task.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- uptier
Expiry number[]Times - (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+$/
.
- Constraints: The value must match regular expression
- uptier_
expiry_ Sequence[float]times - (List) Specifies how much time the retrieved entity is present in the hot-tiers.
- task
Uid String - (String) Specifies the globally unique id for this retrieval of an archive task.
- Constraints: The value must match regular expression
/^\\d+:\\d+:\\d+$/
.
- Constraints: The value must match regular expression
- uptier
Expiry List<Number>Times - (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.