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

[compute|brightbox] Added IPv6 address to format now it is exposed to API

This commit is contained in:
Paul Thornthwaite 2011-07-19 14:07:25 +01:00
parent 5019217165
commit 92e736b277

View file

@ -103,6 +103,7 @@ class Brightbox
"url" => String,
"id" => String,
"ipv4_address" => String,
"ipv6_address" => Fog::Nullable::String,
"mac_address" => String
}
@ -339,6 +340,7 @@ class Brightbox
"url" => String,
"id" => String,
"ipv4_address" => String,
"ipv6_address" => Fog::Nullable::String,
"mac_address" => String,
"server" => Brightbox::Compute::Formats::Nested::SERVER
}