Sha256: b3e57a8d2a1d23cf2f2cd1bcc8b317c75619e3e9b7a54a48a09e265b1ef9447f
Contents?: true
Size: 366 Bytes
Versions: 20
Compression:
Stored size: 366 Bytes
Contents
require 'fog/openstack/models/model' module Fog module OpenStack class Metric class Metric < Fog::OpenStack::Model identity :id attribute :name attribute :resource_id attribute :unit attribute :created_by_project_id attribute :created_by_user_id attribute :definition end end end end
Version data entries
20 entries across 20 versions & 3 rubygems