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



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

def networks
  service.list_networks(id)
end

#to_sObject



16
17
18
# File 'lib/fog/ovirt/models/compute/cluster.rb', line 16

def to_s
  name
end