Method: Fog::Compute::Ovirt::Cluster#networks

Defined in:
lib/fog/ovirt/models/compute/cluster.rb

#networksObject

[View source]

12
13
14
# File 'lib/fog/ovirt/models/compute/cluster.rb', line 12

def networks
  connection.list_networks(id)
end