HostConfigAllOfLogConfig

@Serializable
data class HostConfigAllOfLogConfig(val type: HostConfigAllOfLogConfig.Type? = null, val config: Map<String, String>? = null)

The logging configuration for this container

Parameters

type

Name of the logging driver used for the container or \"none\" if logging is disabled.

config

Driver-specific configuration options for the logging driver.

Constructors

Link copied to clipboard
constructor(type: HostConfigAllOfLogConfig.Type? = null, config: Map<String, String>? = null)

Types

Link copied to clipboard

Name of the logging driver used for the container or \"none\" if logging is disabled.

Properties

Link copied to clipboard
@SerialName(value = "Config")
val config: Map<String, String>?
Link copied to clipboard
@SerialName(value = "Type")
val type: HostConfigAllOfLogConfig.Type?