Ipam.Options Property

Definition

A collection of key-value pairs representing options for the IPAM configuration.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The Options property allows for specifying additional configuration parameters for the IPAM (IP Address Management) system. It is represented as a dictionary where each key corresponds to a particular option name and the value corresponds to its respective setting.

Applies to