in cloudstack.go [132:138]
func (cs *CSCloud) Zones() (cloudprovider.Zones, bool) { if cs.client == nil { return nil, false } return cs, true }