You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: