config

@SerialName(value = "Config")
val config: List<IPAMConfig>?

Parameters

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.