1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox] Updated Image format for min_ram attribute

This commit is contained in:
Paul Thornthwaite 2012-01-10 10:49:15 +00:00
parent ceb5a6d73e
commit 45e926addf

View file

@ -279,6 +279,7 @@ class Brightbox
"compatibility_mode" => Fog::Boolean,
"virtual_size" => Integer,
"disk_size" => Integer,
"min_ram" => Fog::Nullable::Integer,
"ancestor" => Fog::Brightbox::Nullable::Image,
"username" => Fog::Nullable::String
}
@ -471,6 +472,7 @@ class Brightbox
"compatibility_mode" => Fog::Boolean,
"virtual_size" => Integer,
"disk_size" => Integer,
"min_ram" => Fog::Nullable::Integer,
"ancestor" => Fog::Brightbox::Nullable::Image,
"username" => Fog::Nullable::String
}