Arubacloud / pyArubaCloud

Python Interface for ArubaCloud IaaS Service
Apache License 2.0
33 stars 26 forks source link

List LoadBalancer and servers linked to it #69

Open tyzion opened 1 year ago

tyzion commented 1 year ago

Hi, I see there's a class LoadBalancer somewhere in the project, in the folder Compute If I look in the folder test, there's a file LoadBalancer, which imports the Compute module The fact is that Compute is not exported as a module for ArubaCloud and when I try to import the LoadBalancer class it says that the Compute module doesn't exist.

I don't know much about python, and I'm trying to tweak some of the code, but without success.

Is there a way to import the Compute module or a way to list only load balancers and the respective servers linked?