Sha256: f8c1c9c18599240a688ccb74ff7bb75bd973d1daf62438cc6bb87fdffc346f4e
Contents?: true
Size: 606 Bytes
Versions: 23
Compression:
Stored size: 606 Bytes
Contents
module Fog module Brightbox class Compute class Real # List database server types. # # @param [Hash] options # @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 # # @see https://api.gb1.brightbox.com/1.0/#database_type_list_database_types # def list_database_types(options = {}) wrapped_request("get", "/1.0/database_types", [200], options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems