Home
last modified time | relevance | path

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

/tools/acloud/list/
Dlist.py94 def GetRemoteInstances(cfg): function
180 return GetRemoteInstances(cfg) + GetLocalInstances()
330 instances = GetRemoteInstances(cfg)
343 instances.extend(GetRemoteInstances(cfg))
/tools/acloud/delete/
Ddelete.py269 instances.extend(list_instances.GetRemoteInstances(cfg))