VMBackupPolicyPropertiesArgs

data class VMBackupPolicyPropertiesArgs(val backupManagementType: Output<String>, val instantRPDetails: Output<InstantRPAdditionalDetailsArgs>? = null, val instantRpRetentionRangeInDays: Output<Int>? = null, val name: Output<String>, val policyType: Output<Either<String, IAASVMPolicyType>>? = null, val protectedItemsCount: Output<Int>? = null, val resourceGuardOperationRequests: Output<List<String>>? = null, val retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, val schedulePolicy: Output<Any>? = null, val tieringPolicy: Output<Map<String, TieringPolicyArgs>>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<VMBackupPolicyPropertiesArgs>

Defines the policy properties for virtual machine backup.

Constructors

Link copied to clipboard
constructor(backupManagementType: Output<String>, instantRPDetails: Output<InstantRPAdditionalDetailsArgs>? = null, instantRpRetentionRangeInDays: Output<Int>? = null, name: Output<String>, policyType: Output<Either<String, IAASVMPolicyType>>? = null, protectedItemsCount: Output<Int>? = null, resourceGuardOperationRequests: Output<List<String>>? = null, retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, schedulePolicy: Output<Any>? = null, tieringPolicy: Output<Map<String, TieringPolicyArgs>>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'AzureIaasVM'.

Link copied to clipboard

Instant recovery point additional details.

Link copied to clipboard
val instantRpRetentionRangeInDays: Output<Int>? = null

Instant RP retention policy range in days

Link copied to clipboard
val name: Output<String>

The name of the VM Backup policy.

Link copied to clipboard
val policyType: Output<Either<String, IAASVMPolicyType>>? = null

The policy type.

Link copied to clipboard
val protectedItemsCount: Output<Int>? = null

Number of items associated with this policy.

Link copied to clipboard

ResourceGuard Operation Requests

Link copied to clipboard

Retention policy with the details on backup copy retention ranges.

Link copied to clipboard
val schedulePolicy: Output<Any>? = null

Backup schedule specified as part of backup policy.

Link copied to clipboard
val tieringPolicy: Output<Map<String, TieringPolicyArgs>>? = null

Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier.

Link copied to clipboard
val timeZone: Output<String>? = null

Time zone optional input as string. For example: "Pacific Standard Time".

Functions

Link copied to clipboard
open override fun toJava(): VMBackupPolicyPropertiesArgs