Web Application Directory Args
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
constructor(isEditable: Output<Boolean>? = null, sourcePaths: Output<List<String>>? = null, sourceSize: Output<String>? = null, storageProfile: Output<TargetStorageProfileArgs>? = null)
Properties
Link copied to clipboard
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
Gets or sets the paths of the directory on the source machine.
Link copied to clipboard
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.