Share via


Volume.DriverOpts Property

Definition

Represents a collection of driver-specific options for the volume. These options are passed as key-value pairs to the volume driver, allowing customization or configuration specific to the driver being used.

[YamlDotNet.Serialization.YamlMember(Alias="driver_opts", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> DriverOpts { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="driver_opts", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.DriverOpts : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property DriverOpts As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to