[Brightbox] Remove commented resource from schema

This commit is contained in:
Paul Thornthwaite 2013-11-25 17:44:39 +00:00
parent a8f7033530
commit cd4fcc962f
1 changed files with 0 additions and 13 deletions

View File

@ -525,19 +525,6 @@ class Brightbox
"firewall_policy" => Brightbox::Compute::Formats::Nested::FIREWALL_POLICY
}
#FIREWALL_RULE = {
#"id" => String,
#"resource_type" => String,
#"url" => String,
#"source" => String,
#"source_port" => String,
#"destination" => String,
#"destination_port" => String,
#"protocol" => String,
#"icmp_type_name" => String,
#"description" => Fog::Nullable::String
#}
IMAGE = {
"name" => String,
"created_at" => String,