ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecoveryProtectionGroup
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a backup_recovery_protection_group. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoveryProtectionGroup = ibm.getBackupRecoveryProtectionGroup({
protectionGroupId: ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance.id,
xIbmTenantId: ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance.x_ibm_tenant_id,
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_protection_group = ibm.get_backup_recovery_protection_group(protection_group_id=ibm_backup_recovery_protection_group["backup_recovery_protection_group_instance"]["id"],
x_ibm_tenant_id=ibm_backup_recovery_protection_group["backup_recovery_protection_group_instance"]["x_ibm_tenant_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupBackupRecoveryProtectionGroup(ctx, &ibm.LookupBackupRecoveryProtectionGroupArgs{
ProtectionGroupId: ibm_backup_recovery_protection_group.Backup_recovery_protection_group_instance.Id,
XIbmTenantId: ibm_backup_recovery_protection_group.Backup_recovery_protection_group_instance.X_ibm_tenant_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var backupRecoveryProtectionGroup = Ibm.GetBackupRecoveryProtectionGroup.Invoke(new()
{
ProtectionGroupId = ibm_backup_recovery_protection_group.Backup_recovery_protection_group_instance.Id,
XIbmTenantId = ibm_backup_recovery_protection_group.Backup_recovery_protection_group_instance.X_ibm_tenant_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetBackupRecoveryProtectionGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var backupRecoveryProtectionGroup = IbmFunctions.getBackupRecoveryProtectionGroup(GetBackupRecoveryProtectionGroupArgs.builder()
.protectionGroupId(ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance().id())
.xIbmTenantId(ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance().x_ibm_tenant_id())
.build());
}
}
variables:
backupRecoveryProtectionGroup:
fn::invoke:
function: ibm:getBackupRecoveryProtectionGroup
arguments:
protectionGroupId: ${ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance.id}
xIbmTenantId: ${ibm_backup_recovery_protection_group.backup_recovery_protection_group_instance.x_ibm_tenant_id}
Using getBackupRecoveryProtectionGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBackupRecoveryProtectionGroup(args: GetBackupRecoveryProtectionGroupArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryProtectionGroupResult>
function getBackupRecoveryProtectionGroupOutput(args: GetBackupRecoveryProtectionGroupOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryProtectionGroupResult>
def get_backup_recovery_protection_group(id: Optional[str] = None,
include_last_run_info: Optional[bool] = None,
protection_group_id: Optional[str] = None,
prune_excluded_source_ids: Optional[bool] = None,
prune_source_ids: Optional[bool] = None,
request_initiator_type: Optional[str] = None,
x_ibm_tenant_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryProtectionGroupResult
def get_backup_recovery_protection_group_output(id: Optional[pulumi.Input[str]] = None,
include_last_run_info: Optional[pulumi.Input[bool]] = None,
protection_group_id: Optional[pulumi.Input[str]] = None,
prune_excluded_source_ids: Optional[pulumi.Input[bool]] = None,
prune_source_ids: Optional[pulumi.Input[bool]] = None,
request_initiator_type: Optional[pulumi.Input[str]] = None,
x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryProtectionGroupResult]
func LookupBackupRecoveryProtectionGroup(ctx *Context, args *LookupBackupRecoveryProtectionGroupArgs, opts ...InvokeOption) (*LookupBackupRecoveryProtectionGroupResult, error)
func LookupBackupRecoveryProtectionGroupOutput(ctx *Context, args *LookupBackupRecoveryProtectionGroupOutputArgs, opts ...InvokeOption) LookupBackupRecoveryProtectionGroupResultOutput
> Note: This function is named LookupBackupRecoveryProtectionGroup
in the Go SDK.
public static class GetBackupRecoveryProtectionGroup
{
public static Task<GetBackupRecoveryProtectionGroupResult> InvokeAsync(GetBackupRecoveryProtectionGroupArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryProtectionGroupResult> Invoke(GetBackupRecoveryProtectionGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoveryProtectionGroupResult> getBackupRecoveryProtectionGroup(GetBackupRecoveryProtectionGroupArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryProtectionGroupResult> getBackupRecoveryProtectionGroup(GetBackupRecoveryProtectionGroupArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryProtectionGroup:getBackupRecoveryProtectionGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Protection
Group stringId - Specifies a unique id of the Protection Group.
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Id string
- (Integer) Specifies the ID of the object protected.
- Include
Last boolRun Info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- Prune
Excluded boolSource Ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- Prune
Source boolIds - If true, the response will exclude the list of source IDs within the group specified.
- Request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- Protection
Group stringId - Specifies a unique id of the Protection Group.
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Id string
- (Integer) Specifies the ID of the object protected.
- Include
Last boolRun Info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- Prune
Excluded boolSource Ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- Prune
Source boolIds - If true, the response will exclude the list of source IDs within the group specified.
- Request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- protection
Group StringId - Specifies a unique id of the Protection Group.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- id String
- (Integer) Specifies the ID of the object protected.
- include
Last BooleanRun Info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- prune
Excluded BooleanSource Ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- prune
Source BooleanIds - If true, the response will exclude the list of source IDs within the group specified.
- request
Initiator StringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- protection
Group stringId - Specifies a unique id of the Protection Group.
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- id string
- (Integer) Specifies the ID of the object protected.
- include
Last booleanRun Info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- prune
Excluded booleanSource Ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- prune
Source booleanIds - If true, the response will exclude the list of source IDs within the group specified.
- request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- protection_
group_ strid - Specifies a unique id of the Protection Group.
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- id str
- (Integer) Specifies the ID of the object protected.
- include_
last_ boolrun_ info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- prune_
excluded_ boolsource_ ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- prune_
source_ boolids - If true, the response will exclude the list of source IDs within the group specified.
- request_
initiator_ strtype - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- protection
Group StringId - Specifies a unique id of the Protection Group.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- id String
- (Integer) Specifies the ID of the object protected.
- include
Last BooleanRun Info - If true, the response will include last run info. If it is false or not specified, the last run info won't be returned.
- prune
Excluded BooleanSource Ids - If true, the response will not include the list of excluded source IDs in groups that contain this field. This can be set to true in order to improve performance if excluded source IDs are not needed by the user.
- prune
Source BooleanIds - If true, the response will exclude the list of source IDs within the group specified.
- request
Initiator StringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
getBackupRecoveryProtectionGroup Result
The following output properties are available:
- Abort
In boolBlackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- Advanced
Configs List<GetBackup Recovery Protection Group Advanced Config> - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- Alert
Policies List<GetBackup Recovery Protection Group Alert Policy> - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- Cluster
Id string - (Integer) Specifies the id of the cluster.
- Description string
- (String) Description about the tenant.
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Group
Id string - Id string
- (Integer) Specifies the ID of the object protected.
- Invalid
Entities List<GetBackup Recovery Protection Group Invalid Entity> - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Is
Deleted bool - (Boolean) Specifies if the Protection Group has been deleted.
- Is
Paused bool - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- Is
Protect boolOnce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- Last
Modified doubleTimestamp Usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- Last
Runs List<GetBackup Recovery Protection Group Last Run> - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- Missing
Entities List<GetBackup Recovery Protection Group Missing Entity> - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- Mssql
Params List<GetBackup Recovery Protection Group Mssql Param> - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- Name string
- (String) Specifies the name of the object protected.
- Num
Protected doubleObjects - (Integer) Specifies the number of protected objects of the Protection Group.
- Pause
In boolBlackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- Permissions
List<Get
Backup Recovery Protection Group Permission> - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- Physical
Params List<GetBackup Recovery Protection Group Physical Param> - (List) Nested schema for physical_params:
- Policy
Id string - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- Priority string
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- Protection
Group stringId - (String) ProtectionGroupId to which this run belongs.
- Qos
Policy string - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- Region
Id string - (String) Specifies the region ID.
- Slas
List<Get
Backup Recovery Protection Group Sla> - (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- Start
Times List<GetBackup Recovery Protection Group Start Time> - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- XIbm
Tenant stringId - Include
Last boolRun Info - Prune
Excluded boolSource Ids - Prune
Source boolIds - Request
Initiator stringType
- Abort
In boolBlackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- Advanced
Configs []GetBackup Recovery Protection Group Advanced Config - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- Alert
Policies []GetBackup Recovery Protection Group Alert Policy - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- Cluster
Id string - (Integer) Specifies the id of the cluster.
- Description string
- (String) Description about the tenant.
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Group
Id string - Id string
- (Integer) Specifies the ID of the object protected.
- Invalid
Entities []GetBackup Recovery Protection Group Invalid Entity - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Is
Deleted bool - (Boolean) Specifies if the Protection Group has been deleted.
- Is
Paused bool - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- Is
Protect boolOnce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- Last
Modified float64Timestamp Usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- Last
Runs []GetBackup Recovery Protection Group Last Run - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- Missing
Entities []GetBackup Recovery Protection Group Missing Entity - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- Mssql
Params []GetBackup Recovery Protection Group Mssql Param - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- Name string
- (String) Specifies the name of the object protected.
- Num
Protected float64Objects - (Integer) Specifies the number of protected objects of the Protection Group.
- Pause
In boolBlackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- Permissions
[]Get
Backup Recovery Protection Group Permission - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- Physical
Params []GetBackup Recovery Protection Group Physical Param - (List) Nested schema for physical_params:
- Policy
Id string - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- Priority string
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- Protection
Group stringId - (String) ProtectionGroupId to which this run belongs.
- Qos
Policy string - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- Region
Id string - (String) Specifies the region ID.
- Slas
[]Get
Backup Recovery Protection Group Sla - (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- Start
Times []GetBackup Recovery Protection Group Start Time - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- XIbm
Tenant stringId - Include
Last boolRun Info - Prune
Excluded boolSource Ids - Prune
Source boolIds - Request
Initiator stringType
- abort
In BooleanBlackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- advanced
Configs List<GetBackup Recovery Protection Group Advanced Config> - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- alert
Policies List<GetBackup Recovery Protection Group Alert Policy> - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- cluster
Id String - (Integer) Specifies the id of the cluster.
- description String
- (String) Description about the tenant.
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- group
Id String - id String
- (Integer) Specifies the ID of the object protected.
- invalid
Entities List<GetBackup Recovery Protection Group Invalid Entity> - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- is
Deleted Boolean - (Boolean) Specifies if the Protection Group has been deleted.
- is
Paused Boolean - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- is
Protect BooleanOnce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- last
Modified DoubleTimestamp Usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- last
Runs List<GetBackup Recovery Protection Group Last Run> - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- missing
Entities List<GetBackup Recovery Protection Group Missing Entity> - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- mssql
Params List<GetBackup Recovery Protection Group Mssql Param> - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- name String
- (String) Specifies the name of the object protected.
- num
Protected DoubleObjects - (Integer) Specifies the number of protected objects of the Protection Group.
- pause
In BooleanBlackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- permissions
List<Get
Backup Recovery Protection Group Permission> - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- physical
Params List<GetBackup Recovery Protection Group Physical Param> - (List) Nested schema for physical_params:
- policy
Id String - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- priority String
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- protection
Group StringId - (String) ProtectionGroupId to which this run belongs.
- qos
Policy String - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- region
Id String - (String) Specifies the region ID.
- slas
List<Get
Backup Recovery Protection Group Sla> - (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- start
Times List<GetBackup Recovery Protection Group Start Time> - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- x
Ibm StringTenant Id - include
Last BooleanRun Info - prune
Excluded BooleanSource Ids - prune
Source BooleanIds - request
Initiator StringType
- abort
In booleanBlackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- advanced
Configs GetBackup Recovery Protection Group Advanced Config[] - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- alert
Policies GetBackup Recovery Protection Group Alert Policy[] - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- cluster
Id string - (Integer) Specifies the id of the cluster.
- description string
- (String) Description about the tenant.
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- group
Id string - id string
- (Integer) Specifies the ID of the object protected.
- invalid
Entities GetBackup Recovery Protection Group Invalid Entity[] - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- is
Deleted boolean - (Boolean) Specifies if the Protection Group has been deleted.
- is
Paused boolean - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- is
Protect booleanOnce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- last
Modified numberTimestamp Usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- last
Runs GetBackup Recovery Protection Group Last Run[] - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- missing
Entities GetBackup Recovery Protection Group Missing Entity[] - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- mssql
Params GetBackup Recovery Protection Group Mssql Param[] - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- name string
- (String) Specifies the name of the object protected.
- num
Protected numberObjects - (Integer) Specifies the number of protected objects of the Protection Group.
- pause
In booleanBlackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- permissions
Get
Backup Recovery Protection Group Permission[] - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- physical
Params GetBackup Recovery Protection Group Physical Param[] - (List) Nested schema for physical_params:
- policy
Id string - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- priority string
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- protection
Group stringId - (String) ProtectionGroupId to which this run belongs.
- qos
Policy string - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- region
Id string - (String) Specifies the region ID.
- slas
Get
Backup Recovery Protection Group Sla[] - (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- start
Times GetBackup Recovery Protection Group Start Time[] - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- x
Ibm stringTenant Id - include
Last booleanRun Info - prune
Excluded booleanSource Ids - prune
Source booleanIds - request
Initiator stringType
- abort_
in_ boolblackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- advanced_
configs Sequence[GetBackup Recovery Protection Group Advanced Config] - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- alert_
policies Sequence[GetBackup Recovery Protection Group Alert Policy] - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- cluster_
id str - (Integer) Specifies the id of the cluster.
- description str
- (String) Description about the tenant.
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- group_
id str - id str
- (Integer) Specifies the ID of the object protected.
- invalid_
entities Sequence[GetBackup Recovery Protection Group Invalid Entity] - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- is_
deleted bool - (Boolean) Specifies if the Protection Group has been deleted.
- is_
paused bool - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- is_
protect_ boolonce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- last_
modified_ floattimestamp_ usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- last_
runs Sequence[GetBackup Recovery Protection Group Last Run] - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- missing_
entities Sequence[GetBackup Recovery Protection Group Missing Entity] - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- mssql_
params Sequence[GetBackup Recovery Protection Group Mssql Param] - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- name str
- (String) Specifies the name of the object protected.
- num_
protected_ floatobjects - (Integer) Specifies the number of protected objects of the Protection Group.
- pause_
in_ boolblackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- permissions
Sequence[Get
Backup Recovery Protection Group Permission] - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- physical_
params Sequence[GetBackup Recovery Protection Group Physical Param] - (List) Nested schema for physical_params:
- policy_
id str - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- priority str
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- protection_
group_ strid - (String) ProtectionGroupId to which this run belongs.
- qos_
policy str - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- region_
id str - (String) Specifies the region ID.
- slas
Sequence[Get
Backup Recovery Protection Group Sla] - (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- start_
times Sequence[GetBackup Recovery Protection Group Start Time] - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- x_
ibm_ strtenant_ id - include_
last_ boolrun_ info - prune_
excluded_ boolsource_ ids - prune_
source_ boolids - request_
initiator_ strtype
- abort
In BooleanBlackouts - (Boolean) Specifies whether currently executing jobs should abort if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false.
- advanced
Configs List<Property Map> - (List) Specifies the advanced configuration for a protection job. Nested schema for advanced_configs:
- alert
Policies List<Property Map> - (List) Specifies a policy for alerting users of the status of a Protection Group. Nested schema for alert_policy:
- cluster
Id String - (Integer) Specifies the id of the cluster.
- description String
- (String) Description about the tenant.
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- group
Id String - id String
- (Integer) Specifies the ID of the object protected.
- invalid
Entities List<Property Map> - (List) Specifies the Information about invalid entities. An entity will be considered invalid if it is part of an active protection group but has lost compatibility for the given backup type. Nested schema for invalid_entities:
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- is
Deleted Boolean - (Boolean) Specifies if the Protection Group has been deleted.
- is
Paused Boolean - (Boolean) Specifies if the the Protection Group is paused. New runs are not scheduled for the paused Protection Groups. Active run if any is not impacted.
- is
Protect BooleanOnce - (Boolean) Specifies if the the Protection Group is using a protect once type of policy. This field is helpful to identify run happen for this group.
- last
Modified NumberTimestamp Usecs - (Integer) Specifies the last time this protection group was updated. If this is passed into a PUT request, then the backend will validate that the timestamp passed in matches the time that the protection group was actually last modified. If the two timestamps do not match, then the request will be rejected with a stale error.
- last
Runs List<Property Map> - (List) Specifies the parameters which are common between Protection Group runs of all Protection Groups. Nested schema for last_run:
- missing
Entities List<Property Map> - (List) Specifies the Information about missing entities. Nested schema for missing_entities:
- mssql
Params List<Property Map> - (List) Specifies the parameters specific to MSSQL Protection Group. Nested schema for mssql_params:
- name String
- (String) Specifies the name of the object protected.
- num
Protected NumberObjects - (Integer) Specifies the number of protected objects of the Protection Group.
- pause
In BooleanBlackouts - (Boolean) Specifies whether currently executing jobs should be paused if a blackout period specified by a policy starts. Available only if the selected policy has at least one blackout period. Default value is false. This field should not be set to true if 'abortInBlackouts' is sent as true.
- permissions List<Property Map>
- (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- physical
Params List<Property Map> - (List) Nested schema for physical_params:
- policy
Id String - (String) Specifies the unique id of the Protection Policy associated with the Protection Group. The Policy provides retry settings Protection Schedules, Priority, SLA, etc.
- priority String
- (String) Specifies the priority of the Protection Group.
- Constraints: Allowable values are:
kLow
,kMedium
,kHigh
.
- Constraints: Allowable values are:
- protection
Group StringId - (String) ProtectionGroupId to which this run belongs.
- qos
Policy String - (String) Specifies whether the Protection Group will be written to HDD or SSD.
- Constraints: Allowable values are:
kBackupHDD
,kBackupSSD
,kTestAndDevHigh
,kBackupAll
.
- Constraints: Allowable values are:
- region
Id String - (String) Specifies the region ID.
- slas List<Property Map>
- (List) Specifies the SLA parameters for this Protection Group. Nested schema for sla:
- start
Times List<Property Map> - (List) Specifies the time of day. Used for scheduling purposes. Nested schema for start_time:
- x
Ibm StringTenant Id - include
Last BooleanRun Info - prune
Excluded BooleanSource Ids - prune
Source BooleanIds - request
Initiator StringType
Supporting Types
GetBackupRecoveryProtectionGroupAdvancedConfig
GetBackupRecoveryProtectionGroupAlertPolicy
- Alert
Targets List<GetBackup Recovery Protection Group Alert Policy Alert Target> - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- Backup
Run List<string>Statuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Raise
Object boolLevel Failure Alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- Raise
Object boolLevel Failure Alert After Each Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- Raise
Object boolLevel Failure Alert After Last Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
- Alert
Targets []GetBackup Recovery Protection Group Alert Policy Alert Target - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- Backup
Run []stringStatuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Raise
Object boolLevel Failure Alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- Raise
Object boolLevel Failure Alert After Each Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- Raise
Object boolLevel Failure Alert After Last Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
- alert
Targets List<GetBackup Recovery Protection Group Alert Policy Alert Target> - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- backup
Run List<String>Statuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- raise
Object BooleanLevel Failure Alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- raise
Object BooleanLevel Failure Alert After Each Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- raise
Object BooleanLevel Failure Alert After Last Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
- alert
Targets GetBackup Recovery Protection Group Alert Policy Alert Target[] - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- backup
Run string[]Statuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- raise
Object booleanLevel Failure Alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- raise
Object booleanLevel Failure Alert After Each Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- raise
Object booleanLevel Failure Alert After Last Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
- alert_
targets Sequence[GetBackup Recovery Protection Group Alert Policy Alert Target] - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- backup_
run_ Sequence[str]statuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- raise_
object_ boollevel_ failure_ alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- raise_
object_ boollevel_ failure_ alert_ after_ each_ attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- raise_
object_ boollevel_ failure_ alert_ after_ last_ attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
- alert
Targets List<Property Map> - (List) Specifies a list of targets to receive the alerts. Nested schema for alert_targets:
- backup
Run List<String>Statuses - (List) Specifies the run status for which the user would like to receive alerts.
- Constraints: Allowable list items are:
kSuccess
,kFailure
,kSlaViolation
,kWarning
. The minimum length is1
item.
- Constraints: Allowable list items are:
- raise
Object BooleanLevel Failure Alert - (Boolean) Specifies whether object level alerts are raised for backup failures after the backup run.
- raise
Object BooleanLevel Failure Alert After Each Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after each backup attempt.
- raise
Object BooleanLevel Failure Alert After Last Attempt - (Boolean) Specifies whether object level alerts are raised for backup failures after last backup attempt.
GetBackupRecoveryProtectionGroupAlertPolicyAlertTarget
- Email
Address string - (String) Specifies an email address to receive an alert.
- Language string
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- Recipient
Type string - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
- Email
Address string - (String) Specifies an email address to receive an alert.
- Language string
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- Recipient
Type string - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
- email
Address String - (String) Specifies an email address to receive an alert.
- language String
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- recipient
Type String - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
- email
Address string - (String) Specifies an email address to receive an alert.
- language string
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- recipient
Type string - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
- email_
address str - (String) Specifies an email address to receive an alert.
- language str
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- recipient_
type str - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
- email
Address String - (String) Specifies an email address to receive an alert.
- language String
- (String) Specifies the language of the delivery target. Default value is 'en-us'.
- Constraints: Allowable values are:
en-us
,ja-jp
,zh-cn
.
- Constraints: Allowable values are:
- recipient
Type String - (String) Specifies the recipient type of email recipient. Default value is 'kTo'.
- Constraints: Allowable values are:
kTo
,kCc
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupInvalidEntity
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Parent
Source doubleId - (Integer) Specifies the id of the parent source of the object.
- Parent
Source stringName - (String) Specifies the name of the parent source of the object.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Parent
Source float64Id - (Integer) Specifies the id of the parent source of the object.
- Parent
Source stringName - (String) Specifies the name of the parent source of the object.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- parent
Source DoubleId - (Integer) Specifies the id of the parent source of the object.
- parent
Source StringName - (String) Specifies the name of the parent source of the object.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- parent
Source numberId - (Integer) Specifies the id of the parent source of the object.
- parent
Source stringName - (String) Specifies the name of the parent source of the object.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- parent_
source_ floatid - (Integer) Specifies the id of the parent source of the object.
- parent_
source_ strname - (String) Specifies the name of the parent source of the object.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- parent
Source NumberId - (Integer) Specifies the id of the parent source of the object.
- parent
Source StringName - (String) Specifies the name of the parent source of the object.
GetBackupRecoveryProtectionGroupLastRun
- Archival
Infos List<GetBackup Recovery Protection Group Last Run Archival Info> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- Cloud
Spin List<GetInfos Backup Recovery Protection Group Last Run Cloud Spin Info> - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Externally
Triggered stringBackup Tag - (String) The tag of externally triggered backup job.
- Has
Local boolSnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Cloud boolArchival Direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- Is
Local boolSnapshots Deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- Is
Replication boolRun - (Boolean) Specifies if this protection run is a replication run.
- Local
Backup List<GetInfos Backup Recovery Protection Group Last Run Local Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- Objects
List<Get
Backup Recovery Protection Group Last Run Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Origin
Cluster List<GetIdentifiers Backup Recovery Protection Group Last Run Origin Cluster Identifier> - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- Origin
Protection stringGroup Id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- Original
Backup List<GetInfos Backup Recovery Protection Group Last Run Original Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- Permissions
List<Get
Backup Recovery Protection Group Last Run Permission> - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- Protection
Group stringId - Specifies a unique id of the Protection Group.
- Protection
Group doubleInstance Id - (Integer) Protection Group instance Id. This field will be removed later.
- Protection
Group stringName - (String) Name of the Protection Group to which this run belongs.
- Replication
Infos List<GetBackup Recovery Protection Group Last Run Replication Info> - (List) Specifies summary information about replication run. Nested schema for replication_info:
- Archival
Infos []GetBackup Recovery Protection Group Last Run Archival Info - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- Cloud
Spin []GetInfos Backup Recovery Protection Group Last Run Cloud Spin Info - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Externally
Triggered stringBackup Tag - (String) The tag of externally triggered backup job.
- Has
Local boolSnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Cloud boolArchival Direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- Is
Local boolSnapshots Deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- Is
Replication boolRun - (Boolean) Specifies if this protection run is a replication run.
- Local
Backup []GetInfos Backup Recovery Protection Group Last Run Local Backup Info - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- Objects
[]Get
Backup Recovery Protection Group Last Run Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Origin
Cluster []GetIdentifiers Backup Recovery Protection Group Last Run Origin Cluster Identifier - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- Origin
Protection stringGroup Id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- Original
Backup []GetInfos Backup Recovery Protection Group Last Run Original Backup Info - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- Permissions
[]Get
Backup Recovery Protection Group Last Run Permission - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- Protection
Group stringId - Specifies a unique id of the Protection Group.
- Protection
Group float64Instance Id - (Integer) Protection Group instance Id. This field will be removed later.
- Protection
Group stringName - (String) Name of the Protection Group to which this run belongs.
- Replication
Infos []GetBackup Recovery Protection Group Last Run Replication Info - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos List<GetBackup Recovery Protection Group Last Run Archival Info> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin List<GetInfos Backup Recovery Protection Group Last Run Cloud Spin Info> - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- externally
Triggered StringBackup Tag - (String) The tag of externally triggered backup job.
- has
Local BooleanSnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- id String
- (Integer) Specifies the ID of the object protected.
- is
Cloud BooleanArchival Direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- is
Local BooleanSnapshots Deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- is
Replication BooleanRun - (Boolean) Specifies if this protection run is a replication run.
- local
Backup List<GetInfos Backup Recovery Protection Group Last Run Local Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- objects
List<Get
Backup Recovery Protection Group Last Run Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- origin
Cluster List<GetIdentifiers Backup Recovery Protection Group Last Run Origin Cluster Identifier> - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- origin
Protection StringGroup Id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- original
Backup List<GetInfos Backup Recovery Protection Group Last Run Original Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- permissions
List<Get
Backup Recovery Protection Group Last Run Permission> - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- protection
Group StringId - Specifies a unique id of the Protection Group.
- protection
Group DoubleInstance Id - (Integer) Protection Group instance Id. This field will be removed later.
- protection
Group StringName - (String) Name of the Protection Group to which this run belongs.
- replication
Infos List<GetBackup Recovery Protection Group Last Run Replication Info> - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos GetBackup Recovery Protection Group Last Run Archival Info[] - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin GetInfos Backup Recovery Protection Group Last Run Cloud Spin Info[] - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- externally
Triggered stringBackup Tag - (String) The tag of externally triggered backup job.
- has
Local booleanSnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- id string
- (Integer) Specifies the ID of the object protected.
- is
Cloud booleanArchival Direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- is
Local booleanSnapshots Deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- is
Replication booleanRun - (Boolean) Specifies if this protection run is a replication run.
- local
Backup GetInfos Backup Recovery Protection Group Last Run Local Backup Info[] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- objects
Get
Backup Recovery Protection Group Last Run Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- origin
Cluster GetIdentifiers Backup Recovery Protection Group Last Run Origin Cluster Identifier[] - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- origin
Protection stringGroup Id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- original
Backup GetInfos Backup Recovery Protection Group Last Run Original Backup Info[] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- permissions
Get
Backup Recovery Protection Group Last Run Permission[] - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- protection
Group stringId - Specifies a unique id of the Protection Group.
- protection
Group numberInstance Id - (Integer) Protection Group instance Id. This field will be removed later.
- protection
Group stringName - (String) Name of the Protection Group to which this run belongs.
- replication
Infos GetBackup Recovery Protection Group Last Run Replication Info[] - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival_
infos Sequence[GetBackup Recovery Protection Group Last Run Archival Info] - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud_
spin_ Sequence[Getinfos Backup Recovery Protection Group Last Run Cloud Spin Info] - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- externally_
triggered_ strbackup_ tag - (String) The tag of externally triggered backup job.
- has_
local_ boolsnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- id str
- (Integer) Specifies the ID of the object protected.
- is_
cloud_ boolarchival_ direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- is_
local_ boolsnapshots_ deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- is_
replication_ boolrun - (Boolean) Specifies if this protection run is a replication run.
- local_
backup_ Sequence[Getinfos Backup Recovery Protection Group Last Run Local Backup Info] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- objects
Sequence[Get
Backup Recovery Protection Group Last Run Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- origin_
cluster_ Sequence[Getidentifiers Backup Recovery Protection Group Last Run Origin Cluster Identifier] - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- origin_
protection_ strgroup_ id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- original_
backup_ Sequence[Getinfos Backup Recovery Protection Group Last Run Original Backup Info] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- permissions
Sequence[Get
Backup Recovery Protection Group Last Run Permission] - (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- protection_
group_ strid - Specifies a unique id of the Protection Group.
- protection_
group_ floatinstance_ id - (Integer) Protection Group instance Id. This field will be removed later.
- protection_
group_ strname - (String) Name of the Protection Group to which this run belongs.
- replication_
infos Sequence[GetBackup Recovery Protection Group Last Run Replication Info] - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos List<Property Map> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin List<Property Map>Infos - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- externally
Triggered StringBackup Tag - (String) The tag of externally triggered backup job.
- has
Local BooleanSnapshot - (Boolean) Specifies whether the run has a local snapshot. For cloud retrieved runs there may not be local snapshots.
- id String
- (Integer) Specifies the ID of the object protected.
- is
Cloud BooleanArchival Direct - (Boolean) Specifies whether the run is a CAD run if cloud archive direct feature is enabled. If this field is true, the primary backup copy will only be available at the given archived location.
- is
Local BooleanSnapshots Deleted - (Boolean) Specifies if snapshots for this run has been deleted.
- is
Replication BooleanRun - (Boolean) Specifies if this protection run is a replication run.
- local
Backup List<Property Map>Infos - (List) Specifies summary information about local snapshot run across all objects. Nested schema for local_backup_info:
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- origin
Cluster List<Property Map>Identifiers - (List) Specifies the information about a cluster. Nested schema for origin_cluster_identifier:
- origin
Protection StringGroup Id - (String) ProtectionGroupId to which this run belongs on the primary cluster if this run is a replication run.
- original
Backup List<Property Map>Infos - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- permissions List<Property Map>
- (List) Specifies the list of tenants that have permissions for this protection group. Nested schema for permissions:
- protection
Group StringId - Specifies a unique id of the Protection Group.
- protection
Group NumberInstance Id - (Integer) Protection Group instance Id. This field will be removed later.
- protection
Group StringName - (String) Name of the Protection Group to which this run belongs.
- replication
Infos List<Property Map> - (List) Specifies summary information about replication run. Nested schema for replication_info:
GetBackupRecoveryProtectionGroupLastRunArchivalInfo
- Archival
Target List<GetResults Backup Recovery Protection Group Last Run Archival Info Archival Target Result> - (List) Archival result for an archival target. Nested schema for archival_target_results:
- Archival
Target []GetResults Backup Recovery Protection Group Last Run Archival Info Archival Target Result - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target List<GetResults Backup Recovery Protection Group Last Run Archival Info Archival Target Result> - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target GetResults Backup Recovery Protection Group Last Run Archival Info Archival Target Result[] - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival_
target_ Sequence[Getresults Backup Recovery Protection Group Last Run Archival Info Archival Target Result] - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target List<Property Map>Results - (List) Archival result for an archival target. Nested schema for archival_target_results:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResult
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Cancelled
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects doubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Archival Info Archival Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Failed
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects doubleCount - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Cad boolArchive - (Boolean) Whether this is CAD archive or not.
- Is
Forever boolIncremental - (Boolean) Whether this is forever incremental or not.
- Is
Incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Message string
- (String) Message about the replication run.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queued
Time doubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects doubleCount - (Integer) Specifies the count of objects for which backup was successful.
- Target
Id double - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Worm
Properties List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Worm Property> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Cancelled
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects float64Count - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Archival Info Archival Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Failed
App float64Objects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects float64Count - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Cad boolArchive - (Boolean) Whether this is CAD archive or not.
- Is
Forever boolIncremental - (Boolean) Whether this is forever incremental or not.
- Is
Incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Message string
- (String) Message about the replication run.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queued
Time float64Usecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects float64Count - (Integer) Specifies the count of objects for which backup was successful.
- Target
Id float64 - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Worm
Properties []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Worm Property - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Archival Info Archival Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects DoubleCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Cad BooleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever BooleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental Boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message String
- (String) Message about the replication run.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queued
Time DoubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id Double - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Worm Property> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects numberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Archival Info Archival Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App numberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects numberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Cad booleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever booleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla booleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message string
- (String) Message about the replication run.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queued
Time numberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects numberCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id number - (Integer) Specifies the archival target ID.
- target
Name string - (String) Specifies the archival target name.
- target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting[] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Worm Property[] - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival_
task_ strid - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was cancelled.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Archival Info Archival Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup failed.
- failed_
objects_ floatcount - (Integer) Specifies the count of objects for which backup failed.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
cad_ boolarchive - (Boolean) Whether this is CAD archive or not.
- is_
forever_ boolincremental - (Boolean) Whether this is forever incremental or not.
- is_
incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is_
sla_ boolviolated - (Boolean) Indicated if SLA has been violated for this run.
- message str
- (String) Message about the replication run.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queued_
time_ floatusecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run_
type str - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot_
id str - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was successful.
- successful_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was successful.
- target_
id float - (Integer) Specifies the archival target ID.
- target_
name str - (String) Specifies the archival target name.
- target_
type str - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier_
settings Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage_
type str - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm_
properties Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Worm Property] - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects NumberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects NumberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Cad BooleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever BooleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental Boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message String
- (String) Message about the replication run.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queued
Time NumberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects NumberCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id Number - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<Property Map> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties List<Property Map> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultStat
- Avg
Logical doubleTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- Backup
File doubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- File
Walk boolDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- Logical
Bytes doubleTransferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Total
File doubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Avg
Logical float64Transfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- Backup
File float64Count - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- File
Walk boolDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- Logical
Bytes float64Transferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- Total
File float64Count - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical DoubleTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File DoubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk BooleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes DoubleTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File DoubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical numberTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File numberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk booleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes numberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File numberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg_
logical_ floattransfer_ rate_ bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup_
file_ floatcount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- file_
walk_ booldone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical_
bytes_ floattransferred - (Integer) Specifies the total logical bytes transferred.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- total_
file_ floatcount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical NumberTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File NumberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk BooleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes NumberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File NumberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSetting
- Aws
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- Aws
Tierings []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings []GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering[] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering[] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering[] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering[] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws_
tierings Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure_
tierings Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud_
platform str - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current_
tier_ strtype - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google_
tierings Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle_
tierings Sequence[GetBackup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<Property Map> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<Property Map> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<Property Map> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<Property Map> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingAwsTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Aws Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingAwsTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingAzureTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Azure Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingAzureTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingGoogleTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Google Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingGoogleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingOracleTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Archival Info Archival Target Result Tier Setting Oracle Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultTierSettingOracleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunArchivalInfoArchivalTargetResultWormProperty
- Is
Archive boolWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- Worm
Expiry doubleTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- Worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- Is
Archive boolWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- Worm
Expiry float64Time Usecs - (Integer) Specifies the time at which the WORM protection expires.
- Worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive BooleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry DoubleTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non StringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive booleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry numberTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is_
archive_ boolworm_ compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm_
expiry_ floattime_ usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm_
non_ strcompliance_ reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive BooleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry NumberTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non StringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfo
- Cloud
Spin List<GetTarget Results Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result> - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- Cloud
Spin []GetTarget Results Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin List<GetTarget Results Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result> - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin GetTarget Results Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result[] - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud_
spin_ Sequence[Gettarget_ results Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result] - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin List<Property Map>Target Results - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResult
- Aws
Params List<GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- Azure
Params List<GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Azure Param> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- Cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Id double
- (Integer) Specifies the ID of the object protected.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Name string
- (String) Specifies the name of the object protected.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Aws
Params []GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- Azure
Params []GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Azure Param - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- Cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Name string
- (String) Specifies the name of the object protected.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params List<GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params List<GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Azure Param> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task StringId - (String) Task ID for a CloudSpin protection run.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id Double
- (Integer) Specifies the ID of the object protected.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- name String
- (String) Specifies the name of the object protected.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param[] - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Azure Param[] - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id number
- (Integer) Specifies the ID of the object protected.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message string
- (String) Message about the replication run.
- name string
- (String) Specifies the name of the object protected.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws_
params Sequence[GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param] - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure_
params Sequence[GetBackup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Azure Param] - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin_
task_ strid - (String) Task ID for a CloudSpin protection run.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id float
- (Integer) Specifies the ID of the object protected.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message str
- (String) Message about the replication run.
- name str
- (String) Specifies the name of the object protected.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params List<Property Map> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params List<Property Map> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task StringId - (String) Task ID for a CloudSpin protection run.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id Number
- (Integer) Specifies the ID of the object protected.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- name String
- (String) Specifies the name of the object protected.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResultAwsParam
- Custom
Tag List<GetLists Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List> - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- Region double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Subnet
Id double - (Integer) Specifies id of the subnet within above VPC.
- Vpc
Id double - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- Custom
Tag []GetLists Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- Region float64
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Subnet
Id float64 - (Integer) Specifies id of the subnet within above VPC.
- Vpc
Id float64 - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag List<GetLists Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List> - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region Double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id Double - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id Double - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag GetLists Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List[] - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id number - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id number - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom_
tag_ Sequence[Getlists Backup Recovery Protection Group Last Run Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List] - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region float
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet_
id float - (Integer) Specifies id of the subnet within above VPC.
- vpc_
id float - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag List<Property Map>Lists - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region Number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id Number - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id Number - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResultAwsParamCustomTagList
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResultAzureParam
- Availability
Set doubleId - (Integer) Specifies the availability set.
- Network
Resource doubleGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- Resource
Group doubleId - (String) Specifies the Resource Group ID associated with the tenant.
- Storage
Account doubleId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Storage
Container doubleId - (Integer) Specifies id of the storage container within the above storage account.
- Storage
Resource doubleGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- Temp
Vm doubleResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- Temp
Vm doubleStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Temp
Vm doubleStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- Temp
Vm doubleSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- Temp
Vm doubleVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- Availability
Set float64Id - (Integer) Specifies the availability set.
- Network
Resource float64Group Id - (Integer) Specifies id of the resource group for the selected virtual network.
- Resource
Group float64Id - (String) Specifies the Resource Group ID associated with the tenant.
- Storage
Account float64Id - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Storage
Container float64Id - (Integer) Specifies id of the storage container within the above storage account.
- Storage
Resource float64Group Id - (Integer) Specifies id of the resource group for the selected storage account.
- Temp
Vm float64Resource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- Temp
Vm float64Storage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Temp
Vm float64Storage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- Temp
Vm float64Subnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- Temp
Vm float64Virtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set DoubleId - (Integer) Specifies the availability set.
- network
Resource DoubleGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group DoubleId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account DoubleId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container DoubleId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource DoubleGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm DoubleResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm DoubleStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm DoubleStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm DoubleSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm DoubleVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set numberId - (Integer) Specifies the availability set.
- network
Resource numberGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group numberId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account numberId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container numberId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource numberGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm numberResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm numberStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm numberStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm numberSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm numberVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability_
set_ floatid - (Integer) Specifies the availability set.
- network_
resource_ floatgroup_ id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource_
group_ floatid - (String) Specifies the Resource Group ID associated with the tenant.
- storage_
account_ floatid - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage_
container_ floatid - (Integer) Specifies id of the storage container within the above storage account.
- storage_
resource_ floatgroup_ id - (Integer) Specifies id of the resource group for the selected storage account.
- temp_
vm_ floatresource_ group_ id - (Integer) Specifies id of the temporary Azure resource group.
- temp_
vm_ floatstorage_ account_ id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp_
vm_ floatstorage_ container_ id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp_
vm_ floatsubnet_ id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp_
vm_ floatvirtual_ network_ id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set NumberId - (Integer) Specifies the availability set.
- network
Resource NumberGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group NumberId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account NumberId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container NumberId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource NumberGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm NumberResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm NumberStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm NumberStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm NumberSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm NumberVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunCloudSpinInfoCloudSpinTargetResultStat
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
GetBackupRecoveryProtectionGroupLastRunLocalBackupInfo
- Cancelled
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects doubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Local Backup Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Failed
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects doubleCount - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Local
Snapshot List<GetStats Backup Recovery Protection Group Last Run Local Backup Info Local Snapshot Stat> - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- Local
Task stringId - (String) Task ID for a local protection run.
- Messages List<string>
- (List) Message about the backup run.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Skipped
Objects doubleCount - (Integer) Specifies the count of objects for which backup was skipped.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects doubleCount - (Integer) Specifies the count of objects for which backup was successful.
- Cancelled
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects float64Count - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Local Backup Info Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Failed
App float64Objects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects float64Count - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Local
Snapshot []GetStats Backup Recovery Protection Group Last Run Local Backup Info Local Snapshot Stat - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- Local
Task stringId - (String) Task ID for a local protection run.
- Messages []string
- (List) Message about the backup run.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Skipped
Objects float64Count - (Integer) Specifies the count of objects for which backup was skipped.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects float64Count - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock String - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Local Backup Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects DoubleCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot List<GetStats Backup Recovery Protection Group Last Run Local Backup Info Local Snapshot Stat> - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task StringId - (String) Task ID for a local protection run.
- messages List<String>
- (List) Message about the backup run.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects numberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Local Backup Info Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App numberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects numberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Sla booleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot GetStats Backup Recovery Protection Group Last Run Local Backup Info Local Snapshot Stat[] - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task stringId - (String) Task ID for a local protection run.
- messages string[]
- (List) Message about the backup run.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects numberCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects numberCount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was cancelled.
- data_
lock str - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Local Backup Info Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup failed.
- failed_
objects_ floatcount - (Integer) Specifies the count of objects for which backup failed.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
sla_ boolviolated - (Boolean) Indicated if SLA has been violated for this run.
- local_
snapshot_ Sequence[Getstats Backup Recovery Protection Group Last Run Local Backup Info Local Snapshot Stat] - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local_
task_ strid - (String) Task ID for a local protection run.
- messages Sequence[str]
- (List) Message about the backup run.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- run_
type str - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was skipped.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was successful.
- successful_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects NumberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock String - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects NumberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot List<Property Map>Stats - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task StringId - (String) Task ID for a local protection run.
- messages List<String>
- (List) Message about the backup run.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects NumberCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects NumberCount - (Integer) Specifies the count of objects for which backup was successful.
GetBackupRecoveryProtectionGroupLastRunLocalBackupInfoDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunLocalBackupInfoLocalSnapshotStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunObject
- Archival
Infos List<GetBackup Recovery Protection Group Last Run Object Archival Info> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- Cloud
Spin List<GetInfos Backup Recovery Protection Group Last Run Object Cloud Spin Info> - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- Local
Snapshot List<GetInfos Backup Recovery Protection Group Last Run Object Local Snapshot Info> - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- Objects
List<Get
Backup Recovery Protection Group Last Run Object Object> - (List) Specifies the Object Summary. Nested schema for object:
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Original
Backup List<GetInfos Backup Recovery Protection Group Last Run Object Original Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- Replication
Infos List<GetBackup Recovery Protection Group Last Run Object Replication Info> - (List) Specifies summary information about replication run. Nested schema for replication_info:
- Archival
Infos []GetBackup Recovery Protection Group Last Run Object Archival Info - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- Cloud
Spin []GetInfos Backup Recovery Protection Group Last Run Object Cloud Spin Info - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- Local
Snapshot []GetInfos Backup Recovery Protection Group Last Run Object Local Snapshot Info - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- Objects
[]Get
Backup Recovery Protection Group Last Run Object Object - (List) Specifies the Object Summary. Nested schema for object:
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Original
Backup []GetInfos Backup Recovery Protection Group Last Run Object Original Backup Info - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- Replication
Infos []GetBackup Recovery Protection Group Last Run Object Replication Info - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos List<GetBackup Recovery Protection Group Last Run Object Archival Info> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin List<GetInfos Backup Recovery Protection Group Last Run Object Cloud Spin Info> - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- local
Snapshot List<GetInfos Backup Recovery Protection Group Last Run Object Local Snapshot Info> - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- objects
List<Get
Backup Recovery Protection Group Last Run Object Object> - (List) Specifies the Object Summary. Nested schema for object:
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- original
Backup List<GetInfos Backup Recovery Protection Group Last Run Object Original Backup Info> - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- replication
Infos List<GetBackup Recovery Protection Group Last Run Object Replication Info> - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos GetBackup Recovery Protection Group Last Run Object Archival Info[] - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin GetInfos Backup Recovery Protection Group Last Run Object Cloud Spin Info[] - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- local
Snapshot GetInfos Backup Recovery Protection Group Last Run Object Local Snapshot Info[] - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- objects
Get
Backup Recovery Protection Group Last Run Object Object[] - (List) Specifies the Object Summary. Nested schema for object:
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- original
Backup GetInfos Backup Recovery Protection Group Last Run Object Original Backup Info[] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- replication
Infos GetBackup Recovery Protection Group Last Run Object Replication Info[] - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival_
infos Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info] - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud_
spin_ Sequence[Getinfos Backup Recovery Protection Group Last Run Object Cloud Spin Info] - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- local_
snapshot_ Sequence[Getinfos Backup Recovery Protection Group Last Run Object Local Snapshot Info] - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- objects
Sequence[Get
Backup Recovery Protection Group Last Run Object Object] - (List) Specifies the Object Summary. Nested schema for object:
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- original_
backup_ Sequence[Getinfos Backup Recovery Protection Group Last Run Object Original Backup Info] - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- replication_
infos Sequence[GetBackup Recovery Protection Group Last Run Object Replication Info] - (List) Specifies summary information about replication run. Nested schema for replication_info:
- archival
Infos List<Property Map> - (List) Specifies information about archival run for an object. Nested schema for archival_info:
- cloud
Spin List<Property Map>Infos - (List) Specifies information about Cloud Spin run for an object. Nested schema for cloud_spin_info:
- local
Snapshot List<Property Map>Infos - (List) Specifies information about backup run for an object. Nested schema for local_snapshot_info:
- objects List<Property Map>
- (List) Specifies the Object Summary. Nested schema for object:
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- original
Backup List<Property Map>Infos - (List) Specifies summary information about local snapshot run across all objects. Nested schema for original_backup_info:
- replication
Infos List<Property Map> - (List) Specifies summary information about replication run. Nested schema for replication_info:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfo
- Archival
Target List<GetResults Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result> - (List) Archival result for an archival target. Nested schema for archival_target_results:
- Archival
Target []GetResults Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target List<GetResults Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result> - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target GetResults Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result[] - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival_
target_ Sequence[Getresults Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result] - (List) Archival result for an archival target. Nested schema for archival_target_results:
- archival
Target List<Property Map>Results - (List) Archival result for an archival target. Nested schema for archival_target_results:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResult
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Cancelled
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects doubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Failed
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects doubleCount - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Cad boolArchive - (Boolean) Whether this is CAD archive or not.
- Is
Forever boolIncremental - (Boolean) Whether this is forever incremental or not.
- Is
Incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Message string
- (String) Message about the replication run.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queued
Time doubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects doubleCount - (Integer) Specifies the count of objects for which backup was successful.
- Target
Id double - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Worm
Properties List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Worm Property> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- Archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- Cancelled
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects float64Count - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Failed
App float64Objects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects float64Count - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Cad boolArchive - (Boolean) Whether this is CAD archive or not.
- Is
Forever boolIncremental - (Boolean) Whether this is forever incremental or not.
- Is
Incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Message string
- (String) Message about the replication run.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queued
Time float64Usecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects float64Count - (Integer) Specifies the count of objects for which backup was successful.
- Target
Id float64 - (Integer) Specifies the archival target ID.
- Target
Name string - (String) Specifies the archival target name.
- Target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- Tier
Settings []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- Usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- Worm
Properties []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Worm Property - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects DoubleCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Cad BooleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever BooleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental Boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message String
- (String) Message about the replication run.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queued
Time DoubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id Double - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Worm Property> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task stringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects numberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App numberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects numberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Cad booleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever booleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla booleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message string
- (String) Message about the replication run.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context string - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queued
Time numberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects numberCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id number - (Integer) Specifies the archival target ID.
- target
Name string - (String) Specifies the archival target name.
- target
Type string - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting[] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type string - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Worm Property[] - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival_
task_ strid - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was cancelled.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup failed.
- failed_
objects_ floatcount - (Integer) Specifies the count of objects for which backup failed.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
cad_ boolarchive - (Boolean) Whether this is CAD archive or not.
- is_
forever_ boolincremental - (Boolean) Whether this is forever incremental or not.
- is_
incremental bool - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is_
sla_ boolviolated - (Boolean) Indicated if SLA has been violated for this run.
- message str
- (String) Message about the replication run.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- ownership_
context str - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queued_
time_ floatusecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run_
type str - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot_
id str - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was successful.
- successful_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was successful.
- target_
id float - (Integer) Specifies the archival target ID.
- target_
name str - (String) Specifies the archival target name.
- target_
type str - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier_
settings Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting] - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage_
type str - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm_
properties Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Worm Property] - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
- archival
Task StringId - (String) Specifies the archival task id. This is a protection group UID which only applies when archival type is 'Tape'.
- cancelled
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects NumberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- failed
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects NumberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Cad BooleanArchive - (Boolean) Whether this is CAD archive or not.
- is
Forever BooleanIncremental - (Boolean) Whether this is forever incremental or not.
- is
Incremental Boolean - (Boolean) Whether this is an incremental archive. If set to true, this is an incremental archive, otherwise this is a full archive.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- message String
- (String) Message about the replication run.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- ownership
Context String - (String) Specifies the ownership context for the target.
- Constraints: Allowable values are:
Local
,FortKnox
.
- Constraints: Allowable values are:
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queued
Time NumberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects NumberCount - (Integer) Specifies the count of objects for which backup was successful.
- target
Id Number - (Integer) Specifies the archival target ID.
- target
Name String - (String) Specifies the archival target name.
- target
Type String - (String) Specifies the archival target type.
- Constraints: Allowable values are:
Tape
,Cloud
,Nas
.
- Constraints: Allowable values are:
- tier
Settings List<Property Map> - (List) Specifies the tier info for archival. Nested schema for tier_settings:
- usage
Type String - (String) Specifies the usage type for the target.
- Constraints: Allowable values are:
Archival
,Tiering
,Rpaas
.
- Constraints: Allowable values are:
- worm
Properties List<Property Map> - (List) Specifies the WORM related properties for this archive. Nested schema for worm_properties:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultStat
- Avg
Logical doubleTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- Backup
File doubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- File
Walk boolDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- Logical
Bytes doubleTransferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Total
File doubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Avg
Logical float64Transfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- Backup
File float64Count - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- File
Walk boolDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- Logical
Bytes float64Transferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- Total
File float64Count - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical DoubleTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File DoubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk BooleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes DoubleTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File DoubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical numberTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File numberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk booleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes numberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File numberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg_
logical_ floattransfer_ rate_ bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup_
file_ floatcount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- file_
walk_ booldone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical_
bytes_ floattransferred - (Integer) Specifies the total logical bytes transferred.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- total_
file_ floatcount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- avg
Logical NumberTransfer Rate Bps - (Integer) Specifies the average rate of transfer in bytes per second.
- backup
File NumberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- file
Walk BooleanDone - (Boolean) Specifies whether the file system walk is done. Only applicable to file based backups.
- logical
Bytes NumberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
- total
File NumberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSetting
- Aws
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- Aws
Tierings []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering - (List) Specifies aws tiers. Nested schema for aws_tiering:
- Azure
Tierings []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- Cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- Current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Google
Tierings []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering - (List) Specifies Google tiers. Nested schema for google_tiering:
- Oracle
Tierings []GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering[] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering[] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform string - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier stringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering[] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering[] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws_
tierings Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering] - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure_
tierings Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering] - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud_
platform str - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current_
tier_ strtype - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google_
tierings Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering] - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle_
tierings Sequence[GetBackup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering] - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
- aws
Tierings List<Property Map> - (List) Specifies aws tiers. Nested schema for aws_tiering:
- azure
Tierings List<Property Map> - (List) Specifies Azure tiers. Nested schema for azure_tiering:
- cloud
Platform String - (String) Specifies the cloud platform to enable tiering.
- Constraints: Allowable values are:
AWS
,Azure
,Oracle
,Google
.
- Constraints: Allowable values are:
- current
Tier StringType - (String) Specifies the type of the current tier where the snapshot resides. This will be specified if the run is a CAD run.
- Constraints: Allowable values are:
kAmazonS3Standard
,kAmazonS3StandardIA
,kAmazonS3OneZoneIA
,kAmazonS3IntelligentTiering
,kAmazonS3Glacier
,kAmazonS3GlacierDeepArchive
,kAzureTierHot
,kAzureTierCool
,kAzureTierArchive
,kGoogleStandard
,kGoogleRegional
,kGoogleMultiRegional
,kGoogleNearline
,kGoogleColdline
,kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- google
Tierings List<Property Map> - (List) Specifies Google tiers. Nested schema for google_tiering:
- oracle
Tierings List<Property Map> - (List) Specifies Oracle tiers. Nested schema for oracle_tiering:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingAwsTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Aws Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingAwsTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingAzureTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Azure Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingAzureTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingGoogleTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Google Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingGoogleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingOracleTiering
- Tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- Tiers
[]Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering Tier - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
List<Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering Tier> - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering Tier[] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers
Sequence[Get
Backup Recovery Protection Group Last Run Object Archival Info Archival Target Result Tier Setting Oracle Tiering Tier] - (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
- tiers List<Property Map>
- (List) Specifies the tiers that are used to move the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier. Nested schema for tiers:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultTierSettingOracleTieringTier
- Move
After double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- Move
After float64 - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- Move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- Tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Double - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After stringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type string - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move_
after float - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move_
after_ strunit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier_
type str - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
- move
After Number - (Integer) Specifies the time period after which the backup will be moved from current tier to next tier.
- move
After StringUnit - (String) Specifies the unit for moving the data from current tier to next tier. This unit will be a base unit for the 'moveAfter' field specified below.
- Constraints: Allowable values are:
Days
,Weeks
,Months
,Years
.
- Constraints: Allowable values are:
- tier
Type String - (String) Specifies the Oracle tier types.
- Constraints: Allowable values are:
kOracleTierStandard
,kOracleTierArchive
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectArchivalInfoArchivalTargetResultWormProperty
- Is
Archive boolWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- Worm
Expiry doubleTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- Worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- Is
Archive boolWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- Worm
Expiry float64Time Usecs - (Integer) Specifies the time at which the WORM protection expires.
- Worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive BooleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry DoubleTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non StringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive booleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry numberTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non stringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
- is_
archive_ boolworm_ compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm_
expiry_ floattime_ usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm_
non_ strcompliance_ reason - (String) Specifies reason of archive not being worm compliant.
- is
Archive BooleanWorm Compliant - (Boolean) Specifies whether this archive run is WORM compliant.
- worm
Expiry NumberTime Usecs - (Integer) Specifies the time at which the WORM protection expires.
- worm
Non StringCompliance Reason - (String) Specifies reason of archive not being worm compliant.
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfo
- Cloud
Spin List<GetTarget Results Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result> - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- Cloud
Spin []GetTarget Results Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin List<GetTarget Results Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result> - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin GetTarget Results Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result[] - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud_
spin_ Sequence[Gettarget_ results Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result] - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
- cloud
Spin List<Property Map>Target Results - (List) Cloud Spin result for a target. Nested schema for cloud_spin_target_results:
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResult
- Aws
Params List<GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- Azure
Params List<GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Azure Param> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- Cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Id double
- (Integer) Specifies the ID of the object protected.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Name string
- (String) Specifies the name of the object protected.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Aws
Params []GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- Azure
Params []GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Azure Param - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- Cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Name string
- (String) Specifies the name of the object protected.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params List<GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params List<GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Azure Param> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task StringId - (String) Task ID for a CloudSpin protection run.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id Double
- (Integer) Specifies the ID of the object protected.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- name String
- (String) Specifies the name of the object protected.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param[] - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Azure Param[] - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task stringId - (String) Task ID for a CloudSpin protection run.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id number
- (Integer) Specifies the ID of the object protected.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message string
- (String) Message about the replication run.
- name string
- (String) Specifies the name of the object protected.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws_
params Sequence[GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param] - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure_
params Sequence[GetBackup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Azure Param] - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin_
task_ strid - (String) Task ID for a CloudSpin protection run.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id float
- (Integer) Specifies the ID of the object protected.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message str
- (String) Message about the replication run.
- name str
- (String) Specifies the name of the object protected.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Params List<Property Map> - (List) Specifies various resources when converting and deploying a VM to AWS. Nested schema for aws_params:
- azure
Params List<Property Map> - (List) Specifies various resources when converting and deploying a VM to Azure. Nested schema for azure_params:
- cloudspin
Task StringId - (String) Task ID for a CloudSpin protection run.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- id Number
- (Integer) Specifies the ID of the object protected.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- name String
- (String) Specifies the name of the object protected.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResultAwsParam
- Custom
Tag List<GetLists Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List> - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- Region double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Subnet
Id double - (Integer) Specifies id of the subnet within above VPC.
- Vpc
Id double - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- Custom
Tag []GetLists Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- Region float64
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Subnet
Id float64 - (Integer) Specifies id of the subnet within above VPC.
- Vpc
Id float64 - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag List<GetLists Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List> - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region Double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id Double - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id Double - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag GetLists Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List[] - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id number - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id number - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom_
tag_ Sequence[Getlists Backup Recovery Protection Group Last Run Object Cloud Spin Info Cloud Spin Target Result Aws Param Custom Tag List] - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region float
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet_
id float - (Integer) Specifies id of the subnet within above VPC.
- vpc_
id float - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
- custom
Tag List<Property Map>Lists - (List) Specifies tags of various resources when converting and deploying a VM to AWS. Nested schema for custom_tag_list:
- region Number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- subnet
Id Number - (Integer) Specifies id of the subnet within above VPC.
- vpc
Id Number - (Integer) Specifies id of the Virtual Private Cloud to chose for the instance type.
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResultAwsParamCustomTagList
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResultAzureParam
- Availability
Set doubleId - (Integer) Specifies the availability set.
- Network
Resource doubleGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- Resource
Group doubleId - (String) Specifies the Resource Group ID associated with the tenant.
- Storage
Account doubleId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Storage
Container doubleId - (Integer) Specifies id of the storage container within the above storage account.
- Storage
Resource doubleGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- Temp
Vm doubleResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- Temp
Vm doubleStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Temp
Vm doubleStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- Temp
Vm doubleSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- Temp
Vm doubleVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- Availability
Set float64Id - (Integer) Specifies the availability set.
- Network
Resource float64Group Id - (Integer) Specifies id of the resource group for the selected virtual network.
- Resource
Group float64Id - (String) Specifies the Resource Group ID associated with the tenant.
- Storage
Account float64Id - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Storage
Container float64Id - (Integer) Specifies id of the storage container within the above storage account.
- Storage
Resource float64Group Id - (Integer) Specifies id of the resource group for the selected storage account.
- Temp
Vm float64Resource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- Temp
Vm float64Storage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- Temp
Vm float64Storage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- Temp
Vm float64Subnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- Temp
Vm float64Virtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set DoubleId - (Integer) Specifies the availability set.
- network
Resource DoubleGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group DoubleId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account DoubleId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container DoubleId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource DoubleGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm DoubleResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm DoubleStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm DoubleStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm DoubleSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm DoubleVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set numberId - (Integer) Specifies the availability set.
- network
Resource numberGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group numberId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account numberId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container numberId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource numberGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm numberResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm numberStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm numberStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm numberSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm numberVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability_
set_ floatid - (Integer) Specifies the availability set.
- network_
resource_ floatgroup_ id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource_
group_ floatid - (String) Specifies the Resource Group ID associated with the tenant.
- storage_
account_ floatid - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage_
container_ floatid - (Integer) Specifies id of the storage container within the above storage account.
- storage_
resource_ floatgroup_ id - (Integer) Specifies id of the resource group for the selected storage account.
- temp_
vm_ floatresource_ group_ id - (Integer) Specifies id of the temporary Azure resource group.
- temp_
vm_ floatstorage_ account_ id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp_
vm_ floatstorage_ container_ id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp_
vm_ floatsubnet_ id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp_
vm_ floatvirtual_ network_ id - (Integer) Specifies Id of the temporary VM Virtual Network.
- availability
Set NumberId - (Integer) Specifies the availability set.
- network
Resource NumberGroup Id - (Integer) Specifies id of the resource group for the selected virtual network.
- resource
Group NumberId - (String) Specifies the Resource Group ID associated with the tenant.
- storage
Account NumberId - (Integer) Specifies id of the storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- storage
Container NumberId - (Integer) Specifies id of the storage container within the above storage account.
- storage
Resource NumberGroup Id - (Integer) Specifies id of the resource group for the selected storage account.
- temp
Vm NumberResource Group Id - (Integer) Specifies id of the temporary Azure resource group.
- temp
Vm NumberStorage Account Id - (Integer) Specifies id of the temporary VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.
- temp
Vm NumberStorage Container Id - (Integer) Specifies id of the temporary VM storage container within the above storage account.
- temp
Vm NumberSubnet Id - (Integer) Specifies Id of the temporary VM subnet within the above virtual network.
- temp
Vm NumberVirtual Network Id - (Integer) Specifies Id of the temporary VM Virtual Network.
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectCloudSpinInfoCloudSpinTargetResultStat
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfo
- Failed
Attempts List<GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- Snapshot
Infos List<GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info> - (List) Snapshot info for an object. Nested schema for snapshot_info:
- Failed
Attempts []GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- Snapshot
Infos []GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts List<GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos List<GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info> - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt[] - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info[] - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed_
attempts Sequence[GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt] - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot_
infos Sequence[GetBackup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info] - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts List<Property Map> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos List<Property Map> - (List) Snapshot info for an object. Nested schema for snapshot_info:
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfoFailedAttempt
- Admitted
Time doubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Message string
- (String) Message about the replication run.
- Permit
Grant doubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration doubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Admitted
Time float64Usecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Message string
- (String) Message about the replication run.
- Permit
Grant float64Time Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration float64Usecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time DoubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message String
- (String) Message about the replication run.
- permit
Grant DoubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration DoubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time numberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message string
- (String) Message about the replication run.
- permit
Grant numberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queue
Duration numberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted_
time_ floatusecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message str
- (String) Message about the replication run.
- permit_
grant_ floattime_ usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queue_
duration_ floatusecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot_
creation_ floattime_ usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Failed Attempt Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time NumberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message String
- (String) Message about the replication run.
- permit
Grant NumberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration NumberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfoFailedAttemptStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfoSnapshotInfo
- Admitted
Time doubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- Backup
File doubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Permit
Grant doubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration doubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- Total
File doubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Warnings List<string>
- (List) Specifies a list of warning messages.
- Admitted
Time float64Usecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- Backup
File float64Count - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Permit
Grant float64Time Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration float64Usecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- Total
File float64Count - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Warnings []string
- (List) Specifies a list of warning messages.
- admitted
Time DoubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File DoubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant DoubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration DoubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message String - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File DoubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings List<String>
- (List) Specifies a list of warning messages.
- admitted
Time numberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File numberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant numberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queue
Duration numberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File numberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings string[]
- (List) Specifies a list of warning messages.
- admitted_
time_ floatusecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup_
file_ floatcount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit_
grant_ floattime_ usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queue_
duration_ floatusecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot_
creation_ floattime_ usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot_
id str - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Local Snapshot Info Snapshot Info Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status_
message str - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total_
file_ floatcount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings Sequence[str]
- (List) Specifies a list of warning messages.
- admitted
Time NumberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File NumberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant NumberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration NumberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message String - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File NumberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings List<String>
- (List) Specifies a list of warning messages.
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfoSnapshotInfoDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectLocalSnapshotInfoSnapshotInfoStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunObjectObject
- Child
Objects List<GetBackup Recovery Protection Group Last Run Object Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id double
- (Integer) Specifies the ID of the object protected.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Name string
- (String) Specifies the name of the object protected.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Protection Group Last Run Object Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Protection Group Last Run Object Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Protection Group Last Run Object Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Protection Group Last Run Object Object Child Object - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- Name string
- (String) Specifies the name of the object protected.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Protection Group Last Run Object Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Protection Group Last Run Object Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Protection Group Last Run Object Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Protection Group Last Run Object Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Double
- (Integer) Specifies the ID of the object protected.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- name String
- (String) Specifies the name of the object protected.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Protection Group Last Run Object Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Protection Group Last Run Object Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Protection Group Last Run Object Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Protection Group Last Run Object Object Child Object[] - (List) Specifies child object details. Nested schema for child_objects:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- id number
- (Integer) Specifies the ID of the object protected.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- name string
- (String) Specifies the name of the object protected.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Get
Backup Recovery Protection Group Last Run Object Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Protection Group Last Run Object Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Protection Group Last Run Object Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Protection Group Last Run Object Object Child Object] - (List) Specifies child object details. Nested schema for child_objects:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- global_
id str - (String) Specifies the global id which is a unique identifier of the object.
- id float
- (Integer) Specifies the ID of the object protected.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- name str
- (String) Specifies the name of the object protected.
- object_
hash str - (String) Specifies the hash identifier of the object.
- object_
type str - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Protection Group Last Run Object Object Sharepoint Site Summary] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source_
id float - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- source_
name str - (String) Specifies registered source name to which object belongs.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- v_
center_ Sequence[Getsummaries Backup Recovery Protection Group Last Run Object Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Protection Group Last Run Object Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects List<Property Map> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Number
- (Integer) Specifies the ID of the object protected.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
- name String
- (String) Specifies the name of the object protected.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoveryProtectionGroupLastRunObjectObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoveryProtectionGroupLastRunObjectObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoveryProtectionGroupLastRunObjectObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfo
- Failed
Attempts List<GetBackup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- Snapshot
Infos List<GetBackup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info> - (List) Snapshot info for an object. Nested schema for snapshot_info:
- Failed
Attempts []GetBackup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- Snapshot
Infos []GetBackup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts List<GetBackup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos List<GetBackup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info> - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts GetBackup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt[] - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos GetBackup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info[] - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed_
attempts Sequence[GetBackup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt] - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot_
infos Sequence[GetBackup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info] - (List) Snapshot info for an object. Nested schema for snapshot_info:
- failed
Attempts List<Property Map> - (List) Failed backup attempts for an object. Nested schema for failed_attempts:
- snapshot
Infos List<Property Map> - (List) Snapshot info for an object. Nested schema for snapshot_info:
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfoFailedAttempt
- Admitted
Time doubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Message string
- (String) Message about the replication run.
- Permit
Grant doubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration doubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Admitted
Time float64Usecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Message string
- (String) Message about the replication run.
- Permit
Grant float64Time Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration float64Usecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time DoubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message String
- (String) Message about the replication run.
- permit
Grant DoubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration DoubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time numberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message string
- (String) Message about the replication run.
- permit
Grant numberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queue
Duration numberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted_
time_ floatusecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message str
- (String) Message about the replication run.
- permit_
grant_ floattime_ usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queue_
duration_ floatusecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot_
creation_ floattime_ usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Original Backup Info Failed Attempt Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- admitted
Time NumberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- message String
- (String) Message about the replication run.
- permit
Grant NumberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration NumberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfoFailedAttemptStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfoSnapshotInfo
- Admitted
Time doubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- Backup
File doubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Permit
Grant doubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration doubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation doubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- Total
File doubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Warnings List<string>
- (List) Specifies a list of warning messages.
- Admitted
Time float64Usecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- Backup
File float64Count - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Permit
Grant float64Time Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Queue
Duration float64Usecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- Snapshot
Creation float64Time Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- Snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- Total
File float64Count - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- Warnings []string
- (List) Specifies a list of warning messages.
- admitted
Time DoubleUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File DoubleCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant DoubleTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration DoubleUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation DoubleTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message String - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File DoubleCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings List<String>
- (List) Specifies a list of warning messages.
- admitted
Time numberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File numberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant numberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- queue
Duration numberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation numberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id string - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message string - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File numberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings string[]
- (List) Specifies a list of warning messages.
- admitted_
time_ floatusecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup_
file_ floatcount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit_
grant_ floattime_ usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- queue_
duration_ floatusecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot_
creation_ floattime_ usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot_
id str - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Original Backup Info Snapshot Info Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status_
message str - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total_
file_ floatcount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings Sequence[str]
- (List) Specifies a list of warning messages.
- admitted
Time NumberUsecs - (Integer) Specifies the time at which the backup task was admitted to run in Unix epoch Timestamp(in microseconds) for an object.
- backup
File NumberCount - (Integer) The total number of file and directory entities that are backed up in this run. Only applicable to file based backups.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- permit
Grant NumberTime Usecs - (Integer) Specifies the time when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated to the time when permit is granted again.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- queue
Duration NumberUsecs - (Integer) Specifies the duration between the startTime and when gatekeeper permit is granted to the backup task. If the backup task is rescheduled due to errors, the field is updated considering the time when permit is granted again. Queue duration = PermitGrantTimeUsecs - StartTimeUsecs.
- snapshot
Creation NumberTime Usecs - (Integer) Specifies the time at which the source snapshot was taken in Unix epoch Timestamp(in microseconds) for an object.
- snapshot
Id String - (String) Snapshot id for a successful snapshot. This field will not be set if the Protection Group Run has no successful attempt.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- status
Message String - (String) A message decribing the status. This will be populated currently only for kWaitingForOlderBackupRun status.
- total
File NumberCount - (Integer) The total number of file and directory entities visited in this backup. Only applicable to file based backups.
- warnings List<String>
- (List) Specifies a list of warning messages.
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfoSnapshotInfoDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectOriginalBackupInfoSnapshotInfoStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfo
- Replication
Target List<GetResults Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result> - (List) Replication results for each replication target. Nested schema for replication_target_results:
- Replication
Target []GetResults Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target List<GetResults Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result> - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target GetResults Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result[] - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication_
target_ Sequence[Getresults Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result] - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target List<Property Map>Results - (List) Replication results for each replication target. Nested schema for replication_target_results:
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfoReplicationTargetResult
- Aws
Target List<GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Aws Target Config> - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- Azure
Target List<GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Azure Target Config> - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Entries
Changed double - (Integer) Specifies the number of metadata actions completed during the protection run.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Is
In boolBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Multi
Object boolReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Percentage
Completed double - (Integer) Specifies the progress in percentage.
- Queued
Time doubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Aws
Target []GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Aws Target Config - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- Azure
Target []GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Azure Target Config - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Entries
Changed float64 - (Integer) Specifies the number of metadata actions completed during the protection run.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Is
In boolBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Multi
Object boolReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Percentage
Completed float64 - (Integer) Specifies the progress in percentage.
- Queued
Time float64Usecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target List<GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Aws Target Config> - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target List<GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Azure Target Config> - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed Double - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In BooleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- multi
Object BooleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed Double - (Integer) Specifies the progress in percentage.
- queued
Time DoubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task StringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Aws Target Config[] - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target GetConfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Azure Target Config[] - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name string - (String) Specifies the name of the cluster.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed number - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In booleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message string
- (String) Message about the replication run.
- multi
Object booleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed number - (Integer) Specifies the progress in percentage.
- queued
Time numberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws_
target_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Aws Target Config] - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure_
target_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Azure Target Config] - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster_
name str - (String) Specifies the name of the cluster.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries_
changed float - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is_
in_ boolbound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message str
- (String) Message about the replication run.
- multi_
object_ boolreplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- percentage_
completed float - (Integer) Specifies the progress in percentage.
- queued_
time_ floatusecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication_
task_ strid - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Object Replication Info Replication Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target List<Property Map>Configs - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target List<Property Map>Configs - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed Number - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In BooleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- multi
Object BooleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed Number - (Integer) Specifies the progress in percentage.
- queued
Time NumberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task StringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfoReplicationTargetResultAwsTargetConfig
- Name string
- (String) Specifies the name of the object protected.
- Region double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Source
Id double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Name string
- (String) Specifies the name of the object protected.
- Region float64
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Source
Id float64 - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name String
- (String) Specifies the name of the object protected.
- region Double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name String - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id Double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name string
- (String) Specifies the name of the object protected.
- region number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name str
- (String) Specifies the name of the object protected.
- region float
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region_
name str - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source_
id float - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name String
- (String) Specifies the name of the object protected.
- region Number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name String - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id Number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfoReplicationTargetResultAzureTargetConfig
- Name string
- (String) Specifies the name of the object protected.
- Resource
Group double - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- Resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- Source
Id double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Storage
Account double - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- Storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- Storage
Container double - (Integer) Specifies id of the storage container of Azure Replication target.
- Storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- Storage
Resource doubleGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- Storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- Name string
- (String) Specifies the name of the object protected.
- Resource
Group float64 - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- Resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- Source
Id float64 - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Storage
Account float64 - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- Storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- Storage
Container float64 - (Integer) Specifies id of the storage container of Azure Replication target.
- Storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- Storage
Resource float64Group - (Integer) Specifies id of the storage resource group of Azure Replication target.
- Storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name String
- (String) Specifies the name of the object protected.
- resource
Group Double - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group StringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id Double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account Double - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account StringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container Double - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container StringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource DoubleGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource StringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name string
- (String) Specifies the name of the object protected.
- resource
Group number - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account number - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container number - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource numberGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name str
- (String) Specifies the name of the object protected.
- resource_
group float - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource_
group_ strname - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source_
id float - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage_
account float - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage_
account_ strname - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage_
container float - (Integer) Specifies id of the storage container of Azure Replication target.
- storage_
container_ strname - (String) Specifies name of the storage container of Azure Replication target.
- storage_
resource_ floatgroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage_
resource_ strgroup_ name - (String) Specifies name of the storage resource group of Azure Replication target.
- name String
- (String) Specifies the name of the object protected.
- resource
Group Number - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group StringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id Number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account Number - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account StringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container Number - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container StringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource NumberGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource StringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfoReplicationTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunObjectReplicationInfoReplicationTargetResultStat
- Logical
Bytes doubleTransferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Logical
Bytes float64Transferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes DoubleTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes numberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- logical_
bytes_ floattransferred - (Integer) Specifies the total logical bytes transferred.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes NumberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
GetBackupRecoveryProtectionGroupLastRunOriginClusterIdentifier
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name string - (String) Specifies the name of the cluster.
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster_
name str - (String) Specifies the name of the cluster.
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
GetBackupRecoveryProtectionGroupLastRunOriginalBackupInfo
- Cancelled
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects doubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Original Backup Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Failed
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects doubleCount - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Local
Snapshot List<GetStats Backup Recovery Protection Group Last Run Original Backup Info Local Snapshot Stat> - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- Local
Task stringId - (String) Task ID for a local protection run.
- Messages List<string>
- (List) Message about the backup run.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Skipped
Objects doubleCount - (Integer) Specifies the count of objects for which backup was skipped.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App doubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects doubleCount - (Integer) Specifies the count of objects for which backup was successful.
- Cancelled
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- Cancelled
Objects float64Count - (Integer) Specifies the count of objects for which backup was cancelled.
- Data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Original Backup Info Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Failed
App float64Objects Count - (Integer) Specifies the count of app objects for which backup failed.
- Failed
Objects float64Count - (Integer) Specifies the count of objects for which backup failed.
- Indexing
Task stringId - (String) Progress monitor task for indexing.
- Is
Sla boolViolated - (Boolean) Indicated if SLA has been violated for this run.
- Local
Snapshot []GetStats Backup Recovery Protection Group Last Run Original Backup Info Local Snapshot Stat - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- Local
Task stringId - (String) Task ID for a local protection run.
- Messages []string
- (List) Message about the backup run.
- Progress
Task stringId - (String) Progress monitor task id for local backup run.
- Run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Skipped
Objects float64Count - (Integer) Specifies the count of objects for which backup was skipped.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
Task stringId - (String) Stats task id for local backup run.
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Successful
App float64Objects Count - (Integer) Specifies the count of app objects for which backup was successful.
- Successful
Objects float64Count - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock String - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Original Backup Info Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects DoubleCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot List<GetStats Backup Recovery Protection Group Last Run Original Backup Info Local Snapshot Stat> - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task StringId - (String) Task ID for a local protection run.
- messages List<String>
- (List) Message about the backup run.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App DoubleObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects DoubleCount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects numberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock string - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Original Backup Info Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App numberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects numberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task stringId - (String) Progress monitor task for indexing.
- is
Sla booleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot GetStats Backup Recovery Protection Group Last Run Original Backup Info Local Snapshot Stat[] - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task stringId - (String) Task ID for a local protection run.
- messages string[]
- (List) Message about the backup run.
- progress
Task stringId - (String) Progress monitor task id for local backup run.
- run
Type string - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects numberCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task stringId - (String) Stats task id for local backup run.
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App numberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects numberCount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was cancelled.
- data_
lock str - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Original Backup Info Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup failed.
- failed_
objects_ floatcount - (Integer) Specifies the count of objects for which backup failed.
- indexing_
task_ strid - (String) Progress monitor task for indexing.
- is_
sla_ boolviolated - (Boolean) Indicated if SLA has been violated for this run.
- local_
snapshot_ Sequence[Getstats Backup Recovery Protection Group Last Run Original Backup Info Local Snapshot Stat] - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local_
task_ strid - (String) Task ID for a local protection run.
- messages Sequence[str]
- (List) Message about the backup run.
- progress_
task_ strid - (String) Progress monitor task id for local backup run.
- run_
type str - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was skipped.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats_
task_ strid - (String) Stats task id for local backup run.
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful_
app_ floatobjects_ count - (Integer) Specifies the count of app objects for which backup was successful.
- successful_
objects_ floatcount - (Integer) Specifies the count of objects for which backup was successful.
- cancelled
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was cancelled.
- cancelled
Objects NumberCount - (Integer) Specifies the count of objects for which backup was cancelled.
- data
Lock String - (String) This field is deprecated. Use DataLockConstraints field instead.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- failed
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup failed.
- failed
Objects NumberCount - (Integer) Specifies the count of objects for which backup failed.
- indexing
Task StringId - (String) Progress monitor task for indexing.
- is
Sla BooleanViolated - (Boolean) Indicated if SLA has been violated for this run.
- local
Snapshot List<Property Map>Stats - (List) Specifies statistics about local snapshot. Nested schema for local_snapshot_stats:
- local
Task StringId - (String) Task ID for a local protection run.
- messages List<String>
- (List) Message about the backup run.
- progress
Task StringId - (String) Progress monitor task id for local backup run.
- run
Type String - (String) Type of Protection Group run. 'kRegular' indicates an incremental (CBT) backup. Incremental backups utilizing CBT (if supported) are captured of the target protection objects. The first run of a kRegular schedule captures all the blocks. 'kFull' indicates a full (no CBT) backup. A complete backup (all blocks) of the target protection objects are always captured and Change Block Tracking (CBT) is not utilized. 'kLog' indicates a Database Log backup. Capture the database transaction logs to allow rolling back to a specific point in time. 'kSystem' indicates system volume backup. It produces an image for bare metal recovery. 'kStorageArraySnapshot' indicates storage array snapshot backup.
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- skipped
Objects NumberCount - (Integer) Specifies the count of objects for which backup was skipped.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Task StringId - (String) Stats task id for local backup run.
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- successful
App NumberObjects Count - (Integer) Specifies the count of app objects for which backup was successful.
- successful
Objects NumberCount - (Integer) Specifies the count of objects for which backup was successful.
GetBackupRecoveryProtectionGroupLastRunOriginalBackupInfoDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunOriginalBackupInfoLocalSnapshotStat
- Bytes
Read double - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written double - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Bytes
Read float64 - (Integer) Specifies total logical bytes read for creating the snapshot.
- Bytes
Written float64 - (Integer) Specifies total size of data in bytes written after taking backup.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Double - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Double - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- bytes_
read float - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes_
written float - (Integer) Specifies total size of data in bytes written after taking backup.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- bytes
Read Number - (Integer) Specifies total logical bytes read for creating the snapshot.
- bytes
Written Number - (Integer) Specifies total size of data in bytes written after taking backup.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
GetBackupRecoveryProtectionGroupLastRunPermission
- Created
At doubleTime Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At doubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor List<GetMetadatas Backup Recovery Protection Group Last Run Permission External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated doubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object protected.
- Networks
List<Get
Backup Recovery Protection Group Last Run Permission Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Created
At float64Time Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At float64Time Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor []GetMetadatas Backup Recovery Protection Group Last Run Permission External Vendor Metadata - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated float64At Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object protected.
- Networks
[]Get
Backup Recovery Protection Group Last Run Permission Network - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At DoubleTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At DoubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<GetMetadatas Backup Recovery Protection Group Last Run Permission External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (Integer) Specifies the ID of the object protected.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated DoubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies the name of the object protected.
- networks
List<Get
Backup Recovery Protection Group Last Run Permission Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At numberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At numberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description string
- (String) Description about the tenant.
- external
Vendor GetMetadatas Backup Recovery Protection Group Last Run Permission External Vendor Metadata[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id string
- (Integer) Specifies the ID of the object protected.
- is
Managed booleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated numberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name string
- (String) Specifies the name of the object protected.
- networks
Get
Backup Recovery Protection Group Last Run Permission Network[] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created_
at_ floattime_ msecs - (Integer) Epoch time when tenant was created.
- deleted_
at_ floattime_ msecs - (Integer) Epoch time when tenant was last updated.
- description str
- (String) Description about the tenant.
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Protection Group Last Run Permission External Vendor Metadata] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id str
- (Integer) Specifies the ID of the object protected.
- is_
managed_ boolon_ helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last_
updated_ floatat_ time_ msecs - (Integer) Epoch time when tenant was last updated.
- name str
- (String) Specifies the name of the object protected.
- networks
Sequence[Get
Backup Recovery Protection Group Last Run Permission Network] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At NumberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At NumberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<Property Map>Metadatas - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (Integer) Specifies the ID of the object protected.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated NumberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies the name of the object protected.
- networks List<Property Map>
- (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadata
- Ibm
Tenant List<GetMetadata Params Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- Ibm
Tenant []GetMetadata Params Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant List<GetMetadata Params Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant GetMetadata Params Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm_
tenant_ Sequence[Getmetadata_ params Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type str
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant List<Property Map>Metadata Params - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParam
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties []GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs []GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- crn string
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property[] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config[] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account_
id str - (String) Specifies the unique identifier of the IBM's account ID.
- crn str
- (String) Specifies the unique CRN associated with the tenant.
- custom_
properties Sequence[GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness_
mode str - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics_
configs Sequence[GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership_
mode str - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan_
id str - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource_
group_ strid - (String) Specifies the Resource Group ID associated with the tenant.
- resource_
instance_ strid - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<Property Map> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<Property Map> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
- Cos
Resource List<GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics List<GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- Cos
Resource []GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics []GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs []GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config[] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics GetConfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config[] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config[] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos_
resource_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam_
metrics_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering_
configs Sequence[GetBackup Recovery Protection Group Last Run Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<Property Map>Configs - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<Property Map>Configs - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<Property Map> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource_
url str - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing_
api_ strkey_ secret_ id - (String) Specifies Id of the secret that contains the API key.
- iam_
url str - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
GetBackupRecoveryProtectionGroupLastRunPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig
- Part
Ids List<string> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval doubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- Part
Ids []string - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval float64In Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval DoubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids string[] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval numberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part_
ids Sequence[str] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission_
interval_ floatin_ secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url str
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval NumberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
GetBackupRecoveryProtectionGroupLastRunPermissionNetwork
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips List<string> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips []string - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips string[] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster_
hostname str - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster_
ips Sequence[str] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector_
enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
GetBackupRecoveryProtectionGroupLastRunReplicationInfo
- Replication
Target List<GetResults Backup Recovery Protection Group Last Run Replication Info Replication Target Result> - (List) Replication results for each replication target. Nested schema for replication_target_results:
- Replication
Target []GetResults Backup Recovery Protection Group Last Run Replication Info Replication Target Result - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target List<GetResults Backup Recovery Protection Group Last Run Replication Info Replication Target Result> - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target GetResults Backup Recovery Protection Group Last Run Replication Info Replication Target Result[] - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication_
target_ Sequence[Getresults Backup Recovery Protection Group Last Run Replication Info Replication Target Result] - (List) Replication results for each replication target. Nested schema for replication_target_results:
- replication
Target List<Property Map>Results - (List) Replication results for each replication target. Nested schema for replication_target_results:
GetBackupRecoveryProtectionGroupLastRunReplicationInfoReplicationTargetResult
- Aws
Target List<GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Aws Target Config> - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- Azure
Target List<GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Azure Target Config> - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- Data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Replication Info Replication Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time doubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Entries
Changed double - (Integer) Specifies the number of metadata actions completed during the protection run.
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Is
In boolBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Multi
Object boolReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Percentage
Completed double - (Integer) Specifies the progress in percentage.
- Queued
Time doubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- Start
Time doubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
List<Get
Backup Recovery Protection Group Last Run Replication Info Replication Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Aws
Target []GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Aws Target Config - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- Azure
Target []GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Azure Target Config - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Name string - (String) Specifies the name of the cluster.
- Data
Lock []GetConstraints Backup Recovery Protection Group Last Run Replication Info Replication Target Result Data Lock Constraint - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- End
Time float64Usecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Entries
Changed float64 - (Integer) Specifies the number of metadata actions completed during the protection run.
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Is
In boolBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- Is
Manually boolDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- Message string
- (String) Message about the replication run.
- Multi
Object boolReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- On
Legal boolHold - (Boolean) Specifies the legal hold status for a replication target.
- Percentage
Completed float64 - (Integer) Specifies the progress in percentage.
- Queued
Time float64Usecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- Replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- Start
Time float64Usecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- Stats
[]Get
Backup Recovery Protection Group Last Run Replication Info Replication Target Result Stat - (List) Specifies statistics about replication data. Nested schema for stats:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target List<GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Aws Target Config> - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target List<GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Azure Target Config> - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
- data
Lock List<GetConstraints Backup Recovery Protection Group Last Run Replication Info Replication Target Result Data Lock Constraint> - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time DoubleUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed Double - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In BooleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- multi
Object BooleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed Double - (Integer) Specifies the progress in percentage.
- queued
Time DoubleUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task StringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time DoubleUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
List<Get
Backup Recovery Protection Group Last Run Replication Info Replication Target Result Stat> - (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Aws Target Config[] - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target GetConfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Azure Target Config[] - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name string - (String) Specifies the name of the cluster.
- data
Lock GetConstraints Backup Recovery Protection Group Last Run Replication Info Replication Target Result Data Lock Constraint[] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time numberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed number - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In booleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually booleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message string
- (String) Message about the replication run.
- multi
Object booleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal booleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed number - (Integer) Specifies the progress in percentage.
- queued
Time numberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task stringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time numberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Get
Backup Recovery Protection Group Last Run Replication Info Replication Target Result Stat[] - (List) Specifies statistics about replication data. Nested schema for stats:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws_
target_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Aws Target Config] - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure_
target_ Sequence[Getconfigs Backup Recovery Protection Group Last Run Replication Info Replication Target Result Azure Target Config] - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster_
name str - (String) Specifies the name of the cluster.
- data_
lock_ Sequence[Getconstraints Backup Recovery Protection Group Last Run Replication Info Replication Target Result Data Lock Constraint] - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end_
time_ floatusecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries_
changed float - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is_
in_ boolbound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is_
manually_ booldeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message str
- (String) Message about the replication run.
- multi_
object_ boolreplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on_
legal_ boolhold - (Boolean) Specifies the legal hold status for a replication target.
- percentage_
completed float - (Integer) Specifies the progress in percentage.
- queued_
time_ floatusecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication_
task_ strid - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start_
time_ floatusecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats
Sequence[Get
Backup Recovery Protection Group Last Run Replication Info Replication Target Result Stat] - (List) Specifies statistics about replication data. Nested schema for stats:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- aws
Target List<Property Map>Configs - (List) Specifies the configuration for adding AWS as repilcation target. Nested schema for aws_target_config:
- azure
Target List<Property Map>Configs - (List) Specifies the configuration for adding Azure as replication target. Nested schema for azure_target_config:
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Name String - (String) Specifies the name of the cluster.
- data
Lock List<Property Map>Constraints - (List) Specifies the dataLock constraints for local or target snapshot. Nested schema for data_lock_constraints:
- end
Time NumberUsecs - (Integer) Specifies the end time of replication in Unix epoch Timestamp(in microseconds) for a target.
- entries
Changed Number - (Integer) Specifies the number of metadata actions completed during the protection run.
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- is
In BooleanBound - (Boolean) Specifies the direction of the replication. If the snapshot is replicated to this cluster, then isInBound is true. If the snapshot is replicated from this cluster to another cluster, then isInBound is false.
- is
Manually BooleanDeleted - (Boolean) Specifies whether the snapshot is deleted manually.
- message String
- (String) Message about the replication run.
- multi
Object BooleanReplication - (Boolean) Specifies whether view based replication was used. In this case, the view containing all objects is replicated as a whole instead of replicating on a per object basis.
- on
Legal BooleanHold - (Boolean) Specifies the legal hold status for a replication target.
- percentage
Completed Number - (Integer) Specifies the progress in percentage.
- queued
Time NumberUsecs - (Integer) Specifies the time when the replication is queued for schedule in Unix epoch Timestamp(in microseconds) for a target.
- replication
Task StringId - (String) Task UID for a replication protection run. This is for tasks that are replicated from another cluster.
- start
Time NumberUsecs - (Integer) Specifies the start time of replication in Unix epoch Timestamp(in microseconds) for a target.
- stats List<Property Map>
- (List) Specifies statistics about replication data. Nested schema for stats:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunReplicationInfoReplicationTargetResultAwsTargetConfig
- Name string
- (String) Specifies the name of the object protected.
- Region double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Source
Id double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Name string
- (String) Specifies the name of the object protected.
- Region float64
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- Source
Id float64 - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name String
- (String) Specifies the name of the object protected.
- region Double
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name String - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id Double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name string
- (String) Specifies the name of the object protected.
- region number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name string - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name str
- (String) Specifies the name of the object protected.
- region float
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region_
name str - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source_
id float - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- name String
- (String) Specifies the name of the object protected.
- region Number
- (Integer) Specifies id of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- region
Name String - (String) Specifies name of the AWS region in which to replicate the Snapshot to. Applicable if replication target is AWS target.
- source
Id Number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
GetBackupRecoveryProtectionGroupLastRunReplicationInfoReplicationTargetResultAzureTargetConfig
- Name string
- (String) Specifies the name of the object protected.
- Resource
Group double - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- Resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- Source
Id double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Storage
Account double - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- Storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- Storage
Container double - (Integer) Specifies id of the storage container of Azure Replication target.
- Storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- Storage
Resource doubleGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- Storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- Name string
- (String) Specifies the name of the object protected.
- Resource
Group float64 - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- Resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- Source
Id float64 - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- Storage
Account float64 - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- Storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- Storage
Container float64 - (Integer) Specifies id of the storage container of Azure Replication target.
- Storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- Storage
Resource float64Group - (Integer) Specifies id of the storage resource group of Azure Replication target.
- Storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name String
- (String) Specifies the name of the object protected.
- resource
Group Double - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group StringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id Double - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account Double - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account StringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container Double - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container StringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource DoubleGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource StringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name string
- (String) Specifies the name of the object protected.
- resource
Group number - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group stringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account number - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account stringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container number - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container stringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource numberGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource stringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
- name str
- (String) Specifies the name of the object protected.
- resource_
group float - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource_
group_ strname - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source_
id float - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage_
account float - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage_
account_ strname - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage_
container float - (Integer) Specifies id of the storage container of Azure Replication target.
- storage_
container_ strname - (String) Specifies name of the storage container of Azure Replication target.
- storage_
resource_ floatgroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage_
resource_ strgroup_ name - (String) Specifies name of the storage resource group of Azure Replication target.
- name String
- (String) Specifies the name of the object protected.
- resource
Group Number - (Integer) Specifies id of the Azure resource group used to filter regions in UI.
- resource
Group StringName - (String) Specifies name of the Azure resource group used to filter regions in UI.
- source
Id Number - (Integer) Specifies the source id of the Azure protection source registered on IBM cluster.
- storage
Account Number - (Integer) Specifies id of the storage account of Azure replication target which will contain storage container.
- storage
Account StringName - (String) Specifies name of the storage account of Azure replication target which will contain storage container.
- storage
Container Number - (Integer) Specifies id of the storage container of Azure Replication target.
- storage
Container StringName - (String) Specifies name of the storage container of Azure Replication target.
- storage
Resource NumberGroup - (Integer) Specifies id of the storage resource group of Azure Replication target.
- storage
Resource StringGroup Name - (String) Specifies name of the storage resource group of Azure Replication target.
GetBackupRecoveryProtectionGroupLastRunReplicationInfoReplicationTargetResultDataLockConstraint
- Expiry
Time doubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- Expiry
Time float64Usecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- Mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time DoubleUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time numberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode string
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry_
time_ floatusecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode str
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
- expiry
Time NumberUsecs - (Integer) Specifies the expiry time of attempt in Unix epoch Timestamp (in microseconds) for an object.
- mode String
- (String) Specifies the type of WORM retention type. 'Compliance' implies WORM retention is set for compliance reason. 'Administrative' implies WORM retention is set for administrative purposes.
- Constraints: Allowable values are:
Compliance
,Administrative
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupLastRunReplicationInfoReplicationTargetResultStat
- Logical
Bytes doubleTransferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size doubleBytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes doubleTransferred - (Integer) Specifies the total physical bytes transferred.
- Logical
Bytes float64Transferred - (Integer) Specifies the total logical bytes transferred.
- Logical
Size float64Bytes - (Integer) Specifies the total logical size in bytes.
- Physical
Bytes float64Transferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes DoubleTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size DoubleBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes DoubleTransferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes numberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size numberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes numberTransferred - (Integer) Specifies the total physical bytes transferred.
- logical_
bytes_ floattransferred - (Integer) Specifies the total logical bytes transferred.
- logical_
size_ floatbytes - (Integer) Specifies the total logical size in bytes.
- physical_
bytes_ floattransferred - (Integer) Specifies the total physical bytes transferred.
- logical
Bytes NumberTransferred - (Integer) Specifies the total logical bytes transferred.
- logical
Size NumberBytes - (Integer) Specifies the total logical size in bytes.
- physical
Bytes NumberTransferred - (Integer) Specifies the total physical bytes transferred.
GetBackupRecoveryProtectionGroupMissingEntity
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Parent
Source doubleId - (Integer) Specifies the id of the parent source of the object.
- Parent
Source stringName - (String) Specifies the name of the parent source of the object.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Parent
Source float64Id - (Integer) Specifies the id of the parent source of the object.
- Parent
Source stringName - (String) Specifies the name of the parent source of the object.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- parent
Source DoubleId - (Integer) Specifies the id of the parent source of the object.
- parent
Source StringName - (String) Specifies the name of the parent source of the object.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- parent
Source numberId - (Integer) Specifies the id of the parent source of the object.
- parent
Source stringName - (String) Specifies the name of the parent source of the object.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- parent_
source_ floatid - (Integer) Specifies the id of the parent source of the object.
- parent_
source_ strname - (String) Specifies the name of the parent source of the object.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- parent
Source NumberId - (Integer) Specifies the id of the parent source of the object.
- parent
Source StringName - (String) Specifies the name of the parent source of the object.
GetBackupRecoveryProtectionGroupMssqlParam
- File
Protection List<GetType Params Backup Recovery Protection Group Mssql Param File Protection Type Param> - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- Native
Protection List<GetType Params Backup Recovery Protection Group Mssql Param Native Protection Type Param> - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Volume
Protection List<GetType Params Backup Recovery Protection Group Mssql Param Volume Protection Type Param> - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- File
Protection []GetType Params Backup Recovery Protection Group Mssql Param File Protection Type Param - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- Native
Protection []GetType Params Backup Recovery Protection Group Mssql Param Native Protection Type Param - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Volume
Protection []GetType Params Backup Recovery Protection Group Mssql Param Volume Protection Type Param - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection List<GetType Params Backup Recovery Protection Group Mssql Param File Protection Type Param> - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- native
Protection List<GetType Params Backup Recovery Protection Group Mssql Param Native Protection Type Param> - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection List<GetType Params Backup Recovery Protection Group Mssql Param Volume Protection Type Param> - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection GetType Params Backup Recovery Protection Group Mssql Param File Protection Type Param[] - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- native
Protection GetType Params Backup Recovery Protection Group Mssql Param Native Protection Type Param[] - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection GetType Params Backup Recovery Protection Group Mssql Param Volume Protection Type Param[] - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file_
protection_ Sequence[Gettype_ params Backup Recovery Protection Group Mssql Param File Protection Type Param] - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- native_
protection_ Sequence[Gettype_ params Backup Recovery Protection Group Mssql Param Native Protection Type Param] - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- protection_
type str - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume_
protection_ Sequence[Gettype_ params Backup Recovery Protection Group Mssql Param Volume Protection Type Param] - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection List<Property Map>Type Params - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- native
Protection List<Property Map>Type Params - (List) Specifies the params to create a Native based MSSQL Protection Group. Nested schema for native_protection_type_params:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection List<Property Map>Type Params - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParam
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Additional
Host List<GetParams Backup Recovery Protection Group Mssql Param File Protection Type Param Additional Host Param> - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- Advanced
Settings List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Log
Backup doubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Objects
List<Get
Backup Recovery Protection Group Mssql Param File Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Additional
Host []GetParams Backup Recovery Protection Group Mssql Param File Protection Type Param Additional Host Param - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- Advanced
Settings []GetBackup Recovery Protection Group Mssql Param File Protection Type Param Advanced Setting - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters []GetBackup Recovery Protection Group Mssql Param File Protection Type Param Exclude Filter - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Log
Backup float64Num Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Objects
[]Get
Backup Recovery Protection Group Mssql Param File Protection Type Param Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post []GetScripts Backup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host List<GetParams Backup Recovery Protection Group Mssql Param File Protection Type Param Additional Host Param> - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup DoubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects
List<Get
Backup Recovery Protection Group Mssql Param File Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host GetParams Backup Recovery Protection Group Mssql Param File Protection Type Param Additional Host Param[] - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings GetBackup Recovery Protection Group Mssql Param File Protection Type Param Advanced Setting[] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System booleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters GetBackup Recovery Protection Group Mssql Param File Protection Type Param Exclude Filter[] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups booleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup numberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects
Get
Backup Recovery Protection Group Mssql Param File Protection Type Param Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source booleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post GetScripts Backup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script[] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag booleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag_
backup_ strpreference_ type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional_
host_ Sequence[Getparams Backup Recovery Protection Group Mssql Param File Protection Type Param Additional Host Param] - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced_
settings Sequence[GetBackup Recovery Protection Group Mssql Param File Protection Type Param Advanced Setting] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup_
system_ booldbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude_
filters Sequence[GetBackup Recovery Protection Group Mssql Param File Protection Type Param Exclude Filter] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full_
backups_ boolcopy_ only - (Boolean) Specifies whether full backups should be copy-only.
- log_
backup_ floatnum_ streams - (Integer) Specifies the number of streams to be used for log backups.
- log_
backup_ strwith_ clause - (String) Specifies the WithClause to be used for log backups.
- objects
Sequence[Get
Backup Recovery Protection Group Mssql Param File Protection Type Param Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform_
source_ boolside_ deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre_
post_ Sequence[Getscripts Backup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use_
aag_ boolpreferences_ from_ server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user_
db_ strbackup_ preference_ type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host List<Property Map>Params - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings List<Property Map> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<Property Map> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup NumberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<Property Map>Scripts - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamAdditionalHostParam
- Disable
Source boolSide Deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- Host
Id double - (Integer) Specifies the id of the host container on which databases are hosted.
- Host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- Disable
Source boolSide Deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- Host
Id float64 - (Integer) Specifies the id of the host container on which databases are hosted.
- Host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- disable
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- host
Id Double - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name String - (String) Specifies the name of the host container on which databases are hosted.
- disable
Source booleanSide Deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- host
Id number - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- disable_
source_ boolside_ deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- host_
id float - (Integer) Specifies the id of the host container on which databases are hosted.
- host_
name str - (String) Specifies the name of the host container on which databases are hosted.
- disable
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to disable source side deduplication on this source. The default behavior is false unless the user has set 'performSourceSideDeduplication' to true.
- host
Id Number - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name String - (String) Specifies the name of the host container on which databases are hosted.
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamAdvancedSetting
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned_
db_ strbackup_ status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db_
backup_ strif_ not_ online_ status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing_
db_ strbackup_ status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline_
restoring_ strdb_ backup_ status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read_
only_ strdb_ backup_ status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report_
all_ strnon_ autoprotect_ db_ errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamExcludeFilter
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular booleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter_
string str - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is_
regular_ boolexpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamObject
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- source
Type string - (String) Specifies the type of source being protected.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- source_
type str - (String) Specifies the type of source being protected.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamPrePostScript
- Post
Scripts List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- Post
Scripts []GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Post Script - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts []GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Pre Script - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Post Script[] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Pre Script[] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Post Script] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param File Protection Type Param Pre Post Script Pre Script] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<Property Map> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<Property Map> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamPrePostScriptPostScript
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupMssqlParamFileProtectionTypeParamPrePostScriptPreScript
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On booleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue_
on_ boolerror - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParam
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Advanced
Settings List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Log
Backup doubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Num
Streams double - (Integer) Specifies the number of streams to be used.
- Objects
List<Get
Backup Recovery Protection Group Mssql Param Native Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- With
Clause string - (String) Specifies the WithClause to be used.
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Advanced
Settings []GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Advanced Setting - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters []GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Exclude Filter - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Log
Backup float64Num Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Num
Streams float64 - (Integer) Specifies the number of streams to be used.
- Objects
[]Get
Backup Recovery Protection Group Mssql Param Native Protection Type Param Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Pre
Post []GetScripts Backup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- With
Clause string - (String) Specifies the WithClause to be used.
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- advanced
Settings List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup DoubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- num
Streams Double - (Integer) Specifies the number of streams to be used.
- objects
List<Get
Backup Recovery Protection Group Mssql Param Native Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- with
Clause String - (String) Specifies the WithClause to be used.
- aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- advanced
Settings GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Advanced Setting[] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System booleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Exclude Filter[] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups booleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup numberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- num
Streams number - (Integer) Specifies the number of streams to be used.
- objects
Get
Backup Recovery Protection Group Mssql Param Native Protection Type Param Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post GetScripts Backup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script[] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag booleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- with
Clause string - (String) Specifies the WithClause to be used.
- aag_
backup_ strpreference_ type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- advanced_
settings Sequence[GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Advanced Setting] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup_
system_ booldbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude_
filters Sequence[GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Exclude Filter] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full_
backups_ boolcopy_ only - (Boolean) Specifies whether full backups should be copy-only.
- log_
backup_ floatnum_ streams - (Integer) Specifies the number of streams to be used for log backups.
- log_
backup_ strwith_ clause - (String) Specifies the WithClause to be used for log backups.
- num_
streams float - (Integer) Specifies the number of streams to be used.
- objects
Sequence[Get
Backup Recovery Protection Group Mssql Param Native Protection Type Param Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre_
post_ Sequence[Getscripts Backup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use_
aag_ boolpreferences_ from_ server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user_
db_ strbackup_ preference_ type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- with_
clause str - (String) Specifies the WithClause to be used.
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- advanced
Settings List<Property Map> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<Property Map> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- log
Backup NumberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- num
Streams Number - (Integer) Specifies the number of streams to be used.
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post List<Property Map>Scripts - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- with
Clause String - (String) Specifies the WithClause to be used.
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamAdvancedSetting
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned_
db_ strbackup_ status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db_
backup_ strif_ not_ online_ status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing_
db_ strbackup_ status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline_
restoring_ strdb_ backup_ status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read_
only_ strdb_ backup_ status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report_
all_ strnon_ autoprotect_ db_ errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamExcludeFilter
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular booleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter_
string str - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is_
regular_ boolexpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamObject
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- source
Type string - (String) Specifies the type of source being protected.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- source_
type str - (String) Specifies the type of source being protected.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamPrePostScript
- Post
Scripts List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- Post
Scripts []GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Post Script - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts []GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Pre Script - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Post Script[] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Pre Script[] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Post Script] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param Native Protection Type Param Pre Post Script Pre Script] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<Property Map> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<Property Map> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamPrePostScriptPostScript
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupMssqlParamNativeProtectionTypeParamPrePostScriptPreScript
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On booleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue_
on_ boolerror - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParam
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Additional
Host List<GetParams Backup Recovery Protection Group Mssql Param Volume Protection Type Param Additional Host Param> - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- Advanced
Settings List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
Db boolVolumes Only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Incremental
Backup boolAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- Indexing
Policies List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Log
Backup doubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Objects
List<Get
Backup Recovery Protection Group Mssql Param Volume Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- Aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- Additional
Host []GetParams Backup Recovery Protection Group Mssql Param Volume Protection Type Param Additional Host Param - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- Advanced
Settings []GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Advanced Setting - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- Backup
Db boolVolumes Only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- Backup
System boolDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- Exclude
Filters []GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Exclude Filter - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- Full
Backups boolCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- Incremental
Backup boolAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- Indexing
Policies []GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Indexing Policy - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Log
Backup float64Num Streams - (Integer) Specifies the number of streams to be used for log backups.
- Log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- Objects
[]Get
Backup Recovery Protection Group Mssql Param Volume Protection Type Param Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Pre
Post []GetScripts Backup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Use
Aag boolPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- User
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host List<GetParams Backup Recovery Protection Group Mssql Param Volume Protection Type Param Additional Host Param> - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Advanced Setting> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
Db BooleanVolumes Only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Exclude Filter> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- incremental
Backup BooleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- log
Backup DoubleNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects
List<Get
Backup Recovery Protection Group Mssql Param Volume Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post List<GetScripts Backup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup stringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host GetParams Backup Recovery Protection Group Mssql Param Volume Protection Type Param Additional Host Param[] - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Advanced Setting[] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
Db booleanVolumes Only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- backup
System booleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Exclude Filter[] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups booleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- incremental
Backup booleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Indexing Policy[] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- log
Backup numberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup stringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects
Get
Backup Recovery Protection Group Mssql Param Volume Protection Type Param Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post GetScripts Backup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script[] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag booleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db stringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag_
backup_ strpreference_ type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional_
host_ Sequence[Getparams Backup Recovery Protection Group Mssql Param Volume Protection Type Param Additional Host Param] - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced_
settings Sequence[GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Advanced Setting] - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup_
db_ boolvolumes_ only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- backup_
system_ booldbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude_
filters Sequence[GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Exclude Filter] - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full_
backups_ boolcopy_ only - (Boolean) Specifies whether full backups should be copy-only.
- incremental_
backup_ boolafter_ restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing_
policies Sequence[GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Indexing Policy] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- log_
backup_ floatnum_ streams - (Integer) Specifies the number of streams to be used for log backups.
- log_
backup_ strwith_ clause - (String) Specifies the WithClause to be used for log backups.
- objects
Sequence[Get
Backup Recovery Protection Group Mssql Param Volume Protection Type Param Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre_
post_ Sequence[Getscripts Backup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use_
aag_ boolpreferences_ from_ server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user_
db_ strbackup_ preference_ type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
- aag
Backup StringPreference Type - (String) Specifies the preference type for backing up databases that are part of an AAG. If not specified, then default preferences of the AAG server are applied. This field wont be applicable if user DB preference is set to skip AAG databases.
- Constraints: Allowable values are:
kPrimaryReplicaOnly
,kSecondaryReplicaOnly
,kPreferSecondaryReplica
,kAnyReplica
.
- Constraints: Allowable values are:
- additional
Host List<Property Map>Params - (List) Specifies settings which are to be applied to specific host containers in this protection group. Nested schema for additional_host_params:
- advanced
Settings List<Property Map> - (List) This is used to regulate certain gflag values from the UI. The values passed by the user from the UI will be used for the respective gflags. Nested schema for advanced_settings:
- backup
Db BooleanVolumes Only - (Boolean) Specifies whether to only backup volumes on which the specified databases reside. If not specified (default), all the volumes of the host will be protected.
- backup
System BooleanDbs - (Boolean) Specifies whether to backup system databases. If not specified then parameter is set to true.
- exclude
Filters List<Property Map> - (List) Specifies the list of exclusion filters applied during the group creation or edit. These exclusion filters can be wildcard supported strings or regular expressions. Objects satisfying the will filters will be excluded during backup and also auto protected objects will be ignored if filtered by any of the filters. Nested schema for exclude_filters:
- full
Backups BooleanCopy Only - (Boolean) Specifies whether full backups should be copy-only.
- incremental
Backup BooleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies List<Property Map> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- log
Backup NumberNum Streams - (Integer) Specifies the number of streams to be used for log backups.
- log
Backup StringWith Clause - (String) Specifies the WithClause to be used for log backups.
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- pre
Post List<Property Map>Scripts - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- use
Aag BooleanPreferences From Server - (Boolean) Specifies whether or not the AAG backup preferences specified on the SQL Server host should be used.
- user
Db StringBackup Preference Type - (String) Specifies the preference type for backing up user databases on the host.
- Constraints: Allowable values are:
kBackupAllDatabases
,kBackupAllExceptAAGDatabases
,kBackupOnlyAAGDatabases
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamAdditionalHostParam
- Enable
System boolBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- Host
Id double - (Integer) Specifies the id of the host container on which databases are hosted.
- Host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- Volume
Guids List<string> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- Enable
System boolBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- Host
Id float64 - (Integer) Specifies the id of the host container on which databases are hosted.
- Host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- Volume
Guids []string - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System BooleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- host
Id Double - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name String - (String) Specifies the name of the host container on which databases are hosted.
- volume
Guids List<String> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System booleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- host
Id number - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name string - (String) Specifies the name of the host container on which databases are hosted.
- volume
Guids string[] - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable_
system_ boolbackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- host_
id float - (Integer) Specifies the id of the host container on which databases are hosted.
- host_
name str - (String) Specifies the name of the host container on which databases are hosted.
- volume_
guids Sequence[str] - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System BooleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- host
Id Number - (Integer) Specifies the id of the host container on which databases are hosted.
- host
Name String - (String) Specifies the name of the host container on which databases are hosted.
- volume
Guids List<String> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamAdvancedSetting
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- Report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db stringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup stringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db stringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring stringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only stringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All stringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned_
db_ strbackup_ status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db_
backup_ strif_ not_ online_ status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing_
db_ strbackup_ status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline_
restoring_ strdb_ backup_ status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read_
only_ strdb_ backup_ status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report_
all_ strnon_ autoprotect_ db_ errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- cloned
Db StringBackup Status - (String) Whether to report error if SQL database is cloned.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- db
Backup StringIf Not Online Status - (String) Whether to report error if SQL database is not online.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- missing
Db StringBackup Status - (String) Fail the backup job when the database is missing. The database may be missing if it is deleted or corrupted.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- offline
Restoring StringDb Backup Status - (String) Fail the backup job when database is offline or restoring.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- read
Only StringDb Backup Status - (String) Whether to skip backup for read-only SQL databases.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
- report
All StringNon Autoprotect Db Errors - (String) Whether to report error for all dbs in non-autoprotect jobs.
- Constraints: Allowable values are:
kError
,kWarn
,kIgnore
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamExcludeFilter
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- Is
Regular boolExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String string - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular booleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter_
string str - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is_
regular_ boolexpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- filter
String String - (String) Specifies the filter string using wildcard supported strings or regular expressions.
- is
Regular BooleanExpression - (Boolean) Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.
- Constraints: The default value is
false
.
- Constraints: The default value is
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamIndexingPolicy
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths List<string> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths List<string> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths []string - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths []string - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths string[] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths string[] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable_
indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude_
paths Sequence[str] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include_
paths Sequence[str] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamObject
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Source
Type string - (String) Specifies the type of source being protected.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- source
Type string - (String) Specifies the type of source being protected.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- source_
type str - (String) Specifies the type of source being protected.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- source
Type String - (String) Specifies the type of source being protected.
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamPrePostScript
- Post
Scripts List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- Post
Scripts []GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Post Script - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts []GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Pre Script - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Post Script[] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Pre Script[] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Post Script] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre_
scripts Sequence[GetBackup Recovery Protection Group Mssql Param Volume Protection Type Param Pre Post Script Pre Script] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<Property Map> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<Property Map> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamPrePostScriptPostScript
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupMssqlParamVolumeProtectionTypeParamPrePostScriptPreScript
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On booleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue_
on_ boolerror - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupPermission
- Created
At doubleTime Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At doubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor List<GetMetadatas Backup Recovery Protection Group Permission External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated doubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object protected.
- Networks
List<Get
Backup Recovery Protection Group Permission Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Created
At float64Time Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At float64Time Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor []GetMetadatas Backup Recovery Protection Group Permission External Vendor Metadata - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (Integer) Specifies the ID of the object protected.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated float64At Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies the name of the object protected.
- Networks
[]Get
Backup Recovery Protection Group Permission Network - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At DoubleTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At DoubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<GetMetadatas Backup Recovery Protection Group Permission External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (Integer) Specifies the ID of the object protected.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated DoubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies the name of the object protected.
- networks
List<Get
Backup Recovery Protection Group Permission Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At numberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At numberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description string
- (String) Description about the tenant.
- external
Vendor GetMetadatas Backup Recovery Protection Group Permission External Vendor Metadata[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id string
- (Integer) Specifies the ID of the object protected.
- is
Managed booleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated numberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name string
- (String) Specifies the name of the object protected.
- networks
Get
Backup Recovery Protection Group Permission Network[] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created_
at_ floattime_ msecs - (Integer) Epoch time when tenant was created.
- deleted_
at_ floattime_ msecs - (Integer) Epoch time when tenant was last updated.
- description str
- (String) Description about the tenant.
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Protection Group Permission External Vendor Metadata] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id str
- (Integer) Specifies the ID of the object protected.
- is_
managed_ boolon_ helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last_
updated_ floatat_ time_ msecs - (Integer) Epoch time when tenant was last updated.
- name str
- (String) Specifies the name of the object protected.
- networks
Sequence[Get
Backup Recovery Protection Group Permission Network] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At NumberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At NumberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<Property Map>Metadatas - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (Integer) Specifies the ID of the object protected.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated NumberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies the name of the object protected.
- networks List<Property Map>
- (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadata
- Ibm
Tenant List<GetMetadata Params Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- Ibm
Tenant []GetMetadata Params Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant List<GetMetadata Params Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant GetMetadata Params Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type string
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm_
tenant_ Sequence[Getmetadata_ params Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type str
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
- ibm
Tenant List<Property Map>Metadata Params - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type of the external vendor. The type specific parameters must be specified the provided type.
- Constraints: Allowable values are:
IBM
.
- Constraints: Allowable values are:
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParam
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties []GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs []GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- crn string
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property[] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config[] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account_
id str - (String) Specifies the unique identifier of the IBM's account ID.
- crn str
- (String) Specifies the unique CRN associated with the tenant.
- custom_
properties Sequence[GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Custom Property] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness_
mode str - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics_
configs Sequence[GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership_
mode str - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan_
id str - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource_
group_ strid - (String) Specifies the Resource Group ID associated with the tenant.
- resource_
instance_ strid - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<Property Map> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<Property Map> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
- Cos
Resource List<GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics List<GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- Cos
Resource []GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics []GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs []GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config[] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics GetConfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config[] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config[] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos_
resource_ Sequence[Getconfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam_
metrics_ Sequence[Getconfigs Backup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering_
configs Sequence[GetBackup Recovery Protection Group Permission External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<Property Map>Configs - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<Property Map>Configs - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<Property Map> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource_
url str - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing_
api_ strkey_ secret_ id - (String) Specifies Id of the secret that contains the API key.
- iam_
url str - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
GetBackupRecoveryProtectionGroupPermissionExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig
- Part
Ids List<string> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval doubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- Part
Ids []string - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval float64In Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval DoubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids string[] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval numberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part_
ids Sequence[str] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission_
interval_ floatin_ secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url str
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval NumberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
GetBackupRecoveryProtectionGroupPermissionNetwork
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips List<string> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips []string - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips string[] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster_
hostname str - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster_
ips Sequence[str] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector_
enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
GetBackupRecoveryProtectionGroupPhysicalParam
- File
Protection List<GetType Params Backup Recovery Protection Group Physical Param File Protection Type Param> - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Volume
Protection List<GetType Params Backup Recovery Protection Group Physical Param Volume Protection Type Param> - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- File
Protection []GetType Params Backup Recovery Protection Group Physical Param File Protection Type Param - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- Protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- Volume
Protection []GetType Params Backup Recovery Protection Group Physical Param Volume Protection Type Param - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection List<GetType Params Backup Recovery Protection Group Physical Param File Protection Type Param> - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection List<GetType Params Backup Recovery Protection Group Physical Param Volume Protection Type Param> - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection GetType Params Backup Recovery Protection Group Physical Param File Protection Type Param[] - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- protection
Type string - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection GetType Params Backup Recovery Protection Group Physical Param Volume Protection Type Param[] - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file_
protection_ Sequence[Gettype_ params Backup Recovery Protection Group Physical Param File Protection Type Param] - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- protection_
type str - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume_
protection_ Sequence[Gettype_ params Backup Recovery Protection Group Physical Param Volume Protection Type Param] - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
- file
Protection List<Property Map>Type Params - (List) Specifies the parameters which are specific to Physical related Protection Groups. Nested schema for file_protection_type_params:
- protection
Type String - (String) Specifies the Physical Protection Group type.
- Constraints: Allowable values are:
kFile
,kVolume
.
- Constraints: Allowable values are:
- volume
Protection List<Property Map>Type Params - (List) Specifies the parameters which are specific to Volume based physical Protection Groups. Nested schema for volume_protection_type_params:
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParam
- Allow
Parallel boolRuns - (Boolean) Specifies whether or not this job can have parallel runs.
- Cobmr
Backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- Continue
On boolQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- Dedup
Exclusion List<double>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- Excluded
Vss List<string>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Global
Exclude List<string>Fs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- Global
Exclude List<string>Paths - (List) Specifies global exclude filters which are applied to all sources in a job.
- Ignorable
Errors List<string> - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- Indexing
Policies List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Objects
List<Get
Backup Recovery Protection Group Physical Param File Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Brick boolBased Deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post List<GetScripts Backup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- Task
Timeouts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Task Timeout> - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
- Allow
Parallel boolRuns - (Boolean) Specifies whether or not this job can have parallel runs.
- Cobmr
Backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- Continue
On boolQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- Dedup
Exclusion []float64Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- Excluded
Vss []stringWriters - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Global
Exclude []stringFs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- Global
Exclude []stringPaths - (List) Specifies global exclude filters which are applied to all sources in a job.
- Ignorable
Errors []string - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- Indexing
Policies []GetBackup Recovery Protection Group Physical Param File Protection Type Param Indexing Policy - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Objects
[]Get
Backup Recovery Protection Group Physical Param File Protection Type Param Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Brick boolBased Deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post []GetScripts Backup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- Task
Timeouts []GetBackup Recovery Protection Group Physical Param File Protection Type Param Task Timeout - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
- allow
Parallel BooleanRuns - (Boolean) Specifies whether or not this job can have parallel runs.
- cobmr
Backup Boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On BooleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion List<Double>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- global
Exclude List<String>Fs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- global
Exclude List<String>Paths - (List) Specifies global exclude filters which are applied to all sources in a job.
- ignorable
Errors List<String> - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- indexing
Policies List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
List<Get
Backup Recovery Protection Group Physical Param File Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Brick BooleanBased Deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<GetScripts Backup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce Boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- task
Timeouts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Task Timeout> - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
- allow
Parallel booleanRuns - (Boolean) Specifies whether or not this job can have parallel runs.
- cobmr
Backup boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On booleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion number[]Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss string[]Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- global
Exclude string[]Fs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- global
Exclude string[]Paths - (List) Specifies global exclude filters which are applied to all sources in a job.
- ignorable
Errors string[] - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- indexing
Policies GetBackup Recovery Protection Group Physical Param File Protection Type Param Indexing Policy[] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
Get
Backup Recovery Protection Group Physical Param File Protection Type Param Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Brick booleanBased Deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- perform
Source booleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post GetScripts Backup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script[] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- task
Timeouts GetBackup Recovery Protection Group Physical Param File Protection Type Param Task Timeout[] - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
- allow_
parallel_ boolruns - (Boolean) Specifies whether or not this job can have parallel runs.
- cobmr_
backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- continue_
on_ boolquiesce_ failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup_
exclusion_ Sequence[float]source_ ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded_
vss_ Sequence[str]writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- global_
exclude_ Sequence[str]fs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- global_
exclude_ Sequence[str]paths - (List) Specifies global exclude filters which are applied to all sources in a job.
- ignorable_
errors Sequence[str] - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- indexing_
policies Sequence[GetBackup Recovery Protection Group Physical Param File Protection Type Param Indexing Policy] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
Sequence[Get
Backup Recovery Protection Group Physical Param File Protection Type Param Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform_
brick_ boolbased_ deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- perform_
source_ boolside_ deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre_
post_ Sequence[Getscripts Backup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- task_
timeouts Sequence[GetBackup Recovery Protection Group Physical Param File Protection Type Param Task Timeout] - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
- allow
Parallel BooleanRuns - (Boolean) Specifies whether or not this job can have parallel runs.
- cobmr
Backup Boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On BooleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion List<Number>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- global
Exclude List<String>Fs - (List) Specifies global exclude filesystems which are applied to all sources in a job.
- global
Exclude List<String>Paths - (List) Specifies global exclude filters which are applied to all sources in a job.
- ignorable
Errors List<String> - (List) Specifies the Errors to be ignored in error db.
- Constraints: Allowable list items are:
kEOF
,kNonExistent
.
- Constraints: Allowable list items are:
- indexing
Policies List<Property Map> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Brick BooleanBased Deduplication - (Boolean) Specifies whether or not to perform brick based deduplication on this Protection Group.
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<Property Map>Scripts - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce Boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- task
Timeouts List<Property Map> - (List) Specifies the timeouts for all the objects inside this Protection Group, for both full and incremental backups. Nested schema for task_timeouts:
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamIndexingPolicy
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths List<string> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths List<string> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths []string - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths []string - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths string[] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths string[] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable_
indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude_
paths Sequence[str] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include_
paths Sequence[str] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamObject
- Excluded
Vss List<string>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- File
Paths List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Object File Path> - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- Follow
Nas boolSymlink Target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- Id double
- (Integer) Specifies the ID of the object protected.
- Metadata
File stringPath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- Name string
- (String) Specifies the name of the object protected.
- Nested
Volume List<string>Types To Skips - (List) Specifies mount types of nested volumes to be skipped.
- Uses
Path boolLevel Skip Nested Volume Setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
- Excluded
Vss []stringWriters - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- File
Paths []GetBackup Recovery Protection Group Physical Param File Protection Type Param Object File Path - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- Follow
Nas boolSymlink Target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Metadata
File stringPath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- Name string
- (String) Specifies the name of the object protected.
- Nested
Volume []stringTypes To Skips - (List) Specifies mount types of nested volumes to be skipped.
- Uses
Path boolLevel Skip Nested Volume Setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- file
Paths List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Object File Path> - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- follow
Nas BooleanSymlink Target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- id Double
- (Integer) Specifies the ID of the object protected.
- metadata
File StringPath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- name String
- (String) Specifies the name of the object protected.
- nested
Volume List<String>Types To Skips - (List) Specifies mount types of nested volumes to be skipped.
- uses
Path BooleanLevel Skip Nested Volume Setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
- excluded
Vss string[]Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- file
Paths GetBackup Recovery Protection Group Physical Param File Protection Type Param Object File Path[] - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- follow
Nas booleanSymlink Target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- id number
- (Integer) Specifies the ID of the object protected.
- metadata
File stringPath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- name string
- (String) Specifies the name of the object protected.
- nested
Volume string[]Types To Skips - (List) Specifies mount types of nested volumes to be skipped.
- uses
Path booleanLevel Skip Nested Volume Setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
- excluded_
vss_ Sequence[str]writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- file_
paths Sequence[GetBackup Recovery Protection Group Physical Param File Protection Type Param Object File Path] - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- follow_
nas_ boolsymlink_ target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- id float
- (Integer) Specifies the ID of the object protected.
- metadata_
file_ strpath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- name str
- (String) Specifies the name of the object protected.
- nested_
volume_ Sequence[str]types_ to_ skips - (List) Specifies mount types of nested volumes to be skipped.
- uses_
path_ boollevel_ skip_ nested_ volume_ setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- file
Paths List<Property Map> - (List) Specifies a list of file paths to be protected by this Protection Group. Nested schema for file_paths:
- follow
Nas BooleanSymlink Target - (Boolean) Specifies whether to follow NAS target pointed by symlink for windows sources.
- id Number
- (Integer) Specifies the ID of the object protected.
- metadata
File StringPath - (String) Specifies the path of metadatafile on source. This file contains absolute paths of files that needs to be backed up on the same source.
- name String
- (String) Specifies the name of the object protected.
- nested
Volume List<String>Types To Skips - (List) Specifies mount types of nested volumes to be skipped.
- uses
Path BooleanLevel Skip Nested Volume Setting - (Boolean) Specifies whether path level or object level skip nested volume setting will be used.
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamObjectFilePath
- Excluded
Paths List<string> - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- Included
Path string - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- Skip
Nested boolVolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
- Excluded
Paths []string - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- Included
Path string - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- Skip
Nested boolVolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
- excluded
Paths List<String> - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- included
Path String - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- skip
Nested BooleanVolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
- excluded
Paths string[] - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- included
Path string - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- skip
Nested booleanVolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
- excluded_
paths Sequence[str] - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- included_
path str - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- skip_
nested_ boolvolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
- excluded
Paths List<String> - (List) Specifies a set of paths nested under the include path which should be excluded from the Protection Group.
- included
Path String - (String) Specifies a path to be included on the source. All paths under this path will be included unless they are specifically mentioned in excluded paths.
- skip
Nested BooleanVolumes - (Boolean) Specifies whether to skip any nested volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamPrePostScript
- Post
Scripts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- Post
Scripts []GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Post Script - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts []GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Pre Script - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Post Script[] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Pre Script[] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post_
scripts Sequence[GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Post Script] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre_
scripts Sequence[GetBackup Recovery Protection Group Physical Param File Protection Type Param Pre Post Script Pre Script] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<Property Map> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<Property Map> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamPrePostScriptPostScript
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamPrePostScriptPreScript
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On booleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue_
on_ boolerror - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupPhysicalParamFileProtectionTypeParamTaskTimeout
- Backup
Type string - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Timeout
Mins double - (Integer) Specifies the timeout in mins.
- Backup
Type string - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- Timeout
Mins float64 - (Integer) Specifies the timeout in mins.
- backup
Type String - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- timeout
Mins Double - (Integer) Specifies the timeout in mins.
- backup
Type string - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- timeout
Mins number - (Integer) Specifies the timeout in mins.
- backup_
type str - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- timeout_
mins float - (Integer) Specifies the timeout in mins.
- backup
Type String - (String) The scheduled backup type(kFull, kRegular etc.).
- Constraints: Allowable values are:
kRegular
,kFull
,kLog
,kSystem
,kHydrateCDP
,kStorageArraySnapshot
.
- Constraints: Allowable values are:
- timeout
Mins Number - (Integer) Specifies the timeout in mins.
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParam
- Cobmr
Backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- Continue
On boolQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- Dedup
Exclusion List<double>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- Excluded
Vss List<string>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Incremental
Backup boolAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- Indexing
Policies List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Objects
List<Get
Backup Recovery Protection Group Physical Param Volume Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post List<GetScripts Backup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- Cobmr
Backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- Continue
On boolQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- Dedup
Exclusion []float64Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- Excluded
Vss []stringWriters - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Incremental
Backup boolAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- Indexing
Policies []GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Indexing Policy - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- Objects
[]Get
Backup Recovery Protection Group Physical Param Volume Protection Type Param Object - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- Perform
Source boolSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- Pre
Post []GetScripts Backup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- Quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- cobmr
Backup Boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On BooleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion List<Double>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- incremental
Backup BooleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Indexing Policy> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
List<Get
Backup Recovery Protection Group Physical Param Volume Protection Type Param Object> - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<GetScripts Backup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script> - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce Boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- cobmr
Backup boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On booleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion number[]Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss string[]Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- incremental
Backup booleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Indexing Policy[] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
Get
Backup Recovery Protection Group Physical Param Volume Protection Type Param Object[] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source booleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post GetScripts Backup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script[] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- cobmr_
backup bool - (Boolean) Specifies whether to take a CoBMR backup.
- continue_
on_ boolquiesce_ failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup_
exclusion_ Sequence[float]source_ ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded_
vss_ Sequence[str]writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- incremental_
backup_ boolafter_ restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing_
policies Sequence[GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Indexing Policy] - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects
Sequence[Get
Backup Recovery Protection Group Physical Param Volume Protection Type Param Object] - (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform_
source_ boolside_ deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre_
post_ Sequence[Getscripts Backup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script] - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce bool
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
- cobmr
Backup Boolean - (Boolean) Specifies whether to take a CoBMR backup.
- continue
On BooleanQuiesce Failure - (Boolean) Specifies whether to continue backing up on quiesce failure.
- dedup
Exclusion List<Number>Source Ids - (List) Specifies ids of sources for which deduplication has to be disabled.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- incremental
Backup BooleanAfter Restart - (Boolean) Specifies whether or not to perform an incremental backup after the server restarts. This is applicable to windows environments.
- indexing
Policies List<Property Map> - (List) Specifies settings for indexing files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index. Nested schema for indexing_policy:
- objects List<Property Map>
- (List)
- Constraints: The minimum length is
1
item. Nested schema for objects:
- Constraints: The minimum length is
- perform
Source BooleanSide Deduplication - (Boolean) Specifies whether or not to perform source side deduplication on this Protection Group.
- pre
Post List<Property Map>Scripts - (List) Specifies the params for pre and post scripts. Nested schema for pre_post_script:
- quiesce Boolean
- (Boolean) Specifies Whether to take app-consistent snapshots by quiescing apps and the filesystem before taking a backup.
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParamIndexingPolicy
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths List<string> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths List<string> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Enable
Indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- Exclude
Paths []string - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- Include
Paths []string - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths string[] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths string[] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable_
indexing bool - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude_
paths Sequence[str] - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include_
paths Sequence[str] - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- enable
Indexing Boolean - (Boolean) Specifies if the files found in an Object (such as a VM) should be indexed. If true (the default), files are indexed.
- exclude
Paths List<String> - (List) Array of Excluded Directories. Specifies a list of directories to exclude from indexing.Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
- include
Paths List<String> - (List) Array of Indexed Directories. Specifies a list of directories to index. Regular expression can also be specified to provide the directory paths. Example: /Users//AppData.
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParamObject
- Enable
System boolBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- Excluded
Vss List<string>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Id double
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Volume
Guids List<string> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- Enable
System boolBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- Excluded
Vss []stringWriters - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- Id float64
- (Integer) Specifies the ID of the object protected.
- Name string
- (String) Specifies the name of the object protected.
- Volume
Guids []string - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System BooleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- id Double
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- volume
Guids List<String> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System booleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- excluded
Vss string[]Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- id number
- (Integer) Specifies the ID of the object protected.
- name string
- (String) Specifies the name of the object protected.
- volume
Guids string[] - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable_
system_ boolbackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- excluded_
vss_ Sequence[str]writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- id float
- (Integer) Specifies the ID of the object protected.
- name str
- (String) Specifies the name of the object protected.
- volume_
guids Sequence[str] - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
- enable
System BooleanBackup - (Boolean) Specifies whether or not to take a system backup. Applicable only for windows sources.
- excluded
Vss List<String>Writers - (List) Specifies writer names which should be excluded from physical volume based backups for a given source.
- id Number
- (Integer) Specifies the ID of the object protected.
- name String
- (String) Specifies the name of the object protected.
- volume
Guids List<String> - (List) Specifies the list of GUIDs of volumes protected. If empty, then all volumes will be protected by default.
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParamPrePostScript
- Post
Scripts List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- Post
Scripts []GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Post Script - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- Pre
Scripts []GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Pre Script - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Post Script> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Pre Script> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Post Script[] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Pre Script[] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post_
scripts Sequence[GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Post Script] - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre_
scripts Sequence[GetBackup Recovery Protection Group Physical Param Volume Protection Type Param Pre Post Script Pre Script] - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
- post
Scripts List<Property Map> - (List) Specifies the common params for PostBackup scripts. Nested schema for post_script:
- pre
Scripts List<Property Map> - (List) Specifies the common params for PreBackup scripts. Nested schema for pre_script:
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParamPrePostScriptPostScript
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupPhysicalParamVolumeProtectionTypeParamPrePostScriptPreScript
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Continue
On boolError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- Is
Active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- Params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- Path string
- (String) Specifies the absolute path to the script on the remote host.
- Timeout
Secs float64 - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Double - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On booleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params string
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path string
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue_
on_ boolerror - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is_
active bool - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params str
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path str
- (String) Specifies the absolute path to the script on the remote host.
- timeout_
secs float - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- continue
On BooleanError - (Boolean) Specifies if the script needs to continue even if there is an occurence of an error. If this flag is set to true, then Backup Run will start even if the pre backup script fails. If not specified or false, then backup run will not start when script fails.
- is
Active Boolean - (Boolean) Specifies whether the script should be enabled, default value set to true.
- params String
- (String) Specifies the arguments or parameters and values to pass into the remote script. For example if the script expects values for the 'database' and 'user' parameters, specify the parameters and values using the following string: "database=myDatabase user=me".
- path String
- (String) Specifies the absolute path to the script on the remote host.
- timeout
Secs Number - (Integer) Specifies the timeout of the script in seconds. The script will be killed if it exceeds this value. By default, no timeout will occur if left empty.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupSla
- Backup
Run stringType - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- Sla
Minutes double - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- Backup
Run stringType - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- Sla
Minutes float64 - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- backup
Run StringType - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- sla
Minutes Double - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- backup
Run stringType - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- sla
Minutes number - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- backup_
run_ strtype - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- sla_
minutes float - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
- backup
Run StringType - (String) Specifies the type of run this rule should apply to.
- Constraints: Allowable values are:
kIncremental
,kFull
,kLog
.
- Constraints: Allowable values are:
- sla
Minutes Number - (Integer) Specifies the number of minutes allotted to a run of the specified type before SLA is considered violated.
- Constraints: The minimum value is
1
.
- Constraints: The minimum value is
GetBackupRecoveryProtectionGroupStartTime
- Hour double
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- Minute double
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- Time
Zone string - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
- Hour float64
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- Minute float64
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- Time
Zone string - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
- hour Double
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- minute Double
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- time
Zone String - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
- hour number
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- minute number
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- time
Zone string - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
- hour float
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- minute float
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- time_
zone str - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
- hour Number
- (Integer) Specifies the hour of the day (0-23).
- Constraints: The maximum value is
23
. The minimum value is0
.
- Constraints: The maximum value is
- minute Number
- (Integer) Specifies the minute of the hour (0-59).
- Constraints: The maximum value is
59
. The minimum value is0
.
- Constraints: The maximum value is
- time
Zone String - (String) Specifies the time zone of the user. If not specified, default value is assumed as America/Los_Angeles.
- Constraints: The default value is
America/Los_Angeles
.
- Constraints: The default value is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.