mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm|storage] Restore storage_area, platform_version, clone_status Volume attributes
This commit is contained in:
parent
8c40809a39
commit
db0772ad88
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ module Fog
|
|||
attribute :location_id, :aliases => "location"
|
||||
attribute :product_codes, :aliases => "productCodes"
|
||||
attribute :format
|
||||
attribute :storage_area, :aliases => 'storageArea'
|
||||
attribute :platform_version, :aliases => 'platformVersion'
|
||||
attribute :clone_status, :aliases => 'cloneStatus'
|
||||
|
||||
def attached?
|
||||
status == "Attached"
|
||||
|
|
Loading…
Reference in a new issue