Location FSx Ontap Smb Args
data class LocationFSxOntapSmbArgs(val domain: Output<String>? = null, val mountOptions: Output<LocationFSxOntapSmbMountOptionsArgs>, val password: Output<String>, val user: Output<String>) : ConvertibleToJava<LocationFSxOntapSmbArgs>
SMB protocol configuration for FSx ONTAP file system.
Constructors
Link copied to clipboard
constructor(domain: Output<String>? = null, mountOptions: Output<LocationFSxOntapSmbMountOptionsArgs>, password: Output<String>, user: Output<String>)