DirectoryPathArgs

data class DirectoryPathArgs(val physical: Output<String>? = null, val virtual: Output<String>? = null) : ConvertibleToJava<DirectoryPathArgs>

Second level entity for virtual directories.

Constructors

Link copied to clipboard
constructor(physical: Output<String>? = null, virtual: Output<String>? = null)

Properties

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

Gets or sets the physical path of the directory on the web server.

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

Gets or sets the virtual path for the directory.

Functions

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