snapshotGroup

@JvmName(name = "bodplrqhsmsxsofk")
suspend fun snapshotGroup(value: Output<Boolean>)
@JvmName(name = "qtvqjhbnedgwjboo")
suspend fun snapshotGroup(value: Boolean)

Parameters

value

Whether to turn on file system consistency. If SnapshotGroup is true, when AppConsistent is true but the relevant conditions are not met or AppConsistent is false, the resulting snapshot will be a file system consistency snapshot. The file system consistency ensures that the file system memory and disk information are synchronized at the time of snapshot creation, and the file system write operation is frozen to make the file system in a consistent state. The file system consistency snapshot can prevent the operating system from performing disk inspection and repair operations such as CHKDSK or fsck after restart. Valid values: true, false.