Ipam.Config Property

Definition

Represents a configuration for IP Address Management (IPAM). This property is a collection of key-value pairs that define specific IPAM configuration settings.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to