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

[brightbox] Updated format template for Load Balancers to allow CloudIps

This commit is contained in:
Paul Thornthwaite 2011-03-02 20:33:57 +08:00 committed by Wesley Beary
parent 3ddee97334
commit 5d53948917

View file

@ -346,7 +346,8 @@ class Brightbox
"created_at" => String,
"deleted_at" => Fog::Nullable::String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER]
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER],
"cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP]
}
SERVER = {