mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] add console_output method to server
This commit is contained in:
parent
494c1d5686
commit
c02e9df787
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ module Fog
|
|||
connection.addresses(:server => self)
|
||||
end
|
||||
|
||||
def console_output
|
||||
requires :id
|
||||
|
||||
connection.get_console_output(@id)
|
||||
end
|
||||
|
||||
def destroy
|
||||
requires :id
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue