Location FSx Ontap Protocol Args
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
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
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.