LocationFSxOntapProtocolArgs

data class LocationFSxOntapProtocolArgs(val nfs: Output<LocationFSxOntapNfsArgs>? = null, val smb: Output<LocationFSxOntapSmbArgs>? = null) : ConvertibleToJava<LocationFSxOntapProtocolArgs>

Configuration settings for NFS or SMB protocol.

Constructors

Link copied to clipboard
constructor(nfs: Output<LocationFSxOntapNfsArgs>? = null, smb: Output<LocationFSxOntapSmbArgs>? = null)

Properties

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

Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).

Link copied to clipboard
val smb: Output<LocationFSxOntapSmbArgs>? = null

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

Functions

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