SnapshotBackupAdditionalDetailsArgs

data class SnapshotBackupAdditionalDetailsArgs(val instantRPDetails: Output<String>? = null, val instantRpRetentionRangeInDays: Output<Int>? = null, val userAssignedManagedIdentityDetails: Output<UserAssignedManagedIdentityDetailsArgs>? = null) : ConvertibleToJava<SnapshotBackupAdditionalDetailsArgs>

Snapshot Backup related fields for WorkloadType SAP Hana system

Constructors

Link copied to clipboard
constructor(instantRPDetails: Output<String>? = null, instantRpRetentionRangeInDays: Output<Int>? = null, userAssignedManagedIdentityDetails: Output<UserAssignedManagedIdentityDetailsArgs>? = null)

Properties

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

Instant RP details for the snapshot.

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

Retention range for instant Rp in days.

Link copied to clipboard

User Assigned managed identity details used for snapshot policy.

Functions

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