Method: Fog::Compute::Ecloud::Server#shutdown
- Defined in:
- lib/rackspace-fog/ecloud/models/compute/server.rb
#shutdown ⇒ Object
89 90 91 |
# File 'lib/rackspace-fog/ecloud/models/compute/server.rb', line 89 def shutdown power_operation( :power_shutdown => :shutdown ) end |