WebApplicationDirectoryResponse

data class WebApplicationDirectoryResponse(val id: String, val isEditable: Boolean? = null, val sourcePaths: List<String>? = null, val sourceSize: String? = null, val storageProfile: TargetStorageProfileResponse? = null)

WebApplication directory structure.

Constructors

Link copied to clipboard
constructor(id: String, isEditable: Boolean? = null, sourcePaths: List<String>? = null, sourceSize: String? = null, storageProfile: TargetStorageProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Gets the unique id corresponding to the application directory.

Link copied to clipboard
val isEditable: 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: List<String>? = null

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

Link copied to clipboard
val sourceSize: 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.