Class: Fog::Vsphere::Compute::Servertypes
- Inherits:
-
Collection
- Object
- Collection
- Fog::Vsphere::Compute::Servertypes
- Defined in:
- lib/fog/vsphere/models/compute/servertypes.rb
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#fullname ⇒ Object
Returns the value of attribute fullname.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6 7 8 |
# File 'lib/fog/vsphere/models/compute/servertypes.rb', line 6 def datacenter @datacenter end |
#fullname ⇒ Object
Returns the value of attribute fullname.
6 7 8 |
# File 'lib/fog/vsphere/models/compute/servertypes.rb', line 6 def fullname @fullname end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/fog/vsphere/models/compute/servertypes.rb', line 6 def id @id end |
Instance Method Details
#all(filters = {}) ⇒ Object
8 9 10 |
# File 'lib/fog/vsphere/models/compute/servertypes.rb', line 8 def all(filters = {}) load service.list_server_types(filters.merge(datacenter: datacenter)) end |