SmbStorageClassTypePropertiesResponse

data class SmbStorageClassTypePropertiesResponse(val domain: String? = null, val password: String? = null, val source: String, val subDir: String? = null, val type: String, val username: String? = null)

The properties of SMB StorageClass

Constructors

Link copied to clipboard
constructor(domain: String? = null, password: String? = null, source: String, subDir: String? = null, type: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

Server domain

Link copied to clipboard
val password: String? = null

Server password

Link copied to clipboard

SMB Source

Link copied to clipboard
val subDir: String? = null

Sub directory under share. If the sub directory doesn't exist, driver will create it

Link copied to clipboard

Type of a storage class Expected value is 'SMB'.

Link copied to clipboard
val username: String? = null

Server username