# Constants
AllocSerialPrefix constant marks the reserved label space for libnetwork ipam allocation ordering.(serial/first available).
DefaultIPAM is the name of the built-in default ipam driver.
NullIPAM is the name of the built-in null ipam driver.
PluginEndpointType represents the Endpoint Type used by Plugin system.
Prefix constant marks the reserved label space for libnetwork.
RequestAddressType represents the Address Type used when requesting an address.
# Variables
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
Well-known errors returned by IPAM.
# Structs
Capability represents the requirements and capabilities of the IPAM driver.
# Interfaces
Ipam represents the interface the IPAM service plugins must implement in order to allow injection/modification of IPAM database.
Registerer provides a callback interface for registering IPAM instances into libnetwork.