LocationFSxOpenZfsProtocolArgs

data class LocationFSxOpenZfsProtocolArgs(val nfs: Output<LocationFSxOpenZfsNfsArgs>? = null) : ConvertibleToJava<LocationFSxOpenZfsProtocolArgs>

Configuration settings for an NFS or SMB protocol, currently only support NFS

Constructors

Link copied to clipboard
constructor(nfs: Output<LocationFSxOpenZfsNfsArgs>? = null)

Properties

Link copied to clipboard
val nfs: Output<LocationFSxOpenZfsNfsArgs>? = null

Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.

Functions

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