Location Fsx Ontap File System Protocol Smb Args
data class LocationFsxOntapFileSystemProtocolSmbArgs(val domain: Output<String>? = null, val mountOptions: Output<LocationFsxOntapFileSystemProtocolSmbMountOptionsArgs>, val password: Output<String>, val user: Output<String>) : ConvertibleToJava<LocationFsxOntapFileSystemProtocolSmbArgs>
Constructors
Link copied to clipboard
constructor(domain: Output<String>? = null, mountOptions: Output<LocationFsxOntapFileSystemProtocolSmbMountOptionsArgs>, password: Output<String>, user: Output<String>)