1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox] Servers can now have their groups updated

The support was already there in fog, this code just adds documentation
comment for it
This commit is contained in:
Hemant Kumar 2013-07-16 18:26:54 +05:30 committed by Paul Thornthwaite
parent de7fe5b768
commit 4c9f4cf671

View file

@ -9,6 +9,7 @@ module Fog
# @option options [String] :name Editable label
# @option options [String] :user_data User defined metadata
# @option options [Boolean] :compatibility_mode Server needs to be shutdown and restarted for changes to this to take effect
# @opiton options [Array] :server_groups Array of Server Groups that this server should be part of
#
# @return [Hash] if successful Hash version of JSON object
# @return [NilClass] if no options were passed