Sha256: 70c963ab8bf93968162d192c7b5196d092d43792a370c5cb1ad7f5d6b52c842f

Contents?: true

Size: 459 Bytes

Versions: 3

Compression:

Stored size: 459 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: :string
  attribute :size, type: :integer

  has_one :provider
  has_one :server
  has_one :snapshot
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey-core-3.6.6 lib/ey-core/models/volume.rb
ey-core-3.4.5 lib/ey-core/models/volume.rb
ey-core-3.6.5 lib/ey-core/models/volume.rb