Type Alias: IPAM ​
IPAM:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
Config? | IPAMConfig[] | List of IPAM configuration options, specified as a map: {"Subnet": <CIDR>, "IPRange": <CIDR>, "Gateway": <IP address>, "AuxAddress": <device_name:IP address>} |
Driver? | string | Name of the IPAM driver to use. |
Options? | object | Driver-specific options, specified as a map. |