LocationFSxOntapSmb

data class LocationFSxOntapSmb(val domain: String? = null, val mountOptions: LocationFSxOntapSmbMountOptions, val password: String, val user: String)

SMB protocol configuration for FSx ONTAP file system.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

The name of the Windows domain that the SMB server belongs to.

Link copied to clipboard

Specifies how DataSync can access a location using the SMB protocol.

Link copied to clipboard

The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.

Link copied to clipboard

The user who can mount the share, has the permissions to access files and folders in the SMB share.