File System Protection Args
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
val replicationOverwriteProtection: Output<FileSystemProtectionReplicationOverwriteProtection>? = null
The status of the file system's replication overwrite protection.