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:
parent
de7fe5b768
commit
4c9f4cf671
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue