Volume Definition Response
data class VolumeDefinitionResponse(val bind: BindOptionsResponse? = null, val consistency: String? = null, val readOnly: Boolean? = null, val source: String? = null, val target: String? = null, val tmpfs: TmpfsOptionsResponse? = null, val type: String? = null, val volume: VolumeOptionsResponse? = null)
Describes the volume configuration for the container
Constructors
Link copied to clipboard
constructor(bind: BindOptionsResponse? = null, consistency: String? = null, readOnly: Boolean? = null, source: String? = null, target: String? = null, tmpfs: TmpfsOptionsResponse? = null, type: String? = null, volume: VolumeOptionsResponse? = null)