mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added new Server#fqdn attribute to test helper
This commit is contained in:
parent
e7896606b4
commit
897c73b08d
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,7 @@ class Brightbox
|
|||
"name" => String,
|
||||
"status" => String,
|
||||
"hostname" => String,
|
||||
"fqdn" => String,
|
||||
"created_at" => String,
|
||||
"started_at" => Fog::Nullable::String,
|
||||
"deleted_at" => Fog::Nullable::String,
|
||||
|
@ -306,6 +307,7 @@ class Brightbox
|
|||
"name" => String,
|
||||
"status" => String,
|
||||
"hostname" => String,
|
||||
"fqdn" => String,
|
||||
"created_at" => String,
|
||||
"started_at" => Fog::Nullable::String,
|
||||
"deleted_at" => Fog::Nullable::String,
|
||||
|
@ -512,6 +514,7 @@ class Brightbox
|
|||
"name" => String,
|
||||
"status" => String,
|
||||
"hostname" => String,
|
||||
"fqdn" => String,
|
||||
"created_at" => String,
|
||||
"started_at" => Fog::Nullable::String,
|
||||
"deleted_at" => Fog::Nullable::String,
|
||||
|
|
Loading…
Add table
Reference in a new issue