Application Scoped Volume Args
data class ApplicationScopedVolumeArgs(val creationParameters: Output<ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskArgs>, val destinationPath: Output<String>, val name: Output<String>, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<ApplicationScopedVolumeArgs>
Describes a volume whose lifetime is scoped to the application's lifetime.
Constructors
Link copied to clipboard
constructor(creationParameters: Output<ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskArgs>, destinationPath: Output<String>, name: Output<String>, readOnly: Output<Boolean>? = null)
Properties
Link copied to clipboard
val creationParameters: Output<ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskArgs>
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.