ApplicationScopedVolumeResponse

data class ApplicationScopedVolumeResponse(val creationParameters: ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskResponse, val destinationPath: String, val name: String, val readOnly: Boolean? = null)

Describes a volume whose lifetime is scoped to the application's lifetime.

Constructors

Link copied to clipboard
constructor(creationParameters: ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskResponse, destinationPath: String, name: String, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes parameters for creating application-scoped volumes.

Link copied to clipboard

The path within the container at which the volume should be mounted. Only valid path characters are allowed.

Link copied to clipboard

Name of the volume being referenced.

Link copied to clipboard
val readOnly: Boolean? = null

The flag indicating whether the volume is read only. Default is 'false'.