LocationFsxOntapFileSystemProtocolSmbArgs

data class LocationFsxOntapFileSystemProtocolSmbArgs(val domain: Output<String>? = null, val mountOptions: Output<LocationFsxOntapFileSystemProtocolSmbMountOptionsArgs>, val password: Output<String>, val user: Output<String>) : ConvertibleToJava<LocationFsxOntapFileSystemProtocolSmbArgs>

Constructors

constructor(domain: Output<String>? = null, mountOptions: Output<LocationFsxOntapFileSystemProtocolSmbMountOptionsArgs>, password: Output<String>, user: Output<String>)

Properties

Link copied to clipboard
val domain: Output<String>? = null

Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.

Link copied to clipboard

Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.

Link copied to clipboard
val password: Output<String>

Password of a user who has permission to access your SVM.

Link copied to clipboard
val user: Output<String>

Username that can mount the location and access the files, folders, and metadata that you need in the SVM.

Functions

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