Part of libcloud.base View Source View In Hierarchy
Known subclasses: libcloud.drivers.ec2.EC2NodeLocation
A physical location where nodes can be.
>>> from libcloud.drivers.dummy import DummyNodeDriver >>> driver = DummyNodeDriver(0) >>> location = driver.list_locations()[0] >>> location.country 'US'