# File lib/fog/parsers/terremark/get_vdc.rb, line 5
        def reset
          @in_storage_capacity = false
          @in_cpu = false
          @in_memory = false
          @in_instantiated_vms_quota = false
          @in_deployed_vms_quota = false
          @response = {
            "links" => [],
            "AvailableNetworks" => [],
            "ComputeCapacity"   => {
              "Cpu" => {},
              "DeployedVmsQuota" => {},
              "InstantiatedVmsQuota" => {},
              "Memory" => {}
            },
            "StorageCapacity"  => {},
            "ResourceEntities" => []
          }
        end