SmbStorageClassTypePropertiesArgs

data class SmbStorageClassTypePropertiesArgs(val domain: Output<String>? = null, val password: Output<String>? = null, val source: Output<String>, val subDir: Output<String>? = null, val type: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<SmbStorageClassTypePropertiesArgs>

The properties of SMB StorageClass

Constructors

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

Properties

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

Server domain

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

Server password

Link copied to clipboard
val source: Output<String>

SMB Source

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

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

Link copied to clipboard
val type: Output<String>

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

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

Server username

Functions

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