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