# File lib/fog/terremark/parsers/shared/get_vdc.rb, line 8
          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