Class ServiceVolumeDriverConfig
Volume driver configuration options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceVolumeDriverConfig
Properties
Name
Name of the volume driver.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Options
Volume driver options.
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()