NAME

API::Docker::Type::EndpointIPAMConfig - An endpoint's IPAM configuration

VERSION

version 0.004

DESCRIPTION

Generated from the EndpointIPAMConfig definition of spec/v1.51.yaml.

ipv4_address

Undocumented upstream. An IPv4 address for the endpoint, 172.20.30.33 in the swagger's example. This is the address configured; the one the endpoint ends up with is reported separately as "ip_address" in API::Docker::Type::EndpointSettings. Serialised as IPv4Address -- spelled out, because deriving it from the Perl name would produce Ipv4Address.

ipv6_address

Undocumented upstream. The IPv6 counterpart of "ipv4_address", 2001:db8:abcd::3033 in the swagger's example. Serialised as IPv6Address -- spelled out, because deriving it from the Perl name would produce Ipv6Address.

Undocumented upstream. Link-local addresses for the endpoint. The swagger's example holds one of each family, ["169.254.34.68", "fe80::3468"]. Serialised as LinkLocalIPs -- spelled out, because deriving it from the Perl name would produce LinkLocalIps.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.