768 B
768 B
Ipam
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| driver | Option<String> | Name of the IPAM driver to use. | [optional][default to default] |
| config | Option<Vecmodels::IpamConfig> | List of IPAM configuration options, specified as a map: {\"Subnet\": <CIDR>, \"IPRange\": <CIDR>, \"Gateway\": <IP address>, \"AuxAddress\": <device_name:IP address>} |
[optional] |
| options | Option<std::collections::HashMap<String, String>> | Driver-specific options, specified as a map. | [optional] |