Method: Fog::Compute::Softlayer::Server#state
- Defined in:
- lib/fog/softlayer/models/compute/server.rb
#state ⇒ Object
314 315 316 317 318 319 320 |
# File 'lib/fog/softlayer/models/compute/server.rb', line 314 def state if service.request(:hardware_server, "#{id}/getServerPowerState").body else service.request(:virtual_guest, "#{id}/getPowerState").body['name'] end end |