Home
last modified time | relevance | path

Searched refs:_to_location (Results 1 – 20 of 20) sorted by relevance

/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/common/
H A Dgogrid.py122 ip.location = self._to_location(element['datacenter'])
129 def _to_location(self, element): member in BaseGoGridDriver
138 return [self._to_location(el)
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dmaxihost.py151 locations.append(self._to_location(location))
153 locations.append(self._to_location(location))
156 def _to_location(self, data): member in MaxihostNodeDriver
H A Dbrightbox.py70 extra_data['zone'] = self._to_location(data['zone'])
123 def _to_location(self, data): member in BrightboxNodeDriver
201 return list(map(self._to_location, data))
H A Dgogrid.py152 def _to_location(self, element): member in GoGridNodeDriver
160 return [self._to_location(el)
H A Ddigitalocean.py126 locations.append(self._to_location(location))
128 locations.append(self._to_location(location))
706 def _to_location(self, data): member in DigitalOcean_v2_NodeDriver
H A Dovh.py487 def _to_location(self, obj): member in OvhNodeDriver
492 return [self._to_location(obj) for obj in objs]
H A Dvultr.py823 return self._list_resources('/v1/regions/list', self._to_location)
1004 def _to_location(self, data): member in VultrNodeDriverV1
1350 return [self._to_location(item) for item in data]
1929 def _to_location(self, data: Dict[str, Any]) -> NodeLocation: member in VultrNodeDriverV2
H A Dgridscale.py127 location = self._to_location(value)
957 def _to_location(self, data): member in GridscaleNodeDriver
H A Dequinixmetal.py234 return list(map(self._to_location, data))
449 def _to_location(self, data): member in EquinixMetalNodeDriver
H A Doneandone.py158 node_size = self._to_location(values)
2084 def _to_location(self, location): member in OneAndOneNodeDriver
H A Dlinode.py826 return [self._to_location(obj) for obj in data]
1596 def _to_location(self, data): member in LinodeNodeDriverV4
H A Decs.py569 locations = [self._to_location(each) for each in location_elements]
1639 def _to_location(self, element): member in ECSDriver
H A Dprofitbricks.py1849 return self._to_location(response.object)
3954 return [self._to_location(location) for location in object['items']]
3956 def _to_location(self, location): member in ProfitBricksNodeDriver
H A Dazure_arm.py237 return [self._to_location(location)
2272 def _to_location(self, loc): member in AzureNodeDriver
H A Dabiquo.py589 def _to_location(self, vdc, dc, driver): member in AbiquoNodeDriver
H A Dvsphere.py176 locations.append(self._to_location(cluster))
178 locations.append(self._to_location(host))
181 def _to_location(self, data): member in VSphereNodeDriver
H A Dazure.py404 return [self._to_location(location) for location in data]
1194 def _to_location(self, data): member in AzureNodeDriver
H A Ddimensiondata.py4432 locations.append(self._to_location(element))
4436 def _to_location(self, element): member in DimensionDataNodeDriver
H A Dnttcis.py5253 locations.append(self._to_location(element))
5257 def _to_location(self, element): member in NttCisNodeDriver
H A Doutscale.py8057 def _to_location(self, location): member in OutscaleNodeDriver
8068 return [self._to_location(location) for location in locations]