Class | Fog::Compute::Brightbox::ServerGroup |
In: |
lib/fog/brightbox/models/compute/server_group.rb
|
Parent: | Fog::Brightbox::Model |
A server group is a collection of servers
Certain actions can accept a server group and affect all members
Adds specified servers to this server group
@param [Array] identifiers array of server identifier strings to add @return [Fog::Compute::ServerGroup]
Moves specified servers from this server group to the specified destination server group
@param [Array] identifiers array of server identifier strings to move @param [String] destination_group_id destination server group identifier @return [Fog::Compute::ServerGroup]
Removes specified servers from this server group
@param [Array] identifiers array of server identifier strings to remove @return [Fog::Compute::ServerGroup]