IPAM

constructor(driver: String? = "default", config: List<IPAMConfig>? = null, options: Map<String, String>? = null)

Parameters

driver

Name of the IPAM driver to use.

config

List of IPAM configuration options, specified as a map: `` {\"Subnet\": <CIDR>, \"IPRange\": <CIDR>, \"Gateway\": <IP address>, \"AuxAddress\": <device_name:IP address>} `` @param options Driver-specific options, specified as a map.