class Fog::Compute::Vsphere::Host
Public Instance Methods
finish_maintenance()
click to toggle source
# File lib/fog/vsphere/models/compute/host.rb, line 49 def finish_maintenance service.host_finish_maintenance(name, cluster, datacenter) end
memory_mb()
click to toggle source
# File lib/fog/vsphere/models/compute/host.rb, line 37 def memory_mb memory / 1024 / 1024 end
shutdown()
click to toggle source
# File lib/fog/vsphere/models/compute/host.rb, line 41 def shutdown service.host_shutdown(name, cluster, datacenter) end
start_maintenance()
click to toggle source
# File lib/fog/vsphere/models/compute/host.rb, line 45 def start_maintenance service.host_start_maintenance(name, cluster, datacenter) end
to_s()
click to toggle source
End Lazy Loaded Attributes
# File lib/fog/vsphere/models/compute/host.rb, line 33 def to_s name end