lib/fog/brightbox/requests/compute/create_server.rb in fog-brightbox-0.15.0 vs lib/fog/brightbox/requests/compute/create_server.rb in fog-brightbox-0.16.0
- old
+ new
@@ -11,9 +11,10 @@
# @option options [String] :name Editable label
# @option options [String] :server_type
# @option options [String] :zone Zone in which to create new Server
# @option options [String] :user_data
# @option options [Array] :server_groups Array of server groups to add server to
+ # @option options [String] :cloud_ip A Cloud IP that should be mapped as soon as the server is built. Either `true` to allocate a new Cloud IP or the identifier of an unmapped Cloud IP to reserve
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
#
# @return [Hash] if successful Hash version of JSON object
# @return [NilClass] if no options were passed
#