Class: Fog::Terremark::Shared::Vdc

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/terremark/models/shared/vdc.rb

Instance Attribute Summary

Attributes inherited from Model

#collection, #connection

Instance Method Summary collapse

Methods inherited from Model

#initialize, #inspect, #reload, #to_json, #wait_for

Methods included from Attributes::ClassMethods

#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes

Methods included from Attributes::InstanceMethods

#_dump, #attributes, #identity, #identity=, #merge_attributes, #new_record?, #requires

Constructor Details

This class inherits a constructor from Fog::Model

Instance Method Details

#addressesObject



17
18
19
# File 'lib/fog/terremark/models/shared/vdc.rb', line 17

def addresses
  connection.addresses(:vdc_id => id)
end

#networksObject



13
14
15
# File 'lib/fog/terremark/models/shared/vdc.rb', line 13

def networks
  connection.networks(:vdc_id => id)
end

#serversObject



21
22
23
# File 'lib/fog/terremark/models/shared/vdc.rb', line 21

def servers
  connection.servers(:vdc_id => id)
end