FileSystemProtectionArgs

data class FileSystemProtectionArgs(val replicationOverwriteProtection: Output<FileSystemProtectionReplicationOverwriteProtection>? = null) : ConvertibleToJava<FileSystemProtectionArgs>

Describes the protection on the file system.

Constructors

Link copied to clipboard
constructor(replicationOverwriteProtection: Output<FileSystemProtectionReplicationOverwriteProtection>? = null)

Properties

Link copied to clipboard

The status of the file system's replication overwrite protection.

Functions

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