GetAllInstanceDescs returns a slice of healthy and unhealthy InstanceDesc.
(op Operation)
| 51 | |
| 52 | // GetAllInstanceDescs returns a slice of healthy and unhealthy InstanceDesc. |
| 53 | GetAllInstanceDescs(op Operation) ([]InstanceDesc, []InstanceDesc, error) |
| 54 | |
| 55 | // GetInstanceDescsForOperation returns map of InstanceDesc with instance ID as the keys. |
| 56 | GetInstanceDescsForOperation(op Operation) (map[string]InstanceDesc, error) |
no outgoing calls