LocationFsxOntapFileSystemProtocolSmb

data class LocationFsxOntapFileSystemProtocolSmb(val domain: String? = null, val mountOptions: LocationFsxOntapFileSystemProtocolSmbMountOptions, val password: String, val user: String)

Constructors

Link copied to clipboard
constructor(domain: String? = null, mountOptions: LocationFsxOntapFileSystemProtocolSmbMountOptions, password: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: 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

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

Link copied to clipboard

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