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

[Brightbox] Updated ServerGroup format for created_at time

This commit is contained in:
Paul Thornthwaite 2011-10-31 12:11:10 +00:00
parent c7feaa46e5
commit ae439fdb26

View file

@ -141,7 +141,8 @@ class Brightbox
"url" => String, "url" => String,
"name" => String, "name" => String,
"default" => Fog::Boolean, "default" => Fog::Boolean,
"description" => Fog::Nullable::String "description" => Fog::Nullable::String,
"created_at" => String
} }
SERVER_TYPE = { SERVER_TYPE = {
@ -283,6 +284,7 @@ class Brightbox
"name" => String, "name" => String,
"description" => Fog::Nullable::String, "description" => Fog::Nullable::String,
"default" => Fog::Boolean, "default" => Fog::Boolean,
"created_at" => String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"servers" => [Brightbox::Compute::Formats::Nested::SERVER] "servers" => [Brightbox::Compute::Formats::Nested::SERVER]
} }
@ -483,6 +485,7 @@ class Brightbox
"name" => String, "name" => String,
"description" => Fog::Nullable::String, "description" => Fog::Nullable::String,
"default" => Fog::Boolean, "default" => Fog::Boolean,
"created_at" => String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"servers" => [Brightbox::Compute::Formats::Nested::SERVER] "servers" => [Brightbox::Compute::Formats::Nested::SERVER]
} }