# File lib/fog/network/openstack/models/network.rb, line 20 def subnets service.subnets.select { |s| s.network_id == id } end