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

[Brightbox] Updated Server output format

Zone may be null if Server is deleted.
This commit is contained in:
Paul Thornthwaite 2011-11-21 15:18:43 +00:00
parent 4f268d2a8e
commit 2344163ecb

View file

@ -522,7 +522,7 @@ class Brightbox
"snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
"server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
"zone" => Brightbox::Compute::Formats::Nested::ZONE,
"zone" => Fog::Brightbox::Nullable::Zone,
"username" => Fog::Nullable::String
}