mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] update snapshot models to accept new attributes
This commit is contained in:
parent
9d2cea276a
commit
945011661f
1 changed files with 3 additions and 0 deletions
|
@ -10,10 +10,13 @@ module Fog
|
||||||
|
|
||||||
identity :id, 'snapshotId'
|
identity :id, 'snapshotId'
|
||||||
|
|
||||||
|
attribute :description
|
||||||
attribute :progress
|
attribute :progress
|
||||||
attribute :created_at, 'startTime'
|
attribute :created_at, 'startTime'
|
||||||
|
attribute :owner_id, 'ownerId'
|
||||||
attribute :state, 'status'
|
attribute :state, 'status'
|
||||||
attribute :volume_id, 'volumeId'
|
attribute :volume_id, 'volumeId'
|
||||||
|
attribute :volume_size, 'volumeSize'
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
requires :id
|
requires :id
|
||||||
|
|
Loading…
Reference in a new issue