Class Fog::Compute::Softlayer::Server
In: lib/fog/softlayer/models/compute/server.rb
Parent: Fog::Compute::Server

Methods

Public Class methods

Public Instance methods

reload the OS on a server (method name reload was already taken)

Creates server

  • requires attributes: :name, :domain, and :flavor_id OR (:cpu_count && :ram && :disks)

@note You should use servers.create to create servers instead calling this method directly

  • State Transitions
    • BUILD -> ACTIVE
    • BUILD -> ERROR (on error)

Soft power off

Hard power off

@params value [String]

[Validate]