Sha256: c25dfc73e61d1ab87205ad91d9714f9580a4c601759d94b6498f5fa5e6327f1a
Contents?: true
Size: 439 Bytes
Versions: 37
Compression:
Stored size: 439 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
37 entries across 37 versions & 2 rubygems