Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::OpenStack::Host

Public Class Methods

new(attributes) click to toggle source
# File lib/fog/openstack/models/compute/host.rb, line 14
def initialize(attributes)
  # Old 'connection' is renamed as service and should be used instead
  prepare_service_value(attributes)
  super
end

Public Instance Methods

details() click to toggle source
# File lib/fog/openstack/models/compute/host.rb, line 20
def details
  service.get_host_details(self.host_name).body['host']
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.