Class: Fog::Compute::Ovirt::Cluster

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/ovirt/models/compute/cluster.rb

Instance Method Summary collapse

Instance Method Details

#networksObject



10
11
12
# File 'lib/fog/ovirt/models/compute/cluster.rb', line 10

def networks
  service.list_networks(id)
end

#to_sObject



14
15
16
# File 'lib/fog/ovirt/models/compute/cluster.rb', line 14

def to_s
  name
end