API-Docker
view release on metacpan or search on metacpan
lib/API/Docker/Network.pm view on Meta::CPAN
sub AUTOLOAD { croak $REFUSED }
sub DESTROY { }
croak $REFUSED;
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Docker::Network - Removed in 0.004 -- replaced by API::Docker::Type::Network
=head1 VERSION
version 0.004
=head1 DESCRIPTION
B<This class is gone.> It has been replaced by the generated type model, and
this file is a stub: loading it croaks, and so does every method call on it.
This class was released in 0.003 and removed in 0.004. Installing 0.004
over it replaces the working copy with this stub, which is the only reason
the file is still in the distribution.
What to reach for instead:
=over
=item * L<API::Docker::Type::Network> -- what C<< networks->list >> and C<< networks->inspect >> return
=item * L<API::Docker::Role::Entity::Network> -- inspect, remove, connect and disconnect,
unchanged, composed into the above at load time
=back
Where this class mirrored the daemon's CamelCase verbatim, the generated
classes carry the swagger's own names in snake_case.
L<API::Docker::API::Networks> documents the shape each method returns.
=head1 SEE ALSO
=over
=item * L<API::Docker::API::Networks> - the resource class these objects come from
=item * L<API::Docker::Role::Entity> - why the methods live in a role
=back
=head1 SUPPORT
=head2 Issues
Please report bugs and feature requests on GitHub at
L<https://github.com/Getty/p5-api-docker/issues>.
=head1 CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
=head1 AUTHOR
Torsten Raudssus <getty@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> L<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.
=cut
( run in 0.763 second using v1.01-cache-2.11-cpan-364913b4093 )