ibm.BackupRecoveryRestorePoints
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoveryRestorePointsInstance = new ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsInstance", {
endTimeUsecs: 12,
environment: "kVMware",
startTimeUsecs: 14,
xIbmTenantId: "x_ibm_tenant_id",
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_restore_points_instance = ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsInstance",
end_time_usecs=12,
environment="kVMware",
start_time_usecs=14,
x_ibm_tenant_id="x_ibm_tenant_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.NewBackupRecoveryRestorePoints(ctx, "backupRecoveryRestorePointsInstance", &ibm.BackupRecoveryRestorePointsArgs{
EndTimeUsecs: pulumi.Float64(12),
Environment: pulumi.String("kVMware"),
StartTimeUsecs: pulumi.Float64(14),
XIbmTenantId: pulumi.String("x_ibm_tenant_id"),
})
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 backupRecoveryRestorePointsInstance = new Ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsInstance", new()
{
EndTimeUsecs = 12,
Environment = "kVMware",
StartTimeUsecs = 14,
XIbmTenantId = "x_ibm_tenant_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.BackupRecoveryRestorePoints;
import com.pulumi.ibm.BackupRecoveryRestorePointsArgs;
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) {
var backupRecoveryRestorePointsInstance = new BackupRecoveryRestorePoints("backupRecoveryRestorePointsInstance", BackupRecoveryRestorePointsArgs.builder()
.endTimeUsecs(12)
.environment("kVMware")
.startTimeUsecs(14)
.xIbmTenantId("x_ibm_tenant_id")
.build());
}
}
resources:
backupRecoveryRestorePointsInstance:
type: ibm:BackupRecoveryRestorePoints
properties:
endTimeUsecs: 12
environment: kVMware
startTimeUsecs: 14
xIbmTenantId: x_ibm_tenant_id
Create BackupRecoveryRestorePoints Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BackupRecoveryRestorePoints(name: string, args: BackupRecoveryRestorePointsArgs, opts?: CustomResourceOptions);
@overload
def BackupRecoveryRestorePoints(resource_name: str,
args: BackupRecoveryRestorePointsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BackupRecoveryRestorePoints(resource_name: str,
opts: Optional[ResourceOptions] = None,
end_time_usecs: Optional[float] = None,
environment: Optional[str] = None,
protection_group_ids: Optional[Sequence[str]] = None,
start_time_usecs: Optional[float] = None,
x_ibm_tenant_id: Optional[str] = None,
backup_recovery_restore_points_id: Optional[str] = None,
source_id: Optional[float] = None)
func NewBackupRecoveryRestorePoints(ctx *Context, name string, args BackupRecoveryRestorePointsArgs, opts ...ResourceOption) (*BackupRecoveryRestorePoints, error)
public BackupRecoveryRestorePoints(string name, BackupRecoveryRestorePointsArgs args, CustomResourceOptions? opts = null)
public BackupRecoveryRestorePoints(String name, BackupRecoveryRestorePointsArgs args)
public BackupRecoveryRestorePoints(String name, BackupRecoveryRestorePointsArgs args, CustomResourceOptions options)
type: ibm:BackupRecoveryRestorePoints
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BackupRecoveryRestorePointsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BackupRecoveryRestorePointsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BackupRecoveryRestorePointsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackupRecoveryRestorePointsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BackupRecoveryRestorePointsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var backupRecoveryRestorePointsResource = new Ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsResource", new()
{
EndTimeUsecs = 0,
Environment = "string",
ProtectionGroupIds = new[]
{
"string",
},
StartTimeUsecs = 0,
XIbmTenantId = "string",
BackupRecoveryRestorePointsId = "string",
SourceId = 0,
});
example, err := ibm.NewBackupRecoveryRestorePoints(ctx, "backupRecoveryRestorePointsResource", &ibm.BackupRecoveryRestorePointsArgs{
EndTimeUsecs: pulumi.Float64(0),
Environment: pulumi.String("string"),
ProtectionGroupIds: pulumi.StringArray{
pulumi.String("string"),
},
StartTimeUsecs: pulumi.Float64(0),
XIbmTenantId: pulumi.String("string"),
BackupRecoveryRestorePointsId: pulumi.String("string"),
SourceId: pulumi.Float64(0),
})
var backupRecoveryRestorePointsResource = new BackupRecoveryRestorePoints("backupRecoveryRestorePointsResource", BackupRecoveryRestorePointsArgs.builder()
.endTimeUsecs(0)
.environment("string")
.protectionGroupIds("string")
.startTimeUsecs(0)
.xIbmTenantId("string")
.backupRecoveryRestorePointsId("string")
.sourceId(0)
.build());
backup_recovery_restore_points_resource = ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsResource",
end_time_usecs=0,
environment="string",
protection_group_ids=["string"],
start_time_usecs=0,
x_ibm_tenant_id="string",
backup_recovery_restore_points_id="string",
source_id=0)
const backupRecoveryRestorePointsResource = new ibm.BackupRecoveryRestorePoints("backupRecoveryRestorePointsResource", {
endTimeUsecs: 0,
environment: "string",
protectionGroupIds: ["string"],
startTimeUsecs: 0,
xIbmTenantId: "string",
backupRecoveryRestorePointsId: "string",
sourceId: 0,
});
type: ibm:BackupRecoveryRestorePoints
properties:
backupRecoveryRestorePointsId: string
endTimeUsecs: 0
environment: string
protectionGroupIds:
- string
sourceId: 0
startTimeUsecs: 0
xIbmTenantId: string
BackupRecoveryRestorePoints Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BackupRecoveryRestorePoints resource accepts the following input properties:
- End
Time doubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protection
Group List<string>Ids - Specifies the jobs for which to get the full snapshot information.
- Start
Time doubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- Backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- Source
Id double - Specifies the id of the Protection Source which is to be restored.
- End
Time float64Usecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protection
Group []stringIds - Specifies the jobs for which to get the full snapshot information.
- Start
Time float64Usecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- Backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- end
Time DoubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protection
Group List<String>Ids - Specifies the jobs for which to get the full snapshot information.
- start
Time DoubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- backup
Recovery StringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- source
Id Double - Specifies the id of the Protection Source which is to be restored.
- end
Time numberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protection
Group string[]Ids - Specifies the jobs for which to get the full snapshot information.
- start
Time numberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- source
Id number - Specifies the id of the Protection Source which is to be restored.
- end_
time_ floatusecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protection_
group_ Sequence[str]ids - Specifies the jobs for which to get the full snapshot information.
- start_
time_ floatusecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- backup_
recovery_ strrestore_ points_ id - The unique identifier of the backup_recovery_restore_points.
- source_
id float - Specifies the id of the Protection Source which is to be restored.
- end
Time NumberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protection
Group List<String>Ids - Specifies the jobs for which to get the full snapshot information.
- start
Time NumberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- 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.
- backup
Recovery StringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
Outputs
All input properties are implicitly available as output properties. Additionally, the BackupRecoveryRestorePoints resource produces the following output properties:
- Full
Snapshot List<BackupInfos Recovery Restore Points Full Snapshot Info> - Specifies the info related to the recovery object.
- Id string
- The provider-assigned unique ID for this managed resource.
- Time
Range List<BackupInfos Recovery Restore Points Time Range Info> - Information about a set of disjoint, possibly annotated time ranges.
- Full
Snapshot []BackupInfos Recovery Restore Points Full Snapshot Info - Specifies the info related to the recovery object.
- Id string
- The provider-assigned unique ID for this managed resource.
- Time
Range []BackupInfos Recovery Restore Points Time Range Info - Information about a set of disjoint, possibly annotated time ranges.
- full
Snapshot List<BackupInfos Recovery Restore Points Full Snapshot Info> - Specifies the info related to the recovery object.
- id String
- The provider-assigned unique ID for this managed resource.
- time
Range List<BackupInfos Recovery Restore Points Time Range Info> - Information about a set of disjoint, possibly annotated time ranges.
- full
Snapshot BackupInfos Recovery Restore Points Full Snapshot Info[] - Specifies the info related to the recovery object.
- id string
- The provider-assigned unique ID for this managed resource.
- time
Range BackupInfos Recovery Restore Points Time Range Info[] - Information about a set of disjoint, possibly annotated time ranges.
- full_
snapshot_ Sequence[Backupinfos Recovery Restore Points Full Snapshot Info] - Specifies the info related to the recovery object.
- id str
- The provider-assigned unique ID for this managed resource.
- time_
range_ Sequence[Backupinfos Recovery Restore Points Time Range Info] - Information about a set of disjoint, possibly annotated time ranges.
- full
Snapshot List<Property Map>Infos - Specifies the info related to the recovery object.
- id String
- The provider-assigned unique ID for this managed resource.
- time
Range List<Property Map>Infos - Information about a set of disjoint, possibly annotated time ranges.
Look up Existing BackupRecoveryRestorePoints Resource
Get an existing BackupRecoveryRestorePoints resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: BackupRecoveryRestorePointsState, opts?: CustomResourceOptions): BackupRecoveryRestorePoints
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
backup_recovery_restore_points_id: Optional[str] = None,
end_time_usecs: Optional[float] = None,
environment: Optional[str] = None,
full_snapshot_infos: Optional[Sequence[BackupRecoveryRestorePointsFullSnapshotInfoArgs]] = None,
protection_group_ids: Optional[Sequence[str]] = None,
source_id: Optional[float] = None,
start_time_usecs: Optional[float] = None,
time_range_infos: Optional[Sequence[BackupRecoveryRestorePointsTimeRangeInfoArgs]] = None,
x_ibm_tenant_id: Optional[str] = None) -> BackupRecoveryRestorePoints
func GetBackupRecoveryRestorePoints(ctx *Context, name string, id IDInput, state *BackupRecoveryRestorePointsState, opts ...ResourceOption) (*BackupRecoveryRestorePoints, error)
public static BackupRecoveryRestorePoints Get(string name, Input<string> id, BackupRecoveryRestorePointsState? state, CustomResourceOptions? opts = null)
public static BackupRecoveryRestorePoints get(String name, Output<String> id, BackupRecoveryRestorePointsState state, CustomResourceOptions options)
resources: _: type: ibm:BackupRecoveryRestorePoints get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- End
Time doubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Full
Snapshot List<BackupInfos Recovery Restore Points Full Snapshot Info> - Specifies the info related to the recovery object.
- Protection
Group List<string>Ids - Specifies the jobs for which to get the full snapshot information.
- Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Start
Time doubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- Time
Range List<BackupInfos Recovery Restore Points Time Range Info> - Information about a set of disjoint, possibly annotated time ranges.
- 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.
- Backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- End
Time float64Usecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Full
Snapshot []BackupInfos Recovery Restore Points Full Snapshot Info Args - Specifies the info related to the recovery object.
- Protection
Group []stringIds - Specifies the jobs for which to get the full snapshot information.
- Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Start
Time float64Usecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- Time
Range []BackupInfos Recovery Restore Points Time Range Info Args - Information about a set of disjoint, possibly annotated time ranges.
- 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.
- backup
Recovery StringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- end
Time DoubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- full
Snapshot List<BackupInfos Recovery Restore Points Full Snapshot Info> - Specifies the info related to the recovery object.
- protection
Group List<String>Ids - Specifies the jobs for which to get the full snapshot information.
- source
Id Double - Specifies the id of the Protection Source which is to be restored.
- start
Time DoubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- time
Range List<BackupInfos Recovery Restore Points Time Range Info> - Information about a set of disjoint, possibly annotated time ranges.
- 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.
- backup
Recovery stringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- end
Time numberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- full
Snapshot BackupInfos Recovery Restore Points Full Snapshot Info[] - Specifies the info related to the recovery object.
- protection
Group string[]Ids - Specifies the jobs for which to get the full snapshot information.
- source
Id number - Specifies the id of the Protection Source which is to be restored.
- start
Time numberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- time
Range BackupInfos Recovery Restore Points Time Range Info[] - Information about a set of disjoint, possibly annotated time ranges.
- 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.
- backup_
recovery_ strrestore_ points_ id - The unique identifier of the backup_recovery_restore_points.
- end_
time_ floatusecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- full_
snapshot_ Sequence[Backupinfos Recovery Restore Points Full Snapshot Info Args] - Specifies the info related to the recovery object.
- protection_
group_ Sequence[str]ids - Specifies the jobs for which to get the full snapshot information.
- source_
id float - Specifies the id of the Protection Source which is to be restored.
- start_
time_ floatusecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- time_
range_ Sequence[Backupinfos Recovery Restore Points Time Range Info Args] - Information about a set of disjoint, possibly annotated time ranges.
- 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.
- backup
Recovery StringRestore Points Id - The unique identifier of the backup_recovery_restore_points.
- end
Time NumberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- full
Snapshot List<Property Map>Infos - Specifies the info related to the recovery object.
- protection
Group List<String>Ids - Specifies the jobs for which to get the full snapshot information.
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
- start
Time NumberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- time
Range List<Property Map>Infos - Information about a set of disjoint, possibly annotated time ranges.
- 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.
Supporting Types
BackupRecoveryRestorePointsFullSnapshotInfo, BackupRecoveryRestorePointsFullSnapshotInfoArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArgs
- Archival
Target List<BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Archival Target Info> - Attempt
Number double - Cloud
Deploy List<BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target> - Cloud
Replication List<BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target> - Object
Infos List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info> - Parent
Object List<BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info> - Protection
Group stringId - Run
Start doubleTime Usecs - Snapshot
Relative stringDir Path - View
Name string - Vm
Had boolIndependent Disks
- Archival
Target []BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Archival Target Info - Attempt
Number float64 - Cloud
Deploy []BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target - Cloud
Replication []BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target - Object
Infos []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info - Parent
Object []BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info - Protection
Group stringId - Run
Start float64Time Usecs - Snapshot
Relative stringDir Path - View
Name string - Vm
Had boolIndependent Disks
- archival
Target List<BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Archival Target Info> - attempt
Number Double - cloud
Deploy List<BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target> - cloud
Replication List<BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target> - object
Infos List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info> - parent
Object List<BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info> - protection
Group StringId - run
Start DoubleTime Usecs - snapshot
Relative StringDir Path - view
Name String - vm
Had BooleanIndependent Disks
- archival
Target BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Archival Target Info[] - attempt
Number number - cloud
Deploy BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target[] - cloud
Replication BackupTargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target[] - object
Infos BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info[] - parent
Object BackupInfos Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info[] - protection
Group stringId - run
Start numberTime Usecs - snapshot
Relative stringDir Path - view
Name string - vm
Had booleanIndependent Disks
- archival_
target_ Sequence[Backupinfos Recovery Restore Points Full Snapshot Info Restore Info Archival Target Info] - attempt_
number float - cloud_
deploy_ Sequence[Backuptargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target] - cloud_
replication_ Sequence[Backuptargets Recovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target] - object_
infos Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info] - parent_
object_ Sequence[Backupinfos Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info] - protection_
group_ strid - run_
start_ floattime_ usecs - snapshot_
relative_ strdir_ path - view_
name str - vm_
had_ boolindependent_ disks
- archival
Target List<Property Map>Infos - attempt
Number Number - cloud
Deploy List<Property Map>Targets - cloud
Replication List<Property Map>Targets - object
Infos List<Property Map> - parent
Object List<Property Map>Infos - protection
Group StringId - run
Start NumberTime Usecs - snapshot
Relative StringDir Path - view
Name String - vm
Had BooleanIndependent Disks
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoArgs
- Archival
Task stringId - Ownership
Context string - Target
Id double - Target
Name string - Target
Type string - Tier
Settings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting> - Usage
Type string
- Archival
Task stringId - Ownership
Context string - Target
Id float64 - Target
Name string - Target
Type string - Tier
Settings []BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting - Usage
Type string
- archival
Task StringId - ownership
Context String - target
Id Double - target
Name String - target
Type String - tier
Settings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting> - usage
Type String
- archival
Task stringId - ownership
Context string - target
Id number - target
Name string - target
Type string - tier
Settings BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting[] - usage
Type string
- archival
Task StringId - ownership
Context String - target
Id Number - target
Name String - target
Type String - tier
Settings List<Property Map> - usage
Type String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSetting, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingArgs
- Aws
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Aws Tiering> - Azure
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Azure Tiering> - Cloud
Platform string - Current
Tier stringType - Google
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Google Tiering> - Oracle
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Oracle Tiering>
- Aws
Tierings []BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Aws Tiering - Azure
Tierings []BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Azure Tiering - Cloud
Platform string - Current
Tier stringType - Google
Tierings []BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Google Tiering - Oracle
Tierings []BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Oracle Tiering
- aws
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Aws Tiering> - azure
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Azure Tiering> - cloud
Platform String - current
Tier StringType - google
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Google Tiering> - oracle
Tierings List<BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Oracle Tiering>
- aws
Tierings BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Aws Tiering[] - azure
Tierings BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Azure Tiering[] - cloud
Platform string - current
Tier stringType - google
Tierings BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Google Tiering[] - oracle
Tierings BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Oracle Tiering[]
- aws_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Aws Tiering] - azure_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Azure Tiering] - cloud_
platform str - current_
tier_ strtype - google_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Google Tiering] - oracle_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Archival Target Info Tier Setting Oracle Tiering]
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAwsTiering, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAwsTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAwsTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAwsTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAzureTiering, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAzureTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAzureTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingAzureTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingGoogleTiering, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingGoogleTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingGoogleTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingGoogleTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingOracleTiering, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingOracleTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingOracleTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoArchivalTargetInfoTierSettingOracleTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTarget, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetArgs
- Aws
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Aws Param> - Azure
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Azure Param> - Id double
- The unique identifier of the backup_recovery_restore_points.
- Name string
- Aws
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Aws Param - Azure
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Azure Param - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Name string
- aws
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Aws Param> - azure
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Azure Param> - id Double
- The unique identifier of the backup_recovery_restore_points.
- name String
- aws
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Aws Param[] - azure
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Azure Param[] - id number
- The unique identifier of the backup_recovery_restore_points.
- name string
- aws_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Aws Param] - azure_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Deploy Target Azure Param] - id float
- The unique identifier of the backup_recovery_restore_points.
- name str
- aws
Params List<Property Map> - azure
Params List<Property Map> - id Number
- The unique identifier of the backup_recovery_restore_points.
- name String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAwsParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAwsParamArgs
- custom
Tag List<Property Map>Lists - region Number
- subnet
Id Number - vpc
Id Number
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAwsParamCustomTagList, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAwsParamCustomTagListArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAzureParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudDeployTargetAzureParamArgs
- Availability
Set doubleId - Network
Resource doubleGroup Id - Resource
Group doubleId - Storage
Account doubleId - Storage
Container doubleId - Storage
Resource doubleGroup Id - Temp
Vm doubleResource Group Id - Temp
Vm doubleStorage Account Id - Temp
Vm doubleStorage Container Id - Temp
Vm doubleSubnet Id - Temp
Vm doubleVirtual Network Id
- Availability
Set float64Id - Network
Resource float64Group Id - Resource
Group float64Id - Storage
Account float64Id - Storage
Container float64Id - Storage
Resource float64Group Id - Temp
Vm float64Resource Group Id - Temp
Vm float64Storage Account Id - Temp
Vm float64Storage Container Id - Temp
Vm float64Subnet Id - Temp
Vm float64Virtual Network Id
- availability
Set DoubleId - network
Resource DoubleGroup Id - resource
Group DoubleId - storage
Account DoubleId - storage
Container DoubleId - storage
Resource DoubleGroup Id - temp
Vm DoubleResource Group Id - temp
Vm DoubleStorage Account Id - temp
Vm DoubleStorage Container Id - temp
Vm DoubleSubnet Id - temp
Vm DoubleVirtual Network Id
- availability
Set numberId - network
Resource numberGroup Id - resource
Group numberId - storage
Account numberId - storage
Container numberId - storage
Resource numberGroup Id - temp
Vm numberResource Group Id - temp
Vm numberStorage Account Id - temp
Vm numberStorage Container Id - temp
Vm numberSubnet Id - temp
Vm numberVirtual Network Id
- availability_
set_ floatid - network_
resource_ floatgroup_ id - resource_
group_ floatid - storage_
account_ floatid - storage_
container_ floatid - storage_
resource_ floatgroup_ id - temp_
vm_ floatresource_ group_ id - temp_
vm_ floatstorage_ account_ id - temp_
vm_ floatstorage_ container_ id - temp_
vm_ floatsubnet_ id - temp_
vm_ floatvirtual_ network_ id
- availability
Set NumberId - network
Resource NumberGroup Id - resource
Group NumberId - storage
Account NumberId - storage
Container NumberId - storage
Resource NumberGroup Id - temp
Vm NumberResource Group Id - temp
Vm NumberStorage Account Id - temp
Vm NumberStorage Container Id - temp
Vm NumberSubnet Id - temp
Vm NumberVirtual Network Id
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTarget, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetArgs
- Aws
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Aws Param> - Azure
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Azure Param> - Id double
- The unique identifier of the backup_recovery_restore_points.
- Name string
- Aws
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Aws Param - Azure
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Azure Param - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Name string
- aws
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Aws Param> - azure
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Azure Param> - id Double
- The unique identifier of the backup_recovery_restore_points.
- name String
- aws
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Aws Param[] - azure
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Azure Param[] - id number
- The unique identifier of the backup_recovery_restore_points.
- name string
- aws_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Aws Param] - azure_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Cloud Replication Target Azure Param] - id float
- The unique identifier of the backup_recovery_restore_points.
- name str
- aws
Params List<Property Map> - azure
Params List<Property Map> - id Number
- The unique identifier of the backup_recovery_restore_points.
- name String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAwsParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAwsParamArgs
- custom
Tag List<Property Map>Lists - region Number
- subnet
Id Number - vpc
Id Number
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAwsParamCustomTagList, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAwsParamCustomTagListArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAzureParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoCloudReplicationTargetAzureParamArgs
- Availability
Set doubleId - Network
Resource doubleGroup Id - Resource
Group doubleId - Storage
Account doubleId - Storage
Container doubleId - Storage
Resource doubleGroup Id - Temp
Vm doubleResource Group Id - Temp
Vm doubleStorage Account Id - Temp
Vm doubleStorage Container Id - Temp
Vm doubleSubnet Id - Temp
Vm doubleVirtual Network Id
- Availability
Set float64Id - Network
Resource float64Group Id - Resource
Group float64Id - Storage
Account float64Id - Storage
Container float64Id - Storage
Resource float64Group Id - Temp
Vm float64Resource Group Id - Temp
Vm float64Storage Account Id - Temp
Vm float64Storage Container Id - Temp
Vm float64Subnet Id - Temp
Vm float64Virtual Network Id
- availability
Set DoubleId - network
Resource DoubleGroup Id - resource
Group DoubleId - storage
Account DoubleId - storage
Container DoubleId - storage
Resource DoubleGroup Id - temp
Vm DoubleResource Group Id - temp
Vm DoubleStorage Account Id - temp
Vm DoubleStorage Container Id - temp
Vm DoubleSubnet Id - temp
Vm DoubleVirtual Network Id
- availability
Set numberId - network
Resource numberGroup Id - resource
Group numberId - storage
Account numberId - storage
Container numberId - storage
Resource numberGroup Id - temp
Vm numberResource Group Id - temp
Vm numberStorage Account Id - temp
Vm numberStorage Container Id - temp
Vm numberSubnet Id - temp
Vm numberVirtual Network Id
- availability_
set_ floatid - network_
resource_ floatgroup_ id - resource_
group_ floatid - storage_
account_ floatid - storage_
container_ floatid - storage_
resource_ floatgroup_ id - temp_
vm_ floatresource_ group_ id - temp_
vm_ floatstorage_ account_ id - temp_
vm_ floatstorage_ container_ id - temp_
vm_ floatsubnet_ id - temp_
vm_ floatvirtual_ network_ id
- availability
Set NumberId - network
Resource NumberGroup Id - resource
Group NumberId - storage
Account NumberId - storage
Container NumberId - storage
Resource NumberGroup Id - temp
Vm NumberResource Group Id - temp
Vm NumberStorage Account Id - temp
Vm NumberStorage Container Id - temp
Vm NumberSubnet Id - temp
Vm NumberVirtual Network Id
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoArgs
- Child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object> - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id double
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size doubleBytes - Mssql
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Mssql Param> - Name string
- Object
Hash string - Object
Type string - Os
Type string - Permissions
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission> - Physical
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Physical Param> - Protection
Stats List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Protection Stat> - Protection
Type string - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Sharepoint Site Summary> - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info VCenter Summary> - Windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Windows Cluster Summary>
- Child
Objects []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size float64Bytes - Mssql
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Mssql Param - Name string
- Object
Hash string - Object
Type string - Os
Type string - Permissions
[]Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission - Physical
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Physical Param - Protection
Stats []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Protection Stat - Protection
Type string - []Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Sharepoint Site Summary - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info VCenter Summary - Windows
Cluster []BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Windows Cluster Summary
- child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Double
- The unique identifier of the backup_recovery_restore_points.
- logical
Size DoubleBytes - mssql
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Mssql Param> - name String
- object
Hash String - object
Type String - os
Type String - permissions
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission> - physical
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Physical Param> - protection
Stats List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Protection Stat> - protection
Type String - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Sharepoint Site Summary> - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info VCenter Summary> - windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Windows Cluster Summary>
- child
Objects BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object[] - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id string - id number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size numberBytes - mssql
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Mssql Param[] - name string
- object
Hash string - object
Type string - os
Type string - permissions
Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission[] - physical
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Physical Param[] - protection
Stats BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Protection Stat[] - protection
Type string - Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Sharepoint Site Summary[] - source
Id number - Specifies the id of the Protection Source which is to be restored.
- source
Name string - uuid string
- v
Center BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info VCenter Summary[] - windows
Cluster BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Windows Cluster Summary[]
- child_
objects Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object] - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global_
id str - id float
- The unique identifier of the backup_recovery_restore_points.
- logical_
size_ floatbytes - mssql_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Mssql Param] - name str
- object_
hash str - object_
type str - os_
type str - permissions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission] - physical_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Physical Param] - protection_
stats Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Protection Stat] - protection_
type str - Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Sharepoint Site Summary] - source_
id float - Specifies the id of the Protection Source which is to be restored.
- source_
name str - uuid str
- v_
center_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info VCenter Summary] - windows_
cluster_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size NumberBytes - mssql
Params List<Property Map> - name String
- object
Hash String - object
Type String - os
Type String - permissions List<Property Map>
- physical
Params List<Property Map> - protection
Stats List<Property Map> - protection
Type String - List<Property Map>
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObject, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectArgs
- Child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Child Object> - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id double
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Os
Type string - Protection
Type string - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Sharepoint Site Summary> - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object VCenter Summary> - Windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Windows Cluster Summary>
- Child
Objects []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Child Object - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Os
Type string - Protection
Type string - []Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Sharepoint Site Summary - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries []BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object VCenter Summary - Windows
Cluster []BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Windows Cluster Summary
- child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Child Object> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Double
- The unique identifier of the backup_recovery_restore_points.
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - os
Type String - protection
Type String - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Sharepoint Site Summary> - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object VCenter Summary> - windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Windows Cluster Summary>
- child
Objects BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Child Object[] - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id string - id number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - os
Type string - protection
Type string - Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Sharepoint Site Summary[] - source
Id number - Specifies the id of the Protection Source which is to be restored.
- source
Name string - uuid string
- v
Center BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object VCenter Summary[] - windows
Cluster BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Child Object] - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global_
id str - id float
- The unique identifier of the backup_recovery_restore_points.
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - os_
type str - protection_
type str - Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Sharepoint Site Summary] - source_
id float - Specifies the id of the Protection Source which is to be restored.
- source_
name str - uuid str
- v_
center_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Object Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - os
Type String - protection
Type String - List<Property Map>
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectSharepointSiteSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectSharepointSiteSummaryArgs
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectVCenterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectVCenterSummaryArgs
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectWindowsClusterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoChildObjectWindowsClusterSummaryArgs
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParamArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParamAagInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParamAagInfoArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParamHostInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoMssqlParamHostInfoArgs
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Id string
- The unique identifier of the backup_recovery_restore_points.
- Name string
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Id string
- The unique identifier of the backup_recovery_restore_points.
- Name string
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id String
- The unique identifier of the backup_recovery_restore_points.
- name String
- environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id string
- The unique identifier of the backup_recovery_restore_points.
- name string
- environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id str
- The unique identifier of the backup_recovery_restore_points.
- name str
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id String
- The unique identifier of the backup_recovery_restore_points.
- name String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermission, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionArgs
- groups
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Group] - object_
id float - tenants
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant] - users
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission User]
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionGroup, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionGroupArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenant, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantArgs
- Created
At doubleTime Msecs - Deleted
At doubleTime Msecs - Description string
- External
Vendor List<BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant External Vendor Metadata> - Id string
- The unique identifier of the backup_recovery_restore_points.
- Is
Managed boolOn Helios - Last
Updated doubleAt Time Msecs - Name string
- Networks
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant Network> - Status string
- Created
At float64Time Msecs - Deleted
At float64Time Msecs - Description string
- External
Vendor []BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant External Vendor Metadata - Id string
- The unique identifier of the backup_recovery_restore_points.
- Is
Managed boolOn Helios - Last
Updated float64At Time Msecs - Name string
- Networks
[]Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant Network - Status string
- created
At DoubleTime Msecs - deleted
At DoubleTime Msecs - description String
- external
Vendor List<BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant External Vendor Metadata> - id String
- The unique identifier of the backup_recovery_restore_points.
- is
Managed BooleanOn Helios - last
Updated DoubleAt Time Msecs - name String
- networks
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant Network> - status String
- created
At numberTime Msecs - deleted
At numberTime Msecs - description string
- external
Vendor BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant External Vendor Metadata[] - id string
- The unique identifier of the backup_recovery_restore_points.
- is
Managed booleanOn Helios - last
Updated numberAt Time Msecs - name string
- networks
Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant Network[] - status string
- created_
at_ floattime_ msecs - deleted_
at_ floattime_ msecs - description str
- external_
vendor_ Sequence[Backupmetadatas Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant External Vendor Metadata] - id str
- The unique identifier of the backup_recovery_restore_points.
- is_
managed_ boolon_ helios - last_
updated_ floatat_ time_ msecs - name str
- networks
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Object Info Permission Tenant Network] - status str
- created
At NumberTime Msecs - deleted
At NumberTime Msecs - description String
- external
Vendor List<Property Map>Metadatas - id String
- The unique identifier of the backup_recovery_restore_points.
- is
Managed BooleanOn Helios - last
Updated NumberAt Time Msecs - name String
- networks List<Property Map>
- status String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadata, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadataArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamArgs
- account
Id String - crn String
- custom
Properties List<Property Map> - liveness
Mode String - ownership
Mode String - resource
Group StringId
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomProperty, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomPropertyArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantNetwork, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionTenantNetworkArgs
- Cluster
Hostname string - Cluster
Ips List<string> - Connector
Enabled bool
- Cluster
Hostname string - Cluster
Ips []string - Connector
Enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
- cluster
Hostname string - cluster
Ips string[] - connector
Enabled boolean
- cluster_
hostname str - cluster_
ips Sequence[str] - connector_
enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionUser, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPermissionUserArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPhysicalParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoPhysicalParamArgs
- Enable
System boolBackup
- Enable
System boolBackup
- enable
System BooleanBackup
- enable
System booleanBackup
- enable_
system_ boolbackup
- enable
System BooleanBackup
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoProtectionStat, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoProtectionStatArgs
- Deleted
Protected doubleCount - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protected
Count double - Protected
Size doubleBytes - Unprotected
Count double - Unprotected
Size doubleBytes
- Deleted
Protected float64Count - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protected
Count float64 - Protected
Size float64Bytes - Unprotected
Count float64 - Unprotected
Size float64Bytes
- deleted
Protected DoubleCount - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count Double - protected
Size DoubleBytes - unprotected
Count Double - unprotected
Size DoubleBytes
- deleted
Protected numberCount - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count number - protected
Size numberBytes - unprotected
Count number - unprotected
Size numberBytes
- deleted_
protected_ floatcount - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected_
count float - protected_
size_ floatbytes - unprotected_
count float - unprotected_
size_ floatbytes
- deleted
Protected NumberCount - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count Number - protected
Size NumberBytes - unprotected
Count Number - unprotected
Size NumberBytes
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoSharepointSiteSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoSharepointSiteSummaryArgs
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoVCenterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoVCenterSummaryArgs
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoWindowsClusterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoObjectInfoWindowsClusterSummaryArgs
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoArgs
- Child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object> - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id double
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size doubleBytes - Mssql
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Mssql Param> - Name string
- Object
Hash string - Object
Type string - Os
Type string - Permissions
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission> - Physical
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Physical Param> - Protection
Stats List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Protection Stat> - Protection
Type string - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Sharepoint Site Summary> - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info VCenter Summary> - Windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Windows Cluster Summary>
- Child
Objects []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size float64Bytes - Mssql
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Mssql Param - Name string
- Object
Hash string - Object
Type string - Os
Type string - Permissions
[]Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission - Physical
Params []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Physical Param - Protection
Stats []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Protection Stat - Protection
Type string - []Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Sharepoint Site Summary - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info VCenter Summary - Windows
Cluster []BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Windows Cluster Summary
- child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Double
- The unique identifier of the backup_recovery_restore_points.
- logical
Size DoubleBytes - mssql
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Mssql Param> - name String
- object
Hash String - object
Type String - os
Type String - permissions
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission> - physical
Params List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Physical Param> - protection
Stats List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Protection Stat> - protection
Type String - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Sharepoint Site Summary> - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info VCenter Summary> - windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Windows Cluster Summary>
- child
Objects BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object[] - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id string - id number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size numberBytes - mssql
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Mssql Param[] - name string
- object
Hash string - object
Type string - os
Type string - permissions
Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission[] - physical
Params BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Physical Param[] - protection
Stats BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Protection Stat[] - protection
Type string - Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Sharepoint Site Summary[] - source
Id number - Specifies the id of the Protection Source which is to be restored.
- source
Name string - uuid string
- v
Center BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info VCenter Summary[] - windows
Cluster BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Windows Cluster Summary[]
- child_
objects Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object] - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global_
id str - id float
- The unique identifier of the backup_recovery_restore_points.
- logical_
size_ floatbytes - mssql_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Mssql Param] - name str
- object_
hash str - object_
type str - os_
type str - permissions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission] - physical_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Physical Param] - protection_
stats Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Protection Stat] - protection_
type str - Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Sharepoint Site Summary] - source_
id float - Specifies the id of the Protection Source which is to be restored.
- source_
name str - uuid str
- v_
center_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info VCenter Summary] - windows_
cluster_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size NumberBytes - mssql
Params List<Property Map> - name String
- object
Hash String - object
Type String - os
Type String - permissions List<Property Map>
- physical
Params List<Property Map> - protection
Stats List<Property Map> - protection
Type String - List<Property Map>
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObject, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectArgs
- Child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Child Object> - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id double
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Os
Type string - Protection
Type string - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Sharepoint Site Summary> - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object VCenter Summary> - Windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Windows Cluster Summary>
- Child
Objects []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Child Object - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Global
Id string - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Os
Type string - Protection
Type string - []Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Sharepoint Site Summary - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Source
Name string - Uuid string
- VCenter
Summaries []BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object VCenter Summary - Windows
Cluster []BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Windows Cluster Summary
- child
Objects List<BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Child Object> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Double
- The unique identifier of the backup_recovery_restore_points.
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - os
Type String - protection
Type String - List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Sharepoint Site Summary> - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object VCenter Summary> - windows
Cluster List<BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Windows Cluster Summary>
- child
Objects BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Child Object[] - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id string - id number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - os
Type string - protection
Type string - Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Sharepoint Site Summary[] - source
Id number - Specifies the id of the Protection Source which is to be restored.
- source
Name string - uuid string
- v
Center BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object VCenter Summary[] - windows
Cluster BackupSummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[BackupRecovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Child Object] - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global_
id str - id float
- The unique identifier of the backup_recovery_restore_points.
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - os_
type str - protection_
type str - Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Sharepoint Site Summary] - source_
id float - Specifies the id of the Protection Source which is to be restored.
- source_
name str - uuid str
- v_
center_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Backupsummaries Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- global
Id String - id Number
- The unique identifier of the backup_recovery_restore_points.
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - os
Type String - protection
Type String - List<Property Map>
- source
Id Number - Specifies the id of the Protection Source which is to be restored.
- source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectSharepointSiteSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectSharepointSiteSummaryArgs
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectVCenterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectVCenterSummaryArgs
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectWindowsClusterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoChildObjectWindowsClusterSummaryArgs
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParamArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParamAagInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParamAagInfoArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParamHostInfo, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoMssqlParamHostInfoArgs
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Id string
- The unique identifier of the backup_recovery_restore_points.
- Name string
- Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Id string
- The unique identifier of the backup_recovery_restore_points.
- Name string
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id String
- The unique identifier of the backup_recovery_restore_points.
- name String
- environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id string
- The unique identifier of the backup_recovery_restore_points.
- name string
- environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id str
- The unique identifier of the backup_recovery_restore_points.
- name str
- environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- id String
- The unique identifier of the backup_recovery_restore_points.
- name String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermission, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionArgs
- Groups
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Group> - Object
Id double - Tenants
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant> - Users
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission User>
- groups
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Group> - object
Id Double - tenants
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant> - users
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission User>
- groups
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Group] - object_
id float - tenants
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant] - users
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission User]
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionGroup, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionGroupArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenant, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantArgs
- Created
At doubleTime Msecs - Deleted
At doubleTime Msecs - Description string
- External
Vendor List<BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant External Vendor Metadata> - Id string
- The unique identifier of the backup_recovery_restore_points.
- Is
Managed boolOn Helios - Last
Updated doubleAt Time Msecs - Name string
- Networks
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant Network> - Status string
- Created
At float64Time Msecs - Deleted
At float64Time Msecs - Description string
- External
Vendor []BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant External Vendor Metadata - Id string
- The unique identifier of the backup_recovery_restore_points.
- Is
Managed boolOn Helios - Last
Updated float64At Time Msecs - Name string
- Networks
[]Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant Network - Status string
- created
At DoubleTime Msecs - deleted
At DoubleTime Msecs - description String
- external
Vendor List<BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant External Vendor Metadata> - id String
- The unique identifier of the backup_recovery_restore_points.
- is
Managed BooleanOn Helios - last
Updated DoubleAt Time Msecs - name String
- networks
List<Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant Network> - status String
- created
At numberTime Msecs - deleted
At numberTime Msecs - description string
- external
Vendor BackupMetadatas Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant External Vendor Metadata[] - id string
- The unique identifier of the backup_recovery_restore_points.
- is
Managed booleanOn Helios - last
Updated numberAt Time Msecs - name string
- networks
Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant Network[] - status string
- created_
at_ floattime_ msecs - deleted_
at_ floattime_ msecs - description str
- external_
vendor_ Sequence[Backupmetadatas Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant External Vendor Metadata] - id str
- The unique identifier of the backup_recovery_restore_points.
- is_
managed_ boolon_ helios - last_
updated_ floatat_ time_ msecs - name str
- networks
Sequence[Backup
Recovery Restore Points Full Snapshot Info Restore Info Parent Object Info Permission Tenant Network] - status str
- created
At NumberTime Msecs - deleted
At NumberTime Msecs - description String
- external
Vendor List<Property Map>Metadatas - id String
- The unique identifier of the backup_recovery_restore_points.
- is
Managed BooleanOn Helios - last
Updated NumberAt Time Msecs - name String
- networks List<Property Map>
- status String
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadata, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadataArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamArgs
- account
Id String - crn String
- custom
Properties List<Property Map> - liveness
Mode String - ownership
Mode String - resource
Group StringId
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomProperty, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomPropertyArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantNetwork, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionTenantNetworkArgs
- Cluster
Hostname string - Cluster
Ips List<string> - Connector
Enabled bool
- Cluster
Hostname string - Cluster
Ips []string - Connector
Enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
- cluster
Hostname string - cluster
Ips string[] - connector
Enabled boolean
- cluster_
hostname str - cluster_
ips Sequence[str] - connector_
enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionUser, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPermissionUserArgs
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPhysicalParam, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoPhysicalParamArgs
- Enable
System boolBackup
- Enable
System boolBackup
- enable
System BooleanBackup
- enable
System booleanBackup
- enable_
system_ boolbackup
- enable
System BooleanBackup
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoProtectionStat, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoProtectionStatArgs
- Deleted
Protected doubleCount - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protected
Count double - Protected
Size doubleBytes - Unprotected
Count double - Unprotected
Size doubleBytes
- Deleted
Protected float64Count - Environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- Protected
Count float64 - Protected
Size float64Bytes - Unprotected
Count float64 - Unprotected
Size float64Bytes
- deleted
Protected DoubleCount - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count Double - protected
Size DoubleBytes - unprotected
Count Double - unprotected
Size DoubleBytes
- deleted
Protected numberCount - environment string
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count number - protected
Size numberBytes - unprotected
Count number - unprotected
Size numberBytes
- deleted_
protected_ floatcount - environment str
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected_
count float - protected_
size_ floatbytes - unprotected_
count float - unprotected_
size_ floatbytes
- deleted
Protected NumberCount - environment String
- Specifies the protection source environment type.
- Constraints: Allowable values are:
kVMware
,kHyperV
,kAzure
,kGCP
,kKVM
,kAcropolis
,kAWS
,kPhysical
,kGPFS
,kElastifile
,kNetapp
,kGenericNas
,kIsilon
,kFlashBlade
,kPure
,kIbmFlashSystem
,kSQL
,kExchange
,kAD
,kOracle
,kView
,kRemoteAdapter
,kO365
,kKubernetes
,kCassandra
,kMongoDB
,kCouchbase
,kHdfs
,kHive
,kSAPHANA
,kHBase
,kUDA
,kSfdc
.
- Constraints: Allowable values are:
- protected
Count Number - protected
Size NumberBytes - unprotected
Count Number - unprotected
Size NumberBytes
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoSharepointSiteSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoSharepointSiteSummaryArgs
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoVCenterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoVCenterSummaryArgs
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoWindowsClusterSummary, BackupRecoveryRestorePointsFullSnapshotInfoRestoreInfoParentObjectInfoWindowsClusterSummaryArgs
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfiguration, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArgs
- Archival
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target> - Cloud
Spin List<BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target> - Onprem
Deploy List<BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target> - Replication
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target> - Rpaas
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target>
- Archival
Targets []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target - Cloud
Spin []BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target - Onprem
Deploy []BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target - Replication
Targets []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target - Rpaas
Targets []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target
- archival
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target> - cloud
Spin List<BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target> - onprem
Deploy List<BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target> - replication
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target> - rpaas
Targets List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target>
- archival
Targets BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target[] - cloud
Spin BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target[] - onprem
Deploy BackupTargets Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target[] - replication
Targets BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target[] - rpaas
Targets BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target[]
- archival_
targets Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target] - cloud_
spin_ Sequence[Backuptargets Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target] - onprem_
deploy_ Sequence[Backuptargets Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target] - replication_
targets Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target] - rpaas_
targets Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target]
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetArgs
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Extended
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Extended Retention> - Log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Log Retention> - Retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Retention> - Run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Run Timeout> - Schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Schedule> - Target
Id double - Target
Name string - Target
Type string - Tier
Settings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting>
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Extended
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Extended Retention - Log
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Log Retention - Retentions
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Retention - Run
Timeouts []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Run Timeout - Schedules
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Schedule - Target
Id float64 - Target
Name string - Target
Type string - Tier
Settings []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting
- backup
Run StringType - config
Id String - copy
On BooleanRun Success - extended
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Extended Retention> - log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Log Retention> - retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Retention> - run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Run Timeout> - schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Schedule> - target
Id Double - target
Name String - target
Type String - tier
Settings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting>
- backup
Run stringType - config
Id string - copy
On booleanRun Success - extended
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Extended Retention[] - log
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Log Retention[] - retentions
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Retention[] - run
Timeouts BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Run Timeout[] - schedules
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Schedule[] - target
Id number - target
Name string - target
Type string - tier
Settings BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting[]
- backup_
run_ strtype - config_
id str - copy_
on_ boolrun_ success - extended_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Extended Retention] - log_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Log Retention] - retentions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Retention] - run_
timeouts Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Run Timeout] - schedules
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Archival Target Schedule] - target_
id float - target_
name str - target_
type str - tier_
settings Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting]
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetExtendedRetentionScheduleArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetLogRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetLogRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetLogRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetLogRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRunTimeout, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetRunTimeoutArgs
- Backup
Type string - Timeout
Mins double
- Backup
Type string - Timeout
Mins float64
- backup
Type String - timeout
Mins Double
- backup
Type string - timeout
Mins number
- backup_
type str - timeout_
mins float
- backup
Type String - timeout
Mins Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetScheduleArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSetting, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingArgs
- Aws
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Aws Tiering> - Azure
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Azure Tiering> - Cloud
Platform string - Google
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Google Tiering> - Oracle
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Oracle Tiering>
- Aws
Tierings []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Aws Tiering - Azure
Tierings []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Azure Tiering - Cloud
Platform string - Google
Tierings []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Google Tiering - Oracle
Tierings []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Oracle Tiering
- aws
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Aws Tiering> - azure
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Azure Tiering> - cloud
Platform String - google
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Google Tiering> - oracle
Tierings List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Oracle Tiering>
- aws
Tierings BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Aws Tiering[] - azure
Tierings BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Azure Tiering[] - cloud
Platform string - google
Tierings BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Google Tiering[] - oracle
Tierings BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Oracle Tiering[]
- aws_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Aws Tiering] - azure_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Azure Tiering] - cloud_
platform str - google_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Google Tiering] - oracle_
tierings Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Archival Target Tier Setting Oracle Tiering]
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAwsTiering, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAwsTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAwsTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAwsTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAzureTiering, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAzureTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAzureTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingAzureTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingGoogleTiering, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingGoogleTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingGoogleTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingGoogleTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingOracleTiering, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingOracleTieringArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingOracleTieringTier, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationArchivalTargetTierSettingOracleTieringTierArgs
- Move
After double - Move
After stringUnit - Tier
Type string
- Move
After float64 - Move
After stringUnit - Tier
Type string
- move
After Double - move
After StringUnit - tier
Type String
- move
After number - move
After stringUnit - tier
Type string
- move_
after float - move_
after_ strunit - tier_
type str
- move
After Number - move
After StringUnit - tier
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetArgs
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Log Retention> - Retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Retention> - Run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Run Timeout> - Schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Schedule> - Targets
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target>
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Log Retention - Retentions
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Retention - Run
Timeouts []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Run Timeout - Schedules
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Schedule - Targets
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target
- backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Log Retention> - retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Retention> - run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Run Timeout> - schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Schedule> - targets
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target>
- backup
Run stringType - config
Id string - copy
On booleanRun Success - log
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Log Retention[] - retentions
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Retention[] - run
Timeouts BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Run Timeout[] - schedules
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Schedule[] - targets
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target[]
- backup_
run_ strtype - config_
id str - copy_
on_ boolrun_ success - log_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Log Retention] - retentions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Retention] - run_
timeouts Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Run Timeout] - schedules
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Schedule] - targets
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target]
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetLogRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetLogRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetLogRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetLogRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRunTimeout, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetRunTimeoutArgs
- Backup
Type string - Timeout
Mins double
- Backup
Type string - Timeout
Mins float64
- backup
Type String - timeout
Mins Double
- backup
Type string - timeout
Mins number
- backup_
type str - timeout_
mins float
- backup
Type String - timeout
Mins Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetScheduleArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetArgs
- Aws
Params List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Aws Param> - Azure
Params List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Azure Param> - Id double
- The unique identifier of the backup_recovery_restore_points.
- Name string
- Aws
Params []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Aws Param - Azure
Params []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Azure Param - Id float64
- The unique identifier of the backup_recovery_restore_points.
- Name string
- aws
Params List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Aws Param> - azure
Params List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Azure Param> - id Double
- The unique identifier of the backup_recovery_restore_points.
- name String
- aws
Params BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Aws Param[] - azure
Params BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Azure Param[] - id number
- The unique identifier of the backup_recovery_restore_points.
- name string
- aws_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Aws Param] - azure_
params Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Cloud Spin Target Target Azure Param] - id float
- The unique identifier of the backup_recovery_restore_points.
- name str
- aws
Params List<Property Map> - azure
Params List<Property Map> - id Number
- The unique identifier of the backup_recovery_restore_points.
- name String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAwsParam, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAwsParamArgs
- custom
Tag List<Property Map>Lists - region Number
- subnet
Id Number - vpc
Id Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAwsParamCustomTagList, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAwsParamCustomTagListArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAzureParam, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationCloudSpinTargetTargetAzureParamArgs
- Availability
Set doubleId - Network
Resource doubleGroup Id - Resource
Group doubleId - Storage
Account doubleId - Storage
Container doubleId - Storage
Resource doubleGroup Id - Temp
Vm doubleResource Group Id - Temp
Vm doubleStorage Account Id - Temp
Vm doubleStorage Container Id - Temp
Vm doubleSubnet Id - Temp
Vm doubleVirtual Network Id
- Availability
Set float64Id - Network
Resource float64Group Id - Resource
Group float64Id - Storage
Account float64Id - Storage
Container float64Id - Storage
Resource float64Group Id - Temp
Vm float64Resource Group Id - Temp
Vm float64Storage Account Id - Temp
Vm float64Storage Container Id - Temp
Vm float64Subnet Id - Temp
Vm float64Virtual Network Id
- availability
Set DoubleId - network
Resource DoubleGroup Id - resource
Group DoubleId - storage
Account DoubleId - storage
Container DoubleId - storage
Resource DoubleGroup Id - temp
Vm DoubleResource Group Id - temp
Vm DoubleStorage Account Id - temp
Vm DoubleStorage Container Id - temp
Vm DoubleSubnet Id - temp
Vm DoubleVirtual Network Id
- availability
Set numberId - network
Resource numberGroup Id - resource
Group numberId - storage
Account numberId - storage
Container numberId - storage
Resource numberGroup Id - temp
Vm numberResource Group Id - temp
Vm numberStorage Account Id - temp
Vm numberStorage Container Id - temp
Vm numberSubnet Id - temp
Vm numberVirtual Network Id
- availability_
set_ floatid - network_
resource_ floatgroup_ id - resource_
group_ floatid - storage_
account_ floatid - storage_
container_ floatid - storage_
resource_ floatgroup_ id - temp_
vm_ floatresource_ group_ id - temp_
vm_ floatstorage_ account_ id - temp_
vm_ floatstorage_ container_ id - temp_
vm_ floatsubnet_ id - temp_
vm_ floatvirtual_ network_ id
- availability
Set NumberId - network
Resource NumberGroup Id - resource
Group NumberId - storage
Account NumberId - storage
Container NumberId - storage
Resource NumberGroup Id - temp
Vm NumberResource Group Id - temp
Vm NumberStorage Account Id - temp
Vm NumberStorage Container Id - temp
Vm NumberSubnet Id - temp
Vm NumberVirtual Network Id
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetArgs
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Log Retention> - Params
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Param> - Retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Retention> - Run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Run Timeout> - Schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Schedule>
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Log Retention - Params
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Param - Retentions
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Retention - Run
Timeouts []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Run Timeout - Schedules
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Schedule
- backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Log Retention> - params
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Param> - retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Retention> - run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Run Timeout> - schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Schedule>
- backup
Run stringType - config
Id string - copy
On booleanRun Success - log
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Log Retention[] - params
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Param[] - retentions
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Retention[] - run
Timeouts BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Run Timeout[] - schedules
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Schedule[]
- backup_
run_ strtype - config_
id str - copy_
on_ boolrun_ success - log_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Log Retention] - params
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Param] - retentions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Retention] - run_
timeouts Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Run Timeout] - schedules
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Onprem Deploy Target Schedule]
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetLogRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetLogRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetLogRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetLogRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetParam, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetParamArgs
- Id double
- The unique identifier of the backup_recovery_restore_points.
- Id float64
- The unique identifier of the backup_recovery_restore_points.
- id Double
- The unique identifier of the backup_recovery_restore_points.
- id number
- The unique identifier of the backup_recovery_restore_points.
- id float
- The unique identifier of the backup_recovery_restore_points.
- id Number
- The unique identifier of the backup_recovery_restore_points.
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRunTimeout, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetRunTimeoutArgs
- Backup
Type string - Timeout
Mins double
- Backup
Type string - Timeout
Mins float64
- backup
Type String - timeout
Mins Double
- backup
Type string - timeout
Mins number
- backup_
type str - timeout_
mins float
- backup
Type String - timeout
Mins Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationOnpremDeployTargetScheduleArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetArgs
- Aws
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Aws Target Config> - Azure
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Azure Target Config> - Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Log Retention> - Remote
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Remote Target Config> - Retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Retention> - Run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Run Timeout> - Schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Schedule> - Target
Type string
- Aws
Target []BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Aws Target Config - Azure
Target []BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Azure Target Config - Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Log Retention - Remote
Target []BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Remote Target Config - Retentions
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Retention - Run
Timeouts []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Run Timeout - Schedules
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Schedule - Target
Type string
- aws
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Aws Target Config> - azure
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Azure Target Config> - backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Log Retention> - remote
Target List<BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Remote Target Config> - retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Retention> - run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Run Timeout> - schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Schedule> - target
Type String
- aws
Target BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Aws Target Config[] - azure
Target BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Azure Target Config[] - backup
Run stringType - config
Id string - copy
On booleanRun Success - log
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Log Retention[] - remote
Target BackupConfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Remote Target Config[] - retentions
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Retention[] - run
Timeouts BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Run Timeout[] - schedules
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Schedule[] - target
Type string
- aws_
target_ Sequence[Backupconfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Aws Target Config] - azure_
target_ Sequence[Backupconfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Azure Target Config] - backup_
run_ strtype - config_
id str - copy_
on_ boolrun_ success - log_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Log Retention] - remote_
target_ Sequence[Backupconfigs Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Remote Target Config] - retentions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Retention] - run_
timeouts Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Replication Target Run Timeout] - schedules
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Replication Target Schedule] - target_
type str
- aws
Target List<Property Map>Configs - azure
Target List<Property Map>Configs - backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<Property Map> - remote
Target List<Property Map>Configs - retentions List<Property Map>
- run
Timeouts List<Property Map> - schedules List<Property Map>
- target
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetAwsTargetConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetAwsTargetConfigArgs
- Name string
- Region double
- Region
Name string - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Name string
- Region float64
- Region
Name string - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- name String
- region Double
- region
Name String - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- name string
- region number
- region
Name string - source
Id number - Specifies the id of the Protection Source which is to be restored.
- name str
- region float
- region_
name str - source_
id float - Specifies the id of the Protection Source which is to be restored.
- name String
- region Number
- region
Name String - source
Id Number - Specifies the id of the Protection Source which is to be restored.
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetAzureTargetConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetAzureTargetConfigArgs
- Name string
- Resource
Group double - Resource
Group stringName - Source
Id double - Specifies the id of the Protection Source which is to be restored.
- Storage
Account double - Storage
Account stringName - Storage
Container double - Storage
Container stringName - Storage
Resource doubleGroup - Storage
Resource stringGroup Name
- Name string
- Resource
Group float64 - Resource
Group stringName - Source
Id float64 - Specifies the id of the Protection Source which is to be restored.
- Storage
Account float64 - Storage
Account stringName - Storage
Container float64 - Storage
Container stringName - Storage
Resource float64Group - Storage
Resource stringGroup Name
- name String
- resource
Group Double - resource
Group StringName - source
Id Double - Specifies the id of the Protection Source which is to be restored.
- storage
Account Double - storage
Account StringName - storage
Container Double - storage
Container StringName - storage
Resource DoubleGroup - storage
Resource StringGroup Name
- name string
- resource
Group number - resource
Group stringName - source
Id number - Specifies the id of the Protection Source which is to be restored.
- storage
Account number - storage
Account stringName - storage
Container number - storage
Container stringName - storage
Resource numberGroup - storage
Resource stringGroup Name
- name str
- resource_
group float - resource_
group_ strname - source_
id float - Specifies the id of the Protection Source which is to be restored.
- storage_
account float - storage_
account_ strname - storage_
container float - storage_
container_ strname - storage_
resource_ floatgroup - storage_
resource_ strgroup_ name
- name String
- resource
Group Number - resource
Group StringName - source
Id Number - Specifies the id of the Protection Source which is to be restored.
- storage
Account Number - storage
Account StringName - storage
Container Number - storage
Container StringName - storage
Resource NumberGroup - storage
Resource StringGroup Name
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetLogRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetLogRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetLogRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetLogRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRemoteTargetConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRemoteTargetConfigArgs
- Cluster
Id double - Cluster
Name string
- Cluster
Id float64 - Cluster
Name string
- cluster
Id Double - cluster
Name String
- cluster
Id number - cluster
Name string
- cluster_
id float - cluster_
name str
- cluster
Id Number - cluster
Name String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRunTimeout, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetRunTimeoutArgs
- Backup
Type string - Timeout
Mins double
- Backup
Type string - Timeout
Mins float64
- backup
Type String - timeout
Mins Double
- backup
Type string - timeout
Mins number
- backup_
type str - timeout_
mins float
- backup
Type String - timeout
Mins Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationReplicationTargetScheduleArgs
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTarget, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetArgs
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Log Retention> - Retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Retention> - Run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Run Timeout> - Schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Schedule> - Target
Id double - Target
Name string - Target
Type string
- Backup
Run stringType - Config
Id string - Copy
On boolRun Success - Log
Retentions []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Log Retention - Retentions
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Retention - Run
Timeouts []BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Run Timeout - Schedules
[]Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Schedule - Target
Id float64 - Target
Name string - Target
Type string
- backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Log Retention> - retentions
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Retention> - run
Timeouts List<BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Run Timeout> - schedules
List<Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Schedule> - target
Id Double - target
Name String - target
Type String
- backup
Run stringType - config
Id string - copy
On booleanRun Success - log
Retentions BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Log Retention[] - retentions
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Retention[] - run
Timeouts BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Run Timeout[] - schedules
Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Schedule[] - target
Id number - target
Name string - target
Type string
- backup_
run_ strtype - config_
id str - copy_
on_ boolrun_ success - log_
retentions Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Log Retention] - retentions
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Retention] - run_
timeouts Sequence[BackupRecovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Run Timeout] - schedules
Sequence[Backup
Recovery Restore Points Full Snapshot Info Targets Configuration Rpaas Target Schedule] - target_
id float - target_
name str - target_
type str
- backup
Run StringType - config
Id String - copy
On BooleanRun Success - log
Retentions List<Property Map> - retentions List<Property Map>
- run
Timeouts List<Property Map> - schedules List<Property Map>
- target
Id Number - target
Name String - target
Type String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetLogRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetLogRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetLogRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetLogRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRetention, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRetentionArgs
- data
Lock List<Property Map>Configs - duration Number
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRetentionDataLockConfig, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRetentionDataLockConfigArgs
- Duration double
- Enable
Worm boolOn External Target - Mode string
- Unit string
- Duration float64
- Enable
Worm boolOn External Target - Mode string
- Unit string
- duration Double
- enable
Worm BooleanOn External Target - mode String
- unit String
- duration number
- enable
Worm booleanOn External Target - mode string
- unit string
- duration float
- enable_
worm_ boolon_ external_ target - mode str
- unit str
- duration Number
- enable
Worm BooleanOn External Target - mode String
- unit String
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRunTimeout, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetRunTimeoutArgs
- Backup
Type string - Timeout
Mins double
- Backup
Type string - Timeout
Mins float64
- backup
Type String - timeout
Mins Double
- backup
Type string - timeout
Mins number
- backup_
type str - timeout_
mins float
- backup
Type String - timeout
Mins Number
BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetSchedule, BackupRecoveryRestorePointsFullSnapshotInfoTargetsConfigurationRpaasTargetScheduleArgs
BackupRecoveryRestorePointsTimeRangeInfo, BackupRecoveryRestorePointsTimeRangeInfoArgs
- error
Message String - time
Ranges List<Property Map> - user
Message String
BackupRecoveryRestorePointsTimeRangeInfoTimeRange, BackupRecoveryRestorePointsTimeRangeInfoTimeRangeArgs
- End
Time doubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Protection
Group stringId - Start
Time doubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- End
Time float64Usecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- Protection
Group stringId - Start
Time float64Usecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- end
Time DoubleUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- protection
Group StringId - start
Time DoubleUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- end
Time numberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- protection
Group stringId - start
Time numberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- end_
time_ floatusecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- protection_
group_ strid - start_
time_ floatusecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
- end
Time NumberUsecs - Specifies the end time specified as a Unix epoch Timestamp in microseconds.
- protection
Group StringId - start
Time NumberUsecs - Specifies the start time specified as a Unix epoch Timestamp in microseconds.
Import
Not Supported
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.