Class: Fog::Terremark::Shared::Vdc
- Defined in:
- lib/fog/terremark/models/shared/vdc.rb
Instance Attribute Summary
Attributes inherited from Model
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
#addresses ⇒ Object
17 18 19 |
# File 'lib/fog/terremark/models/shared/vdc.rb', line 17 def addresses connection.addresses(:vdc_id => id) end |
#networks ⇒ Object
13 14 15 |
# File 'lib/fog/terremark/models/shared/vdc.rb', line 13 def networks connection.networks(:vdc_id => id) end |
#servers ⇒ Object
21 22 23 |
# File 'lib/fog/terremark/models/shared/vdc.rb', line 21 def servers connection.servers(:vdc_id => id) end |