Sha256: f0e952cccaf1ddc0ef8b90b561db5909a3676d0b54e4108ed61f8eb194e3154a
Contents?: true
Size: 574 Bytes
Versions: 23
Compression:
Stored size: 574 Bytes
Contents
module Fog module Brightbox class Compute class Real # @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_snapshot_list_database_snapshots # def list_database_snapshots(options = {}) wrapped_request("get", "/1.0/database_snapshots", [200], options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems