Sha256: 8ff59d0a583ab836b8d101f5fc43bcd3bb43f665d3fe73923973c9a00a33fcbf
Contents?: true
Size: 440 Bytes
Versions: 17
Compression:
Stored size: 440 Bytes
Contents
class Ey::Core::Client::Volume < Ey::Core::Model extend Ey::Core::Associations identity :id, type: :integer attribute :device attribute :file_system attribute :format attribute :iops, type: :integer attribute :location attribute :mount attribute :mount_options attribute :name attribute :provisioned_id, type: :integer attribute :size, type: :integer has_one :provider has_one :server has_one :snapshot end
Version data entries
17 entries across 17 versions & 2 rubygems