Home
last modified time | relevance | path

Searched refs:GetRemoteInstances (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/list/
Dlist.py108 def GetRemoteInstances(cfg): function
194 return GetRemoteInstances(cfg) + GetLocalInstances()
344 instances = GetRemoteInstances(cfg)
357 instances.extend(GetRemoteInstances(cfg))
/tools/acloud/delete/
Ddelete.py269 instances.extend(list_instances.GetRemoteInstances(cfg))