Class
Fog::Compute::ProfitBricks::Server
In:
lib/fog/profitbricks/models/compute/server.rb
Parent:
Fog::Models::ProfitBricks::Base
Methods
attach_cdrom
attach_volume
delete
detach_cdrom
detach_volume
get_attached_cdrom
get_attached_volume
list_cdroms
list_nics
list_volumes
new
reboot
reload
running?
save
shutoff?
start
stop
update
Included Modules
Fog::Helpers::ProfitBricks::DataHelper
Attributes
options
[RW]
Public Class methods
new
(attributes = {})
Public Instance methods
attach_cdrom
(cdrom_image_id)
attach_volume
(storage_id)
delete
()
detach_cdrom
(cdrom_id)
detach_volume
(storage_id)
get_attached_cdrom
(cdrom_image_id)
get_attached_volume
(volume_id)
list_cdroms
()
list_nics
()
list_volumes
()
reboot
()
reload
()
running?
()
save
()
shutoff?
()
start
()
stop
()
update
()
[Validate]