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

[Brightbox] Updated LoadBalancer format to include listeners in listing

This commit is contained in:
Paul Thornthwaite 2012-01-10 10:50:32 +00:00
parent 45e926addf
commit 1f43684466

View file

@ -294,6 +294,7 @@ class Brightbox
"deleted_at" => Fog::Nullable::String, "deleted_at" => Fog::Nullable::String,
"cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP], "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"listeners" => [Brightbox::Compute::Formats::Struct::LB_LISTENER],
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER] "nodes" => [Brightbox::Compute::Formats::Nested::SERVER]
} }