AzureFileShareProtectionPolicyResponse

data class AzureFileShareProtectionPolicyResponse(val backupManagementType: String, val protectedItemsCount: Int? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, val schedulePolicy: Any? = null, val timeZone: String? = null, val workLoadType: String? = null)

AzureStorage backup policy.

Constructors

Link copied to clipboard
constructor(backupManagementType: String, protectedItemsCount: Int? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, schedulePolicy: Any? = null, timeZone: String? = null, workLoadType: String? = null)

Types

Link copied to clipboard
object Companion

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 'AzureStorage'.

Link copied to clipboard

Number of items associated with this policy.

Link copied to clipboard

Retention policy with the details on backup copy retention ranges.

Link copied to clipboard
val schedulePolicy: Any? = null

Backup schedule specified as part of backup policy.

Link copied to clipboard
val timeZone: String? = null

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

Link copied to clipboard
val workLoadType: String? = null

Type of workload for the backup management