# File lib/fog/ecloud/models/compute/row.rb, line 35 def create_group(options = {}) options[:uri] = "/cloudapi/ecloud/layoutGroups/environments/#{environment_id}/action/createLayoutGroup" options[:row_name] = name options[:href] = href data = connection.groups_create(options).body group = Fog::Compute::Ecloud::Groups.new(:connection => connection, :href => data[:href])[0] end