WebApplicationDirectoryArgs

data class WebApplicationDirectoryArgs(val isEditable: Output<Boolean>? = null, val sourcePaths: Output<List<String>>? = null, val sourceSize: Output<String>? = null, val storageProfile: Output<TargetStorageProfileArgs>? = null) : ConvertibleToJava<WebApplicationDirectoryArgs>

WebApplication directory structure.

Constructors

Link copied to clipboard
fun WebApplicationDirectoryArgs(isEditable: Output<Boolean>? = null, sourcePaths: Output<List<String>>? = null, sourceSize: Output<String>? = null, storageProfile: Output<TargetStorageProfileArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val isEditable: Output<Boolean>? = null

Gets or sets a value indicating whether the directory object is editable. True when the directory is added as an optional directory, false when discovery is done manually.

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

Gets or sets the paths of the directory on the source machine.

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

Gets or sets the size of the directory on the source machine.

Link copied to clipboard

Storage profile for the directory on the target container.