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:
parent
5019217165
commit
92e736b277
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue