LocationFSxOntapSmbArgs

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>)

Properties

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

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
val user: Output<String>

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

Functions

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