lowercase00 commented on issue #1678: URL: https://github.com/apache/libcloud/issues/1678#issuecomment-1091058689
I guess this could be implemented with a series of extensions methods, somewhat similar to what already exists for the floating ip resource. Probably the biggest design decision here is whether to use a similar approach as the one used for EC2 security groups, in which rules and sources are being handled directly on a method, or to go with an object-first approach and make a new object for rules/sources (the two nested objects that DOs firewall uses). Maybe making it closer to EC2 could be a good idea: if there was a strong enough argument to make firewall part of the core (non ex) lib, the APIs would already be similar. With this directive I would be happy to start working on this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
